pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-pyspnego
Module Name: pkgsrc
Committed By: adam
Date: Thu Sep 4 11:10:58 UTC 2025
Modified Files:
pkgsrc/security/py-pyspnego: Makefile distinfo
Log Message:
py-pyspnego: updated to 0.12.0
0.12.0 - 2025-09-03
* Drop support for Python 3.7 - new minimum is 3.9+
* Add official support for Python 3.14
* Fix CredSSP server certificate generation to limit CN name to 64 characters
* Added support for using the `KerberosKeytab` on SSPI/Windows with Kerberos authentication
* Added support for specifying credentials for `spnego.server` using the `credentials` kwarg. This currently only works on Windows/SSPI when specifying a keytab credential for the service
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-pyspnego/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-pyspnego/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-pyspnego/Makefile
diff -u pkgsrc/security/py-pyspnego/Makefile:1.9 pkgsrc/security/py-pyspnego/Makefile:1.10
--- pkgsrc/security/py-pyspnego/Makefile:1.9 Sat Jul 5 11:44:10 2025
+++ pkgsrc/security/py-pyspnego/Makefile Thu Sep 4 11:10:58 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2025/07/05 11:44:10 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/09/04 11:10:58 adam Exp $
-DISTNAME= pyspnego-0.11.2
+DISTNAME= pyspnego-0.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyspnego/}
@@ -19,7 +18,6 @@ DEPENDS+= ${PYPKGPREFIX}-krb5>=0.3.0:../
USE_LANGUAGES= # none
PYTHON_VERSIONED_DEPENDENCIES+= cryptography
-
PYTHON_VERSIONS_INCOMPATIBLE= 39 310
post-install:
Index: pkgsrc/security/py-pyspnego/distinfo
diff -u pkgsrc/security/py-pyspnego/distinfo:1.6 pkgsrc/security/py-pyspnego/distinfo:1.7
--- pkgsrc/security/py-pyspnego/distinfo:1.6 Sat Nov 16 10:29:57 2024
+++ pkgsrc/security/py-pyspnego/distinfo Thu Sep 4 11:10:58 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/11/16 10:29:57 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/09/04 11:10:58 adam Exp $
-BLAKE2s (pyspnego-0.11.2.tar.gz) = 91f3f3e9ce7ecb5e3df5495faf0ea75b5130813d9ea56d91fb2df35b50f30a4d
-SHA512 (pyspnego-0.11.2.tar.gz) = 6e2a16b538d5c078842db1629628b13257a900c51778b9186f4edff33b4e932eaff2a8ccad41b50a8a89118283059fc716cfc92dfe423ed1ead1a22e6a172a9c
-Size (pyspnego-0.11.2.tar.gz) = 225954 bytes
+BLAKE2s (pyspnego-0.12.0.tar.gz) = 2c8fd648c4cb49ca99f4264a1389f140cea9832061e855aa20f532664ed855c4
+SHA512 (pyspnego-0.12.0.tar.gz) = 0fb6d0c7f07a9ed0ab10ea5bf771acb7b99d91c6f3031faa5451520004fcc6868751f86725a3b8a75078d6396ffae60669a40fca46f24853587922d01ae76e52
+Size (pyspnego-0.12.0.tar.gz) = 225764 bytes
Home |
Main Index |
Thread Index |
Old Index