packaging: Depend on the latest version of fill3

- Dependencies are still working despite making the eris repo use
  uv workspaces.
This commit is contained in:
Andrew Hamilton 2024-12-28 17:42:04 +10:00
parent abf2943d3f
commit bfb0d941b0
2 changed files with 14 additions and 14 deletions

View file

@ -2,7 +2,7 @@ tool.uv.package = true
[project] [project]
name = "diff-edit" name = "diff-edit"
version = "v2024.12.19" version = "v2024.12.28"
description = "Edit two files side by side, showing differences." description = "Edit two files side by side, showing differences."
readme = "README.md" readme = "README.md"
authors = [ authors = [
@ -11,10 +11,10 @@ authors = [
requires-python = ">=3.11" requires-python = ">=3.11"
dependencies = [ dependencies = [
"docopt==0.6.2", "docopt==0.6.2",
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=fill3", "fill3 @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=fill3",
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=lscolors", "lscolors @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=lscolors",
"pygments==2.10.0", "pygments==2.10.0",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr", "termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=termstr",
] ]
[project.scripts] [project.scripts]

20
uv.lock generated
View file

@ -9,7 +9,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/38/17/aadd0c6190dca91aa
[[package]] [[package]]
name = "diff-edit" name = "diff-edit"
version = "2022.3.16" version = "2024.12.28"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "docopt" }, { name = "docopt" },
@ -22,10 +22,10 @@ dependencies = [
[package.metadata] [package.metadata]
requires-dist = [ requires-dist = [
{ name = "docopt", specifier = "==0.6.2" }, { name = "docopt", specifier = "==0.6.2" },
{ name = "fill3", git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.18" }, { name = "fill3", git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.28" },
{ name = "lscolors", git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.18" }, { name = "lscolors", git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.28" },
{ name = "pygments", specifier = "==2.10.0" }, { name = "pygments", specifier = "==2.10.0" },
{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18" }, { name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.28" },
] ]
[[package]] [[package]]
@ -36,16 +36,16 @@ sdist = { url = "https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf57
[[package]] [[package]]
name = "fill3" name = "fill3"
version = "2024.12.18" version = "2024.12.28"
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=fill3&rev=v2024.12.28#fb354cba60a0dfb51163b652a474656ade3c202c" }
dependencies = [ dependencies = [
{ name = "termstr" }, { name = "termstr" },
] ]
[[package]] [[package]]
name = "lscolors" name = "lscolors"
version = "2024.12.18" version = "2024.12.28"
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=lscolors&rev=v2024.12.28#fb354cba60a0dfb51163b652a474656ade3c202c" }
dependencies = [ dependencies = [
{ name = "termstr" }, { name = "termstr" },
] ]
@ -61,8 +61,8 @@ wheels = [
[[package]] [[package]]
name = "termstr" name = "termstr"
version = "2024.12.18" version = "2024.12.28"
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" } source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.28#fb354cba60a0dfb51163b652a474656ade3c202c" }
dependencies = [ dependencies = [
{ name = "cwcwidth" }, { name = "cwcwidth" },
] ]