aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-12-02 12:08:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-12-02 12:08:46 +0000
commite0a227f04472749207a4d88732aca00737a9e755 (patch)
tree51ef903164898f676e4fd59064b91593197cb717
parentfca419d65457e6318eccac3615b20afa9b702542 (diff)
security/py-krb5: Update to 0.9.0
-rw-r--r--security/py-krb5/Makefile2
-rw-r--r--security/py-krb5/distinfo6
-rw-r--r--security/py-krb5/files/patch-pyproject.toml6
3 files changed, 7 insertions, 7 deletions
diff --git a/security/py-krb5/Makefile b/security/py-krb5/Makefile
index 4e3347a350d3..233059b6c2ee 100644
--- a/security/py-krb5/Makefile
+++ b/security/py-krb5/Makefile
@@ -1,5 +1,5 @@
PORTNAME= krb5
-PORTVERSION= 0.8.0
+PORTVERSION= 0.9.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-krb5/distinfo b/security/py-krb5/distinfo
index a24b53c1c653..be01e2a9cdf3 100644
--- a/security/py-krb5/distinfo
+++ b/security/py-krb5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757436543
-SHA256 (krb5-0.8.0.tar.gz) = daaf580cf563a2435cc889d4a0692e02c5788e1eb91f0246d56114cf4f08ba1c
-SIZE (krb5-0.8.0.tar.gz) = 235540
+TIMESTAMP = 1764510992
+SHA256 (krb5-0.9.0.tar.gz) = 4cdd2c85ff4770108edaf48fedf19888cf956ff374e2e97e40f8412b048caee6
+SIZE (krb5-0.9.0.tar.gz) = 236761
diff --git a/security/py-krb5/files/patch-pyproject.toml b/security/py-krb5/files/patch-pyproject.toml
index b3fe07055245..0de5853face7 100644
--- a/security/py-krb5/files/patch-pyproject.toml
+++ b/security/py-krb5/files/patch-pyproject.toml
@@ -1,10 +1,10 @@
---- pyproject.toml.orig 2025-09-01 04:40:28 UTC
+--- pyproject.toml.orig 2025-11-25 18:46:01 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
-- "Cython == 3.1.3",
-+ "Cython >= 3.1.3",
+- "Cython == 3.2.1",
++ "Cython >= 3.2.1",
"setuptools >= 42.0.0", # Supports license_files
]
build-backend = "setuptools.build_meta"