Update version to v2025.06.04
This commit is contained in:
parent
0effc3da49
commit
5448eced5a
11 changed files with 14 additions and 14 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@v2025.06.03#subdirectory=eris
|
||||
pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2025.06.04#subdirectory=eris
|
||||
eris --install-all-tools
|
||||
|
||||
Or install from source: (includes tools)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
|
||||
__version__ = "v2025.06.03"
|
||||
__version__ = "v2025.06.04"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import fill3.terminal as terminal
|
|||
import termstr
|
||||
|
||||
|
||||
__version__ = "v2025.06.03"
|
||||
__version__ = "v2025.06.04"
|
||||
|
||||
|
||||
##########################
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ tool.uv.package = true
|
|||
|
||||
[project]
|
||||
name = "fill3"
|
||||
version = "v2025.06.03"
|
||||
version = "v2025.06.04"
|
||||
description = "Fill3 provides basic widgets for a tui."
|
||||
authors = [
|
||||
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import lscolors
|
|||
import termstr
|
||||
|
||||
|
||||
__version__ = "v2025.06.03"
|
||||
__version__ = "v2025.06.04"
|
||||
|
||||
|
||||
FILE_KEY = "fi"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ allow-direct-references = true
|
|||
|
||||
[project]
|
||||
name = "lscolors"
|
||||
version = "v2025.06.03"
|
||||
version = "v2025.06.04"
|
||||
description = "Give coloring for file types as in the ls command."
|
||||
authors = [
|
||||
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
||||
|
|
|
|||
|
|
@ -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@v2025.06.03#subdirectory=eris
|
||||
pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2025.06.04#subdirectory=eris
|
||||
eris --install-all-tools
|
||||
|
||||
Or install from source: (includes tools)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ tool.uv.package = true
|
|||
|
||||
[project]
|
||||
name = "eris"
|
||||
version = "v2025.06.03"
|
||||
version = "v2025.06.04"
|
||||
description = "Eris maintains an up-to-date set of reports for every file in a codebase."
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ tool.uv.package = true
|
|||
|
||||
[project]
|
||||
name = "termstr"
|
||||
version = "v2025.06.03"
|
||||
version = "v2025.06.04"
|
||||
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__ = "v2025.06.03"
|
||||
__version__ = "v2025.06.04"
|
||||
|
||||
|
||||
ESC = "\x1b"
|
||||
|
|
|
|||
8
uv.lock
generated
8
uv.lock
generated
|
|
@ -27,7 +27,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "eris"
|
||||
version = "2025.6.3"
|
||||
version = "2025.6.4"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "docopt-ng" },
|
||||
|
|
@ -54,7 +54,7 @@ requires-dist = [
|
|||
|
||||
[[package]]
|
||||
name = "fill3"
|
||||
version = "2025.6.3"
|
||||
version = "2025.6.4"
|
||||
source = { editable = "fill3" }
|
||||
dependencies = [
|
||||
{ name = "termstr" },
|
||||
|
|
@ -65,7 +65,7 @@ requires-dist = [{ name = "termstr", editable = "termstr" }]
|
|||
|
||||
[[package]]
|
||||
name = "lscolors"
|
||||
version = "2025.6.3"
|
||||
version = "2025.6.4"
|
||||
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.3"
|
||||
version = "2025.6.4"
|
||||
source = { editable = "termstr" }
|
||||
dependencies = [
|
||||
{ name = "cwcwidth" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue