Update version to v2025.06.02
This commit is contained in:
parent
d0f4bd7d1e
commit
aa8088615d
13 changed files with 25 additions and 25 deletions
|
|
@ -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:
|
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
|
eris --install-all-tools
|
||||||
|
|
||||||
Or install from source: (includes tools)
|
Or install from source: (includes tools)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
__version__ = "v2024.12.18"
|
__version__ = "v2025.06.02"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ tool.uv.package = true
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "eris"
|
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."
|
description = "Eris maintains an up-to-date set of reports for every file in a codebase."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|
@ -12,13 +12,13 @@ requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"decorator==5.1.1",
|
"decorator==5.1.1",
|
||||||
"docopt==0.6.2",
|
"docopt==0.6.2",
|
||||||
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=fill3",
|
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2025.06.02#subdirectory=fill3",
|
||||||
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=lscolors",
|
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2025.06.02#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@v2024.12.18#subdirectory=termstr"
|
"termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.02#subdirectory=termstr"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|
|
||||||
12
eris/uv.lock
generated
12
eris/uv.lock
generated
|
|
@ -43,20 +43,20 @@ dependencies = [
|
||||||
requires-dist = [
|
requires-dist = [
|
||||||
{ name = "decorator", specifier = "==5.1.1" },
|
{ name = "decorator", specifier = "==5.1.1" },
|
||||||
{ name = "docopt", specifier = "==0.6.2" },
|
{ name = "docopt", specifier = "==0.6.2" },
|
||||||
{ name = "fill3", git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&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=v2024.12.18" },
|
{ name = "lscolors", git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2025.06.02" },
|
||||||
{ name = "pexpect", specifier = "==4.9.0" },
|
{ name = "pexpect", specifier = "==4.9.0" },
|
||||||
{ name = "pillow", specifier = "==11.2.1" },
|
{ name = "pillow", specifier = "==11.2.1" },
|
||||||
{ name = "pygments", specifier = "==2.19.1" },
|
{ name = "pygments", specifier = "==2.19.1" },
|
||||||
{ name = "pyinotify-elephant-fork", specifier = "==0.0.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" },
|
{ name = "toml", specifier = "==0.10.2" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fill3"
|
name = "fill3"
|
||||||
version = "2024.12.18"
|
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 = [
|
dependencies = [
|
||||||
{ name = "termstr" },
|
{ name = "termstr" },
|
||||||
]
|
]
|
||||||
|
|
@ -64,7 +64,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lscolors"
|
name = "lscolors"
|
||||||
version = "2024.12.18"
|
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 = [
|
dependencies = [
|
||||||
{ name = "termstr" },
|
{ name = "termstr" },
|
||||||
]
|
]
|
||||||
|
|
@ -167,7 +167,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/d6/b4/b44fccc7040b01449
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "termstr"
|
name = "termstr"
|
||||||
version = "2024.12.18"
|
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 = [
|
dependencies = [
|
||||||
{ name = "cwcwidth" },
|
{ name = "cwcwidth" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ import fill3.terminal as terminal
|
||||||
import termstr
|
import termstr
|
||||||
|
|
||||||
|
|
||||||
__version__ = "v2024.12.18"
|
__version__ = "v2025.06.02"
|
||||||
|
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
|
|
|
||||||
|
|
@ -2,14 +2,14 @@ tool.uv.package = true
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "fill3"
|
name = "fill3"
|
||||||
version = "v2024.12.18"
|
version = "v2025.06.02"
|
||||||
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" },
|
||||||
]
|
]
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
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]
|
[project.urls]
|
||||||
|
|
|
||||||
4
fill3/uv.lock
generated
4
fill3/uv.lock
generated
|
|
@ -16,12 +16,12 @@ dependencies = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.metadata]
|
[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]]
|
[[package]]
|
||||||
name = "termstr"
|
name = "termstr"
|
||||||
version = "2024.12.18"
|
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 = [
|
dependencies = [
|
||||||
{ name = "cwcwidth" },
|
{ name = "cwcwidth" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ import lscolors
|
||||||
import termstr
|
import termstr
|
||||||
|
|
||||||
|
|
||||||
__version__ = "v2024.12.18"
|
__version__ = "v2025.06.02"
|
||||||
|
|
||||||
|
|
||||||
FILE_KEY = "fi"
|
FILE_KEY = "fi"
|
||||||
|
|
|
||||||
|
|
@ -7,14 +7,14 @@ allow-direct-references = true
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "lscolors"
|
name = "lscolors"
|
||||||
version = "v2024.12.18"
|
version = "v2025.06.02"
|
||||||
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" },
|
||||||
]
|
]
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
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]
|
[project.urls]
|
||||||
|
|
|
||||||
4
lscolors/uv.lock
generated
4
lscolors/uv.lock
generated
|
|
@ -16,12 +16,12 @@ dependencies = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.metadata]
|
[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]]
|
[[package]]
|
||||||
name = "termstr"
|
name = "termstr"
|
||||||
version = "2024.12.18"
|
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 = [
|
dependencies = [
|
||||||
{ name = "cwcwidth" },
|
{ name = "cwcwidth" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -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:
|
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
|
eris --install-all-tools
|
||||||
|
|
||||||
Or install from source: (includes tools)
|
Or install from source: (includes tools)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "termstr"
|
name = "termstr"
|
||||||
version = "v2024.12.18"
|
version = "v2025.06.02"
|
||||||
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__ = "v2024.12.18"
|
__version__ = "v2025.06.02"
|
||||||
|
|
||||||
|
|
||||||
ESC = "\x1b"
|
ESC = "\x1b"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue