py-krb5: add v0.7.0 (#46799)

* py-krb5: add v0.7.0

* [@spackbot] updating style on behalf of wdconinc

---------

Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
This commit is contained in:
Wouter Deconinck 2024-10-05 14:24:26 -05:00 committed by GitHub
parent dce3cf6f31
commit 7ad08213dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,8 +16,10 @@ class PyKrb5(PythonPackage):
license("MIT", checked_by="wdconinc")
version("0.7.0", sha256="6a308f2e17d151c395b24e6aec7bdff6a56fe3627a32042fc86d412398a92ddd")
version("0.6.0", sha256="712ba092fbe3a28ec18820bb1b1ed2cc1037b75c5c7033f970c6a8c97bbd1209")
depends_on("python@3.8:", type=("build", "run"), when="@0.7.0:")
depends_on("py-setuptools@42:", type="build")
depends_on("py-cython@0.29.32:3", type=("build", "run"))
depends_on("krb5", type=("build", "run"))