py-gssapi: add v1.8.3 (#45666)

This commit is contained in:
Wouter Deconinck 2024-08-11 16:09:45 -05:00 committed by GitHub
parent 7ce5ac1e6e
commit 010324714f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,9 +15,11 @@ class PyGssapi(PythonPackage):
maintainers("wdconinc")
version("1.8.3", sha256="aa3c8d0b1526f52559552bb2c9d2d6be013d76a8e5db00b39a1db5727e93b0b0")
version("1.8.2", sha256="b78e0a021cc91158660e4c5cc9263e07c719346c35a9c0f66725e914b235c89a")
depends_on("py-cython@0.29.29:2", type="build")
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-setuptools@40.6.0:", type="build")
depends_on("py-decorator", type=("build", "run"))