Update version to v2024.12.10
This commit is contained in:
parent
2f0136c5ad
commit
164356f3a4
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:
|
||||
|
||||
pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2024.12.07#subdirectory=eris
|
||||
pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2024.12.10#subdirectory=eris
|
||||
eris --install-all-tools
|
||||
|
||||
Or install from source: (includes tools)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
|
||||
__version__ = "v2024.12.07"
|
||||
__version__ = "v2024.12.10"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ tool.uv.package = true
|
|||
|
||||
[project]
|
||||
name = "eris"
|
||||
version = "v2024.12.07"
|
||||
version = "v2024.12.10"
|
||||
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.07#subdirectory=fill3",
|
||||
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2024.12.07#subdirectory=lscolors",
|
||||
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2024.12.10#subdirectory=fill3",
|
||||
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2024.12.10#subdirectory=lscolors",
|
||||
"pexpect==4.8.0",
|
||||
"pillow==10.0.0",
|
||||
"pygments==2.16.1",
|
||||
"pyinotify==0.9.6",
|
||||
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.07#subdirectory=termstr",
|
||||
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.10#subdirectory=termstr",
|
||||
"toml==0.10.2",
|
||||
]
|
||||
|
||||
|
|
|
|||
12
eris/uv.lock
generated
12
eris/uv.lock
generated
|
|
@ -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.07" },
|
||||
{ name = "lscolors", git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.07" },
|
||||
{ name = "fill3", git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.10" },
|
||||
{ name = "lscolors", git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.10" },
|
||||
{ name = "pexpect", specifier = "==4.8.0" },
|
||||
{ name = "pillow", specifier = "==10.0.0" },
|
||||
{ name = "pygments", specifier = "==2.16.1" },
|
||||
{ name = "pyinotify", specifier = "==0.9.6" },
|
||||
{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.07" },
|
||||
{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.10" },
|
||||
{ name = "toml", specifier = "==0.10.2" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fill3"
|
||||
version = "2024.12.7"
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.07#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.10#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
dependencies = [
|
||||
{ name = "termstr" },
|
||||
]
|
||||
|
|
@ -64,7 +64,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "lscolors"
|
||||
version = "2024.12.7"
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.07#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.10#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
dependencies = [
|
||||
{ name = "termstr" },
|
||||
]
|
||||
|
|
@ -136,7 +136,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/e3/c0/fd5b18dde17c12496
|
|||
[[package]]
|
||||
name = "termstr"
|
||||
version = "2024.12.7"
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.07#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.10#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
dependencies = [
|
||||
{ name = "cwcwidth" },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import fill3.terminal as terminal
|
|||
import termstr
|
||||
|
||||
|
||||
__version__ = "v2024.12.07"
|
||||
__version__ = "v2024.12.10"
|
||||
|
||||
|
||||
##########################
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
[project]
|
||||
name = "fill3"
|
||||
version = "v2024.12.07"
|
||||
version = "v2024.12.10"
|
||||
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.07#subdirectory=termstr",
|
||||
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.10#subdirectory=termstr",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
4
fill3/uv.lock
generated
4
fill3/uv.lock
generated
|
|
@ -16,12 +16,12 @@ dependencies = [
|
|||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.07" }]
|
||||
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.10" }]
|
||||
|
||||
[[package]]
|
||||
name = "termstr"
|
||||
version = "2024.12.7"
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.07#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.10#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
dependencies = [
|
||||
{ name = "cwcwidth" },
|
||||
]
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import lscolors
|
|||
import termstr
|
||||
|
||||
|
||||
__version__ = "v2024.12.07"
|
||||
__version__ = "v2024.12.10"
|
||||
|
||||
|
||||
FILE_KEY = "fi"
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
[project]
|
||||
name = "lscolors"
|
||||
version = "v2024.12.07"
|
||||
version = "v2024.12.10"
|
||||
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.07#subdirectory=termstr",
|
||||
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.10#subdirectory=termstr",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
4
lscolors/uv.lock
generated
4
lscolors/uv.lock
generated
|
|
@ -16,12 +16,12 @@ dependencies = [
|
|||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.07" }]
|
||||
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.10" }]
|
||||
|
||||
[[package]]
|
||||
name = "termstr"
|
||||
version = "2024.12.7"
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.07#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.10#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
dependencies = [
|
||||
{ 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:
|
||||
|
||||
pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2024.12.07#subdirectory=eris
|
||||
pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2024.12.10#subdirectory=eris
|
||||
eris --install-all-tools
|
||||
|
||||
Or install from source: (includes tools)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "termstr"
|
||||
version = "v2024.12.07"
|
||||
version = "v2024.12.10"
|
||||
description = "Termstr provides strings with extra terminal styling."
|
||||
authors = [
|
||||
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import weakref
|
|||
import cwcwidth
|
||||
|
||||
|
||||
__version__ = "v2024.12.07"
|
||||
__version__ = "v2024.12.10"
|
||||
|
||||
|
||||
ESC = "\x1b"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue