py-versioneer: add 0.29 (#40076)

This commit is contained in:
Manuela Kuhn 2023-09-21 14:22:20 +02:00 committed by GitHub
parent 8bd54e2f8f
commit 59fc09e93f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ class PyVersioneer(PythonPackage):
maintainers("scemama")
version("0.29", sha256="5ab283b9857211d61b53318b7c792cf68e798e765ee17c27ade9f6c924235731")
version("0.28", sha256="7175ca8e7bb4dd0e3c9779dd2745e5b4a6036304af3f5e50bd896f10196586d6")
version("0.27", sha256="452e0130658e9d3f0ba3e8a70cf34ef23c0ff6cbf743555b3e73a6c11d0161a3")
version("0.26", sha256="84fc729aa296d1d26645a8f62f178019885ff6f9a1073b29a4a228270ac5257b")
@ -23,8 +24,6 @@ class PyVersioneer(PythonPackage):
variant("toml", default=True, description="Install TOML support", when="@0.26:")
depends_on("python@3.7:", when="@0.23:", type=("build", "run"))
depends_on("python@3.6:", when="@0.19:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-tomli", when="@0.28: ^python@:3.10", type="build")
depends_on("py-tomli", when="@0.27", type="build")