git: 83ce88a97da4 - main - security/py-gssapi: Update to 1.11.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Mar 2026 09:19:27 UTC
The branch main has been updated by michaelo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=83ce88a97da4239c5b038ce8e7f60bd19c12e6bc
commit 83ce88a97da4239c5b038ce8e7f60bd19c12e6bc
Author: Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2026-03-13 11:39:47 +0000
Commit: Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2026-03-20 09:19:08 +0000
security/py-gssapi: Update to 1.11.1
PR: 293784
Approved by: john@saltant.com (maintainer)
Release Notes: https://github.com/pythongssapi/python-gssapi/releases/tag/v1.11.1
---
security/py-gssapi/Makefile | 4 ++--
security/py-gssapi/distinfo | 6 +++---
security/py-gssapi/files/patch-pyproject.toml | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/security/py-gssapi/Makefile b/security/py-gssapi/Makefile
index 6d3cbac14393..60ee466cbfdd 100644
--- a/security/py-gssapi/Makefile
+++ b/security/py-gssapi/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gssapi
-DISTVERSION= 1.10.1
+DISTVERSION= 1.11.1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR}
-# Officially: 3.9-3.14
+# Officially: 3.9-3.14,3.14t
USES= python
USE_PYTHON= autoplist cython pep517
diff --git a/security/py-gssapi/distinfo b/security/py-gssapi/distinfo
index 508ac4c72fe7..754d54842c35 100644
--- a/security/py-gssapi/distinfo
+++ b/security/py-gssapi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761519654
-SHA256 (gssapi-1.10.1.tar.gz) = 7b54335dc9a3c55d564624fb6e25fcf9cfc0b80296a5c51e9c7cf9781c7d295b
-SIZE (gssapi-1.10.1.tar.gz) = 94262
+TIMESTAMP = 1773402316
+SHA256 (gssapi-1.11.1.tar.gz) = 2049ee4b1d0c363163a1344b7282a363f9f4094e51d2c36de0cf01d4735e0ae2
+SIZE (gssapi-1.11.1.tar.gz) = 95233
diff --git a/security/py-gssapi/files/patch-pyproject.toml b/security/py-gssapi/files/patch-pyproject.toml
index 88bfc4b09e65..9a8030cff364 100644
--- a/security/py-gssapi/files/patch-pyproject.toml
+++ b/security/py-gssapi/files/patch-pyproject.toml
@@ -3,8 +3,8 @@
@@ -1,6 +1,6 @@
[build-system]
requires = [
-- "Cython == 3.1.3",
-+ "Cython >= 3.1.3",
+- "Cython == 3.2.4",
++ "Cython >= 3.2.4",
"setuptools >= 40.6.0", # Start of PEP 517 support for setuptools
]
build-backend = "setuptools.build_meta"