Update version to v2025.06.21
This commit is contained in:
parent
754143b395
commit
ac7c7010df
11 changed files with 19 additions and 19 deletions
|
|
@ -12,11 +12,11 @@ Eris can be installed by pipx or [uv](https://docs.astral.sh/uv/getting-started/
|
||||||
|
|
||||||
To install with pipx:
|
To install with pipx:
|
||||||
|
|
||||||
pipx install git+https://gitlab.com/ahamilton/eris@v2025.06.14
|
pipx install git+https://gitlab.com/ahamilton/eris@v2025.06.21
|
||||||
|
|
||||||
or to install with uv:
|
or to install with uv:
|
||||||
|
|
||||||
uv tool install git+https://gitlab.com/ahamilton/eris@v2025.06.14
|
uv tool install git+https://gitlab.com/ahamilton/eris@v2025.06.21
|
||||||
|
|
||||||
Then use eris to install all the tools it uses:
|
Then use eris to install all the tools it uses:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "v2025.06.14"
|
__version__ = "v2025.06.21"
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ import fill3.terminal as terminal
|
||||||
import termstr
|
import termstr
|
||||||
|
|
||||||
|
|
||||||
__version__ = "v2025.06.14"
|
__version__ = "v2025.06.21"
|
||||||
|
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ tool.uv.package = true
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "fill3"
|
name = "fill3"
|
||||||
version = "v2025.06.14"
|
version = "v2025.06.21"
|
||||||
description = "Fill3 provides basic widgets for a tui."
|
description = "Fill3 provides basic widgets for a tui."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ import lscolors
|
||||||
import termstr
|
import termstr
|
||||||
|
|
||||||
|
|
||||||
__version__ = "v2025.06.14"
|
__version__ = "v2025.06.21"
|
||||||
|
|
||||||
|
|
||||||
FILE_KEY = "fi"
|
FILE_KEY = "fi"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ allow-direct-references = true
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "lscolors"
|
name = "lscolors"
|
||||||
version = "v2025.06.14"
|
version = "v2025.06.21"
|
||||||
description = "Give coloring for file types as in the ls command."
|
description = "Give coloring for file types as in the ls command."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
||||||
|
|
|
||||||
|
|
@ -28,11 +28,11 @@ Eris can be installed by pipx or [uv](https://docs.astral.sh/uv/getting-started/
|
||||||
|
|
||||||
To install with pipx:
|
To install with pipx:
|
||||||
|
|
||||||
pipx install git+https://gitlab.com/ahamilton/eris@v2025.06.14
|
pipx install git+https://gitlab.com/ahamilton/eris@v2025.06.21
|
||||||
|
|
||||||
or to install with uv:
|
or to install with uv:
|
||||||
|
|
||||||
uv tool install git+https://gitlab.com/ahamilton/eris@v2025.06.14
|
uv tool install git+https://gitlab.com/ahamilton/eris@v2025.06.21
|
||||||
|
|
||||||
Then use eris to install all the tools it uses:
|
Then use eris to install all the tools it uses:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ tool.uv.package = true
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "eris"
|
name = "eris"
|
||||||
version = "v2025.06.14"
|
version = "v2025.06.21"
|
||||||
description = "Eris maintains an up-to-date set of reports for every file in a codebase."
|
description = "Eris maintains an up-to-date set of reports for every file in a codebase."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|
@ -11,13 +11,13 @@ authors = [
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"docopt-ng==0.9.0",
|
"docopt-ng==0.9.0",
|
||||||
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2025.06.14#subdirectory=fill3",
|
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2025.06.21#subdirectory=fill3",
|
||||||
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2025.06.14#subdirectory=lscolors",
|
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2025.06.21#subdirectory=lscolors",
|
||||||
"pexpect==4.9.0",
|
"pexpect==4.9.0",
|
||||||
"pillow==11.2.1",
|
"pillow==11.2.1",
|
||||||
"pygments==2.19.1",
|
"pygments==2.19.1",
|
||||||
"pyinotify-elephant-fork==0.0.1",
|
"pyinotify-elephant-fork==0.0.1",
|
||||||
"termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.14#subdirectory=termstr",
|
"termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.21#subdirectory=termstr",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.uv.sources]
|
[tool.uv.sources]
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ tool.uv.package = true
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "termstr"
|
name = "termstr"
|
||||||
version = "v2025.06.14"
|
version = "v2025.06.21"
|
||||||
description = "Termstr provides strings with extra terminal styling."
|
description = "Termstr provides strings with extra terminal styling."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ import weakref
|
||||||
import cwcwidth
|
import cwcwidth
|
||||||
|
|
||||||
|
|
||||||
__version__ = "v2025.06.14"
|
__version__ = "v2025.06.21"
|
||||||
|
|
||||||
|
|
||||||
ESC = "\x1b"
|
ESC = "\x1b"
|
||||||
|
|
|
||||||
8
uv.lock
generated
8
uv.lock
generated
|
|
@ -27,7 +27,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "eris"
|
name = "eris"
|
||||||
version = "2025.6.14"
|
version = "2025.6.21"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "docopt-ng" },
|
{ name = "docopt-ng" },
|
||||||
|
|
@ -54,7 +54,7 @@ requires-dist = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fill3"
|
name = "fill3"
|
||||||
version = "2025.6.14"
|
version = "2025.6.21"
|
||||||
source = { editable = "fill3" }
|
source = { editable = "fill3" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "termstr" },
|
{ name = "termstr" },
|
||||||
|
|
@ -65,7 +65,7 @@ requires-dist = [{ name = "termstr", editable = "termstr" }]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lscolors"
|
name = "lscolors"
|
||||||
version = "2025.6.14"
|
version = "2025.6.21"
|
||||||
source = { editable = "lscolors" }
|
source = { editable = "lscolors" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "termstr" },
|
{ name = "termstr" },
|
||||||
|
|
@ -171,7 +171,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/d6/b4/b44fccc7040b01449
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "termstr"
|
name = "termstr"
|
||||||
version = "2025.6.14"
|
version = "2025.6.21"
|
||||||
source = { editable = "termstr" }
|
source = { editable = "termstr" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "cwcwidth" },
|
{ name = "cwcwidth" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue