py-gssapi: add v1.9.0 (#46797)

This commit is contained in:
Wouter Deconinck 2024-10-07 02:50:53 -05:00 committed by GitHub
parent 31d6e7a901
commit cb673862d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,11 +15,13 @@ class PyGssapi(PythonPackage):
maintainers("wdconinc") maintainers("wdconinc")
version("1.9.0", sha256="f468fac8f3f5fca8f4d1ca19e3cd4d2e10bd91074e7285464b22715d13548afe")
version("1.8.3", sha256="aa3c8d0b1526f52559552bb2c9d2d6be013d76a8e5db00b39a1db5727e93b0b0") version("1.8.3", sha256="aa3c8d0b1526f52559552bb2c9d2d6be013d76a8e5db00b39a1db5727e93b0b0")
version("1.8.2", sha256="b78e0a021cc91158660e4c5cc9263e07c719346c35a9c0f66725e914b235c89a") version("1.8.2", sha256="b78e0a021cc91158660e4c5cc9263e07c719346c35a9c0f66725e914b235c89a")
depends_on("py-cython@0.29.29:2", type="build", when="@:1.8.2") depends_on("py-cython@0.29.29:2", type="build", when="@:1.8.2")
depends_on("py-cython@0.29.29:3", type="build", when="@1.8.3:") depends_on("py-cython@0.29.29:3", type="build", when="@1.8.3:")
depends_on("py-cython@3.0.3:3", type="build", when="@1.9.0:")
depends_on("py-setuptools@40.6.0:", type="build") depends_on("py-setuptools@40.6.0:", type="build")
depends_on("py-decorator", type=("build", "run")) depends_on("py-decorator", type=("build", "run"))