Update version to v2024.12.17

This commit is contained in:
Andrew Hamilton 2024-12-17 23:40:02 +10:00
parent 400cac4900
commit e695f91a6f
14 changed files with 28 additions and 28 deletions

View file

@ -15,7 +15,7 @@ import lscolors
import termstr
__version__ = "v2024.12.11"
__version__ = "v2024.12.17"
FILE_KEY = "fi"

View file

@ -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
View file

@ -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" },
]