summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2022-09-29 18:54:27 +0200
committerGitHub <noreply@github.com>2022-09-29 10:54:27 -0600
commit2ea7703d69225667c5cf7594ed6d427ae7e538b0 (patch)
tree9e62b0af5a94d0d17efb64590e6accff43a59423
parent679cd4b60dcd9e1fc471cc98a7f2002f06f194dd (diff)
downloadspack-2ea7703d69225667c5cf7594ed6d427ae7e538b0.tar.gz
spack-2ea7703d69225667c5cf7594ed6d427ae7e538b0.tar.bz2
spack-2ea7703d69225667c5cf7594ed6d427ae7e538b0.tar.xz
spack-2ea7703d69225667c5cf7594ed6d427ae7e538b0.zip
py-itsdangerous: add 2.1.2 (#32904)
-rw-r--r--var/spack/repos/builtin/packages/py-itsdangerous/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-itsdangerous/package.py b/var/spack/repos/builtin/packages/py-itsdangerous/package.py
index e39f0a95ac..3019042d12 100644
--- a/var/spack/repos/builtin/packages/py-itsdangerous/package.py
+++ b/var/spack/repos/builtin/packages/py-itsdangerous/package.py
@@ -12,10 +12,12 @@ class PyItsdangerous(PythonPackage):
homepage = "https://github.com/mitsuhiko/itsdangerous"
pypi = "itsdangerous/itsdangerous-1.1.0.tar.gz"
+ version("2.1.2", sha256="5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a")
version("2.0.1", sha256="9e724d68fc22902a1435351f84c3fb8623f303fffcc566a4cb952df8c572cff0")
version("1.1.0", sha256="321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19")
version("0.24", sha256="cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519")
+ depends_on("python@3.7:", when="@2.1:", type=("build", "run"))
depends_on("python@3.6:", when="@2:", type=("build", "run"))
depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
depends_on("py-setuptools", type="build")