Update version to v2025.06.14

This commit is contained in:
Andrew Hamilton 2025-06-14 09:06:23 +10:00
parent ff1f2c8760
commit 403e056802
11 changed files with 19 additions and 19 deletions

View file

@ -12,11 +12,11 @@ Eris can be installed by pipx or [uv](https://docs.astral.sh/uv/getting-started/
To install with pipx:
pipx install git+https://gitlab.com/ahamilton/eris@v2025.06.09
pipx install git+https://gitlab.com/ahamilton/eris@v2025.06.14
or to install with uv:
uv tool install git+https://gitlab.com/ahamilton/eris@v2025.06.09
uv tool install git+https://gitlab.com/ahamilton/eris@v2025.06.14
Then use eris to install all the tools it uses:

View file

@ -1,3 +1,3 @@
__version__ = "v2025.06.09"
__version__ = "v2025.06.14"

View file

@ -15,7 +15,7 @@ import fill3.terminal as terminal
import termstr
__version__ = "v2025.06.09"
__version__ = "v2025.06.14"
##########################

View file

@ -2,7 +2,7 @@ tool.uv.package = true
[project]
name = "fill3"
version = "v2025.06.09"
version = "v2025.06.14"
description = "Fill3 provides basic widgets for a tui."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },

View file

@ -15,7 +15,7 @@ import lscolors
import termstr
__version__ = "v2025.06.09"
__version__ = "v2025.06.14"
FILE_KEY = "fi"

View file

@ -7,7 +7,7 @@ allow-direct-references = true
[project]
name = "lscolors"
version = "v2025.06.09"
version = "v2025.06.14"
description = "Give coloring for file types as in the ls command."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },

View file

@ -28,11 +28,11 @@ Eris can be installed by pipx or [uv](https://docs.astral.sh/uv/getting-started/
To install with pipx:
pipx install git+https://gitlab.com/ahamilton/eris@v2025.06.09
pipx install git+https://gitlab.com/ahamilton/eris@v2025.06.14
or to install with uv:
uv tool install git+https://gitlab.com/ahamilton/eris@v2025.06.09
uv tool install git+https://gitlab.com/ahamilton/eris@v2025.06.14
Then use eris to install all the tools it uses:

View file

@ -2,7 +2,7 @@ tool.uv.package = true
[project]
name = "eris"
version = "v2025.06.09"
version = "v2025.06.14"
description = "Eris maintains an up-to-date set of reports for every file in a codebase."
readme = "README.md"
authors = [
@ -11,13 +11,13 @@ authors = [
requires-python = ">=3.11"
dependencies = [
"docopt-ng==0.9.0",
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2025.06.09#subdirectory=fill3",
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2025.06.09#subdirectory=lscolors",
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2025.06.14#subdirectory=fill3",
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2025.06.14#subdirectory=lscolors",
"pexpect==4.9.0",
"pillow==11.2.1",
"pygments==2.19.1",
"pyinotify-elephant-fork==0.0.1",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.09#subdirectory=termstr",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.14#subdirectory=termstr",
]
[tool.uv.sources]

View file

@ -2,7 +2,7 @@ tool.uv.package = true
[project]
name = "termstr"
version = "v2025.06.09"
version = "v2025.06.14"
description = "Termstr provides strings with extra terminal styling."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },

View file

@ -10,7 +10,7 @@ import weakref
import cwcwidth
__version__ = "v2025.06.09"
__version__ = "v2025.06.14"
ESC = "\x1b"

8
uv.lock generated
View file

@ -27,7 +27,7 @@ wheels = [
[[package]]
name = "eris"
version = "2025.6.9"
version = "2025.6.14"
source = { editable = "." }
dependencies = [
{ name = "docopt-ng" },
@ -54,7 +54,7 @@ requires-dist = [
[[package]]
name = "fill3"
version = "2025.6.9"
version = "2025.6.14"
source = { editable = "fill3" }
dependencies = [
{ name = "termstr" },
@ -65,7 +65,7 @@ requires-dist = [{ name = "termstr", editable = "termstr" }]
[[package]]
name = "lscolors"
version = "2025.6.9"
version = "2025.6.14"
source = { editable = "lscolors" }
dependencies = [
{ name = "termstr" },
@ -171,7 +171,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/d6/b4/b44fccc7040b01449
[[package]]
name = "termstr"
version = "2025.6.9"
version = "2025.6.14"
source = { editable = "termstr" }
dependencies = [
{ name = "cwcwidth" },