diff --git a/README.md b/README.md index 69e4ec7..a6e8cbf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase. Install eris with pipx, then install all the tools eris uses: - pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=eris + pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2025.06.02#subdirectory=eris eris --install-all-tools Or install from source: (includes tools) diff --git a/eris/eris/__init__.py b/eris/eris/__init__.py index 5b7e53c..e07d0ad 100644 --- a/eris/eris/__init__.py +++ b/eris/eris/__init__.py @@ -1,3 +1,3 @@ -__version__ = "v2024.12.18" +__version__ = "v2025.06.02" diff --git a/eris/pyproject.toml b/eris/pyproject.toml index 24e2cff..8343633 100644 --- a/eris/pyproject.toml +++ b/eris/pyproject.toml @@ -2,7 +2,7 @@ tool.uv.package = true [project] name = "eris" -version = "v2024.12.18" +version = "v2025.06.02" description = "Eris maintains an up-to-date set of reports for every file in a codebase." readme = "README.md" authors = [ @@ -12,13 +12,13 @@ requires-python = ">=3.11" dependencies = [ "decorator==5.1.1", "docopt==0.6.2", - "fill3 @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=fill3", - "lscolors @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=lscolors", + "fill3 @ git+https://gitlab.com/ahamilton/eris@v2025.06.02#subdirectory=fill3", + "lscolors @ git+https://gitlab.com/ahamilton/eris@v2025.06.02#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@v2024.12.18#subdirectory=termstr" + "termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.02#subdirectory=termstr" ] [project.scripts] diff --git a/eris/uv.lock b/eris/uv.lock index e9a5f41..b5dfaab 100644 --- a/eris/uv.lock +++ b/eris/uv.lock @@ -43,20 +43,20 @@ dependencies = [ requires-dist = [ { name = "decorator", specifier = "==5.1.1" }, { name = "docopt", specifier = "==0.6.2" }, - { name = "fill3", git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.18" }, - { name = "lscolors", git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.18" }, + { name = "fill3", git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2025.06.02" }, + { name = "lscolors", git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2025.06.02" }, { name = "pexpect", specifier = "==4.9.0" }, { name = "pillow", specifier = "==11.2.1" }, { name = "pygments", specifier = "==2.19.1" }, { name = "pyinotify-elephant-fork", specifier = "==0.0.1" }, - { name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18" }, + { name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2025.06.02" }, { name = "toml", specifier = "==0.10.2" }, ] [[package]] name = "fill3" version = "2024.12.18" -source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } +source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2025.06.02#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } dependencies = [ { name = "termstr" }, ] @@ -64,7 +64,7 @@ dependencies = [ [[package]] name = "lscolors" version = "2024.12.18" -source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } +source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2025.06.02#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } dependencies = [ { name = "termstr" }, ] @@ -167,7 +167,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/d6/b4/b44fccc7040b01449 [[package]] name = "termstr" version = "2024.12.18" -source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } +source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2025.06.02#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } dependencies = [ { name = "cwcwidth" }, ] diff --git a/fill3/fill3/__init__.py b/fill3/fill3/__init__.py index f19f718..d8cd9fe 100755 --- a/fill3/fill3/__init__.py +++ b/fill3/fill3/__init__.py @@ -15,7 +15,7 @@ import fill3.terminal as terminal import termstr -__version__ = "v2024.12.18" +__version__ = "v2025.06.02" ########################## diff --git a/fill3/pyproject.toml b/fill3/pyproject.toml index 151df44..93171d6 100644 --- a/fill3/pyproject.toml +++ b/fill3/pyproject.toml @@ -2,14 +2,14 @@ tool.uv.package = true [project] name = "fill3" -version = "v2024.12.18" +version = "v2025.06.02" description = "Fill3 provides basic widgets for a tui." authors = [ { name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" }, ] requires-python = ">=3.11" dependencies = [ - "termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr", + "termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.02#subdirectory=termstr", ] [project.urls] diff --git a/fill3/uv.lock b/fill3/uv.lock index 6e50813..509fce1 100644 --- a/fill3/uv.lock +++ b/fill3/uv.lock @@ -16,12 +16,12 @@ dependencies = [ ] [package.metadata] -requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18" }] +requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2025.06.02" }] [[package]] name = "termstr" version = "2024.12.18" -source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } +source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2025.06.02#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } dependencies = [ { name = "cwcwidth" }, ] diff --git a/lscolors/lscolors/__init__.py b/lscolors/lscolors/__init__.py index f1ded1a..cad774f 100644 --- a/lscolors/lscolors/__init__.py +++ b/lscolors/lscolors/__init__.py @@ -15,7 +15,7 @@ import lscolors import termstr -__version__ = "v2024.12.18" +__version__ = "v2025.06.02" FILE_KEY = "fi" diff --git a/lscolors/pyproject.toml b/lscolors/pyproject.toml index 676a100..41747ca 100644 --- a/lscolors/pyproject.toml +++ b/lscolors/pyproject.toml @@ -7,14 +7,14 @@ allow-direct-references = true [project] name = "lscolors" -version = "v2024.12.18" +version = "v2025.06.02" description = "Give coloring for file types as in the ls command." authors = [ { name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" }, ] requires-python = ">=3.11" dependencies = [ - "termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr", + "termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.02#subdirectory=termstr", ] [project.urls] diff --git a/lscolors/uv.lock b/lscolors/uv.lock index aa9ed5a..7db80ba 100644 --- a/lscolors/uv.lock +++ b/lscolors/uv.lock @@ -16,12 +16,12 @@ dependencies = [ ] [package.metadata] -requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18" }] +requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2025.06.02" }] [[package]] name = "termstr" version = "2024.12.18" -source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } +source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2025.06.02#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } dependencies = [ { name = "cwcwidth" }, ] diff --git a/packaging/make-readme.py b/packaging/make-readme.py index 97cd16f..4f11f5c 100755 --- a/packaging/make-readme.py +++ b/packaging/make-readme.py @@ -26,7 +26,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase. Install eris with pipx, then install all the tools eris uses: - pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=eris + pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2025.06.02#subdirectory=eris eris --install-all-tools Or install from source: (includes tools) diff --git a/termstr/pyproject.toml b/termstr/pyproject.toml index 8c22922..db4e094 100644 --- a/termstr/pyproject.toml +++ b/termstr/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "termstr" -version = "v2024.12.18" +version = "v2025.06.02" description = "Termstr provides strings with extra terminal styling." authors = [ { name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" }, diff --git a/termstr/termstr.py b/termstr/termstr.py index 109dc72..5cf20ac 100644 --- a/termstr/termstr.py +++ b/termstr/termstr.py @@ -10,7 +10,7 @@ import weakref import cwcwidth -__version__ = "v2024.12.18" +__version__ = "v2025.06.02" ESC = "\x1b"