From 25cff6be143e056c7298f85813bc48dcd8faa893 Mon Sep 17 00:00:00 2001 From: Glenn Johnson Date: Tue, 3 Jan 2023 16:35:13 -0600 Subject: py-shortuuid: add version 1.0.11 (#34739) * py-shortuuid: add version 1.0.11 * Update var/spack/repos/builtin/packages/py-shortuuid/package.py Co-authored-by: Adam J. Stewart Co-authored-by: Adam J. Stewart --- var/spack/repos/builtin/packages/py-shortuuid/package.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/var/spack/repos/builtin/packages/py-shortuuid/package.py b/var/spack/repos/builtin/packages/py-shortuuid/package.py index 80c2b816e9..84ca336ef4 100644 --- a/var/spack/repos/builtin/packages/py-shortuuid/package.py +++ b/var/spack/repos/builtin/packages/py-shortuuid/package.py @@ -12,9 +12,12 @@ class PyShortuuid(PythonPackage): homepage = "https://github.com/skorokithakis/shortuuid" url = "https://github.com/skorokithakis/shortuuid/archive/v1.0.0.tar.gz" + version("1.0.11", sha256="6ba28eece88d23389684585d73f3d883be3a76d6ab0c5d18ef34e5de2d500d0f") version("1.0.1", sha256="1253bdddf0d866e0bd8ea70989702772e09a78d5072b0490dfb6b3489750c157") version("1.0.0", sha256="cc2539aaed1b4de34853ee4aaf8331176b768a2d3a87d5a790453e082ce36850") version("0.5.0", sha256="5dabb502352a43f67284a0edb16a1d46ec9f71b332df2095218c2df1be7d019c") - depends_on("python@2.5:", type=("build", "run")) - depends_on("py-setuptools", type="build") + depends_on("python@2.5:", type=("build", "run"), when="@:1.0.0") + depends_on("python@3.5:", type=("build", "run"), when="@1.0.1:") + depends_on("py-setuptools", type="build", when="@:1.0.8") + depends_on("py-poetry-core", type="build", when="@1.0.9:") -- cgit v1.2.3-70-g09d2