From 7443a3b57218bc71b578650ee59d659c1e910677 Mon Sep 17 00:00:00 2001 From: Thomas Bouvier Date: Sat, 16 Nov 2024 04:17:51 +0000 Subject: py-wandb: add v0.16.6 (#43891) * py-wandb: add version v0.16.6 * fix: typo * py-wandb: py-click when @0.15.5:, py-pathtools when @:0.15 --------- Co-authored-by: Wouter Deconinck --- var/spack/repos/builtin/packages/py-wandb/package.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-wandb/package.py b/var/spack/repos/builtin/packages/py-wandb/package.py index 6d0949338c..23a3b05d8d 100644 --- a/var/spack/repos/builtin/packages/py-wandb/package.py +++ b/var/spack/repos/builtin/packages/py-wandb/package.py @@ -17,11 +17,11 @@ class PyWandb(PythonPackage): license("MIT") + version("0.16.6", sha256="86f491e3012d715e0d7d7421a4d6de41abef643b7403046261f962f3e512fe1c") version("0.13.9", sha256="0a17365ce1f18306ce7a7f16b943094fac7284bb85f4e52c0685705602f9e307") depends_on("py-setuptools", type=("build", "run")) - depends_on("py-pathtools", type=("build", "run")) depends_on("py-setproctitle", type=("build", "run")) depends_on("py-appdirs@1.4.3:", type=("build", "run")) depends_on("py-protobuf@3.19:4", type=("build", "run")) @@ -29,10 +29,15 @@ class PyWandb(PythonPackage): depends_on("py-typing-extensions", type=("build", "run"), when="^python@:3.9") depends_on("py-pyyaml", type=("build", "run")) - depends_on("py-click@7:", type=("build", "run")) + depends_on("py-click@7:", type=("build", "run"), when="@0.13") + depends_on("py-click@7.1:", type=("build", "run"), when="@0.15.5:") conflicts("^py-click@8.0.0") depends_on("py-gitpython@1:", type=("build", "run")) + conflicts("^py-gitpython@3.1.29") depends_on("py-requests@2", type=("build", "run")) depends_on("py-psutil@5:", type=("build", "run")) depends_on("py-sentry-sdk@1.0.0:", type=("build", "run")) depends_on("py-dockerpy-creds@0.4.0:", type=("build", "run")) + + # Historical dependencies + depends_on("py-pathtools", type=("build", "run"), when="@:0.15") -- cgit v1.2.3-70-g09d2