summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2023-06-23 04:43:15 +0200
committerGitHub <noreply@github.com>2023-06-22 22:43:15 -0400
commit88fc8ae591e4897521b1e886cb03303e7ad43b67 (patch)
treee3f840a01e1dc9d599b2b81632b956b44ddeda5c /var
parentff6ac4281222fa498bebc9aae06d2106366c655c (diff)
downloadspack-88fc8ae591e4897521b1e886cb03303e7ad43b67.tar.gz
spack-88fc8ae591e4897521b1e886cb03303e7ad43b67.tar.bz2
spack-88fc8ae591e4897521b1e886cb03303e7ad43b67.tar.xz
spack-88fc8ae591e4897521b1e886cb03303e7ad43b67.zip
py-python-gitlab: add 3.15.0 (#38524)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-python-gitlab/package.py17
-rw-r--r--var/spack/repos/builtin/packages/py-requests-toolbelt/package.py2
2 files changed, 13 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/py-python-gitlab/package.py b/var/spack/repos/builtin/packages/py-python-gitlab/package.py
index 2eb39eee03..ecd1de015c 100644
--- a/var/spack/repos/builtin/packages/py-python-gitlab/package.py
+++ b/var/spack/repos/builtin/packages/py-python-gitlab/package.py
@@ -12,6 +12,7 @@ class PyPythonGitlab(PythonPackage):
homepage = "https://github.com/gpocentek/python-gitlab"
pypi = "python-gitlab/python-gitlab-0.19.tar.gz"
+ version("3.15.0", sha256="c9e65eb7612a9fbb8abf0339972eca7fd7a73d4da66c9b446ffe528930aff534")
version("3.9.0", sha256="5fc5e88f81f366e11851cb8b4b9a5b827491ce20ba7585446b74c9b097726ba3")
version("2.10.1", sha256="7afa7d7c062fa62c173190452265a30feefb844428efc58ea5244f3b9fc0d40f")
version("1.8.0", sha256="a6b03bc53f6e2e22b88d5ff9772b1bb360570ec82752f1def3d6eb60cda093e7")
@@ -21,11 +22,15 @@ class PyPythonGitlab(PythonPackage):
version("0.16", sha256="2c50dc0bd3ed7c6b1edb6e556b0f0109493ae9dfa46e3bffcf3e5e67228d7d53")
depends_on("python@3.7:", when="@3:", type=("build", "run"))
- depends_on("python@3.6:", when="@2:", type=("build", "run"))
depends_on("py-setuptools", type="build")
- depends_on("py-requests-toolbelt@0.9.1:", when="@2.6.0:", type=("build", "run"))
- depends_on("py-requests@2.25.0:", when="@2.10.1:", type=("build", "run"))
- depends_on("py-requests@2.22.0:", when="@2.0.0:", type=("build", "run"))
- depends_on("py-requests@2.4.2:", when="@1.4.0:", type=("build", "run"))
- depends_on("py-requests@1.0:", type=("build", "run"))
+
+ depends_on("py-requests@2.25:", when="@2.10.1:", type=("build", "run"))
+ depends_on("py-requests@2.22:", when="@2:", type=("build", "run"))
+ depends_on("py-requests@2.4.2:", when="@1.4:", type=("build", "run"))
+ depends_on("py-requests@1:", type=("build", "run"))
+ depends_on("py-requests-toolbelt@0.10.1:", when="@3.13:", type=("build", "run"))
+ depends_on("py-requests-toolbelt@0.9.1:", when="@2.6:", type=("build", "run"))
+ depends_on("py-typing-extensions@4:", when="@3.14: ^python@:3.7", type=("build", "run"))
+
+ # Historical dependencies
depends_on("py-six", when="@:1", type=("build", "run"))
diff --git a/var/spack/repos/builtin/packages/py-requests-toolbelt/package.py b/var/spack/repos/builtin/packages/py-requests-toolbelt/package.py
index c163daeb37..f735cc1450 100644
--- a/var/spack/repos/builtin/packages/py-requests-toolbelt/package.py
+++ b/var/spack/repos/builtin/packages/py-requests-toolbelt/package.py
@@ -12,7 +12,9 @@ class PyRequestsToolbelt(PythonPackage):
homepage = "https://toolbelt.readthedocs.org/"
pypi = "requests-toolbelt/requests-toolbelt-0.9.1.tar.gz"
+ git = "https://github.com/requests/toolbelt.git"
+ version("1.0.0", sha256="7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6")
version("0.9.1", sha256="968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0")
version("0.8.0", sha256="f6a531936c6fa4c6cfce1b9c10d5c4f498d16528d2a54a22ca00011205a187b5")