py-python-gitlab: add 3.15.0 (#38524)

This commit is contained in:
Manuela Kuhn 2023-06-23 04:43:15 +02:00 committed by GitHub
parent ff6ac42812
commit 88fc8ae591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 6 deletions

View file

@ -12,6 +12,7 @@ class PyPythonGitlab(PythonPackage):
homepage = "https://github.com/gpocentek/python-gitlab" homepage = "https://github.com/gpocentek/python-gitlab"
pypi = "python-gitlab/python-gitlab-0.19.tar.gz" pypi = "python-gitlab/python-gitlab-0.19.tar.gz"
version("3.15.0", sha256="c9e65eb7612a9fbb8abf0339972eca7fd7a73d4da66c9b446ffe528930aff534")
version("3.9.0", sha256="5fc5e88f81f366e11851cb8b4b9a5b827491ce20ba7585446b74c9b097726ba3") version("3.9.0", sha256="5fc5e88f81f366e11851cb8b4b9a5b827491ce20ba7585446b74c9b097726ba3")
version("2.10.1", sha256="7afa7d7c062fa62c173190452265a30feefb844428efc58ea5244f3b9fc0d40f") version("2.10.1", sha256="7afa7d7c062fa62c173190452265a30feefb844428efc58ea5244f3b9fc0d40f")
version("1.8.0", sha256="a6b03bc53f6e2e22b88d5ff9772b1bb360570ec82752f1def3d6eb60cda093e7") version("1.8.0", sha256="a6b03bc53f6e2e22b88d5ff9772b1bb360570ec82752f1def3d6eb60cda093e7")
@ -21,11 +22,15 @@ class PyPythonGitlab(PythonPackage):
version("0.16", sha256="2c50dc0bd3ed7c6b1edb6e556b0f0109493ae9dfa46e3bffcf3e5e67228d7d53") version("0.16", sha256="2c50dc0bd3ed7c6b1edb6e556b0f0109493ae9dfa46e3bffcf3e5e67228d7d53")
depends_on("python@3.7:", when="@3:", type=("build", "run")) 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-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.25:", 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.22:", when="@2:", type=("build", "run"))
depends_on("py-requests@2.4.2:", when="@1.4.0:", type=("build", "run")) depends_on("py-requests@2.4.2:", when="@1.4:", type=("build", "run"))
depends_on("py-requests@1.0:", 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")) depends_on("py-six", when="@:1", type=("build", "run"))

View file

@ -12,7 +12,9 @@ class PyRequestsToolbelt(PythonPackage):
homepage = "https://toolbelt.readthedocs.org/" homepage = "https://toolbelt.readthedocs.org/"
pypi = "requests-toolbelt/requests-toolbelt-0.9.1.tar.gz" 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.9.1", sha256="968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0")
version("0.8.0", sha256="f6a531936c6fa4c6cfce1b9c10d5c4f498d16528d2a54a22ca00011205a187b5") version("0.8.0", sha256="f6a531936c6fa4c6cfce1b9c10d5c4f498d16528d2a54a22ca00011205a187b5")