1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

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
This commit is contained in:
Michael Osipov
2026-03-13 12:39:47 +01:00
parent bdd04bc775
commit 83ce88a97d
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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
+3 -3
View File
@@ -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
@@ -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"