Update version to v2025.06.02

This commit is contained in:
Andrew Hamilton 2025-06-02 19:00:19 +10:00
parent d0f4bd7d1e
commit aa8088615d
13 changed files with 25 additions and 25 deletions

View file

@ -15,7 +15,7 @@ import lscolors
import termstr
__version__ = "v2024.12.18"
__version__ = "v2025.06.02"
FILE_KEY = "fi"

View file

@ -7,14 +7,14 @@ allow-direct-references = true
[project]
name = "lscolors"
version = "v2024.12.18"
version = "v2025.06.02"
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.18#subdirectory=termstr",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.02#subdirectory=termstr",
]
[project.urls]

4
lscolors/uv.lock generated
View file

@ -16,12 +16,12 @@ dependencies = [
]
[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]]
name = "termstr"
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 = [
{ name = "cwcwidth" },
]