Update version to v2024.12.17
This commit is contained in:
parent
400cac4900
commit
e695f91a6f
14 changed files with 28 additions and 28 deletions
|
|
@ -15,7 +15,7 @@ import lscolors
|
|||
import termstr
|
||||
|
||||
|
||||
__version__ = "v2024.12.11"
|
||||
__version__ = "v2024.12.17"
|
||||
|
||||
|
||||
FILE_KEY = "fi"
|
||||
|
|
|
|||
|
|
@ -2,14 +2,14 @@ tool.uv.package = true
|
|||
|
||||
[project]
|
||||
name = "lscolors"
|
||||
version = "v2024.12.11"
|
||||
version = "v2024.12.17"
|
||||
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.11#subdirectory=termstr",
|
||||
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.17#subdirectory=termstr",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
6
lscolors/uv.lock
generated
6
lscolors/uv.lock
generated
|
|
@ -9,19 +9,19 @@ sdist = { url = "https://files.pythonhosted.org/packages/38/17/aadd0c6190dca91aa
|
|||
|
||||
[[package]]
|
||||
name = "lscolors"
|
||||
version = "2024.12.11"
|
||||
version = "2024.12.17"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "termstr" },
|
||||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.11" }]
|
||||
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.17" }]
|
||||
|
||||
[[package]]
|
||||
name = "termstr"
|
||||
version = "2024.12.7"
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.11#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.17#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
dependencies = [
|
||||
{ name = "cwcwidth" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue