pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-krb5



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 28 08:57:52 UTC 2025

Modified Files:
        pkgsrc/security/py-krb5: Makefile PLIST distinfo

Log Message:
py-krb5: updated to 0.9.0

0.9.0 - 2025-11-26

* Build using the Stable ABI/Limited API with Python 3.11 and newer
* Updated Cython build requirements to `3.2.1`
* Added support for Python free-threading (`PEP 779`)
  * PyPI will contain wheels for macOS Python 3.14t
  * Linux will still need to compile the extension at install time but will create a free-threaded wheel if running under that interpreter
  * Python 3.13t is not supported or tested so may or may not work


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-krb5/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-krb5/PLIST \
    pkgsrc/security/py-krb5/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-krb5/Makefile
diff -u pkgsrc/security/py-krb5/Makefile:1.12 pkgsrc/security/py-krb5/Makefile:1.13
--- pkgsrc/security/py-krb5/Makefile:1.12       Thu Oct  9 07:57:55 2025
+++ pkgsrc/security/py-krb5/Makefile    Sun Dec 28 08:57:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/10/09 07:57:55 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/12/28 08:57:52 adam Exp $
 
-DISTNAME=      krb5-0.8.0
+DISTNAME=      krb5-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/krb5/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/jborean93/p
 COMMENT=       Kerberos API bindings for Python
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.1.3:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.2.1:../../devel/py-cython
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310

Index: pkgsrc/security/py-krb5/PLIST
diff -u pkgsrc/security/py-krb5/PLIST:1.6 pkgsrc/security/py-krb5/PLIST:1.7
--- pkgsrc/security/py-krb5/PLIST:1.6   Wed Jul  2 04:16:43 2025
+++ pkgsrc/security/py-krb5/PLIST       Sun Dec 28 08:57:52 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/07/02 04:16:43 markd Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/12/28 08:57:52 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -11,59 +11,59 @@ ${PYSITELIB}/krb5/_adpi.py
 ${PYSITELIB}/krb5/_adpi.pyc
 ${PYSITELIB}/krb5/_adpi.pyo
 ${PYSITELIB}/krb5/_ccache.pyi
-${PYSITELIB}/krb5/_ccache.so
+${PYSITELIB}/krb5/_ccache.abi3.so
 ${PYSITELIB}/krb5/_ccache_match.pyi
-${PYSITELIB}/krb5/_ccache_match.so
+${PYSITELIB}/krb5/_ccache_match.abi3.so
 ${PYSITELIB}/krb5/_ccache_mit.pyi
-${PLIST.mitkrb}${PYSITELIB}/krb5/_ccache_mit.so
+${PLIST.mitkrb}${PYSITELIB}/krb5/_ccache_mit.abi3.so
 ${PYSITELIB}/krb5/_ccache_support_switch.pyi
-${PYSITELIB}/krb5/_ccache_support_switch.so
+${PYSITELIB}/krb5/_ccache_support_switch.abi3.so
 ${PYSITELIB}/krb5/_cccol.pyi
-${PYSITELIB}/krb5/_cccol.so
-${PLIST.mitkrb}${PYSITELIB}/krb5/_chpw_message_mit.so
+${PYSITELIB}/krb5/_cccol.abi3.so
+${PLIST.mitkrb}${PYSITELIB}/krb5/_chpw_message_mit.abi3.so
 ${PYSITELIB}/krb5/_chpw_message_mit.pyi
 ${PYSITELIB}/krb5/_context.pyi
-${PYSITELIB}/krb5/_context.so
+${PYSITELIB}/krb5/_context.abi3.so
 ${PYSITELIB}/krb5/_context_mit.pyi
-${PLIST.mitkrb}${PYSITELIB}/krb5/_context_mit.so
+${PLIST.mitkrb}${PYSITELIB}/krb5/_context_mit.abi3.so
 ${PYSITELIB}/krb5/_creds.pyi
-${PYSITELIB}/krb5/_creds.so
+${PYSITELIB}/krb5/_creds.abi3.so
 ${PYSITELIB}/krb5/_creds_marshal_mit.pyi
-${PLIST.mitkrb}${PYSITELIB}/krb5/_creds_marshal_mit.so
+${PLIST.mitkrb}${PYSITELIB}/krb5/_creds_marshal_mit.abi3.so
 ${PYSITELIB}/krb5/_creds_mit.pyi
-${PLIST.mitkrb}${PYSITELIB}/krb5/_creds_mit.so
+${PLIST.mitkrb}${PYSITELIB}/krb5/_creds_mit.abi3.so
 ${PYSITELIB}/krb5/_creds_opt.pyi
-${PYSITELIB}/krb5/_creds_opt.so
+${PYSITELIB}/krb5/_creds_opt.abi3.so
 ${PYSITELIB}/krb5/_creds_opt_heimdal.pyi
-${PLIST.heimdal}${PYSITELIB}/krb5/_creds_opt_heimdal.so
+${PLIST.heimdal}${PYSITELIB}/krb5/_creds_opt_heimdal.abi3.so
 ${PYSITELIB}/krb5/_creds_opt_mit.pyi
-${PLIST.mitkrb}${PYSITELIB}/krb5/_creds_opt_mit.so
+${PLIST.mitkrb}${PYSITELIB}/krb5/_creds_opt_mit.abi3.so
 ${PYSITELIB}/krb5/_creds_opt_set_in_ccache.pyi
-${PLIST.mitkrb}${PYSITELIB}/krb5/_creds_opt_set_in_ccache.so
+${PLIST.mitkrb}${PYSITELIB}/krb5/_creds_opt_set_in_ccache.abi3.so
 ${PYSITELIB}/krb5/_creds_opt_set_pac_request.pyi
-${PYSITELIB}/krb5/_creds_opt_set_pac_request.so
+${PYSITELIB}/krb5/_creds_opt_set_pac_request.abi3.so
 ${PYSITELIB}/krb5/_exceptions.pyi
-${PYSITELIB}/krb5/_exceptions.so
+${PYSITELIB}/krb5/_exceptions.abi3.so
 ${PYSITELIB}/krb5/_keyblock.pyi
-${PYSITELIB}/krb5/_keyblock.so
+${PYSITELIB}/krb5/_keyblock.abi3.so
 ${PYSITELIB}/krb5/_keyblock_mit.pyi
-${PLIST.mitkrb}${PYSITELIB}/krb5/_keyblock_mit.so
+${PLIST.mitkrb}${PYSITELIB}/krb5/_keyblock_mit.abi3.so
 ${PYSITELIB}/krb5/_kt.pyi
-${PYSITELIB}/krb5/_kt.so
+${PYSITELIB}/krb5/_kt.abi3.so
 ${PYSITELIB}/krb5/_kt_have_content.pyi
-${PYSITELIB}/krb5/_kt_have_content.so
+${PYSITELIB}/krb5/_kt_have_content.abi3.so
 ${PYSITELIB}/krb5/_kt_heimdal.pyi
-${PLIST.heimdal}${PYSITELIB}/krb5/_kt_heimdal.so
+${PLIST.heimdal}${PYSITELIB}/krb5/_kt_heimdal.abi3.so
 ${PYSITELIB}/krb5/_kt_mit.pyi
-${PLIST.mitkrb}${PYSITELIB}/krb5/_kt_mit.so
+${PLIST.mitkrb}${PYSITELIB}/krb5/_kt_mit.abi3.so
 ${PYSITELIB}/krb5/_principal.pyi
-${PYSITELIB}/krb5/_principal.so
+${PYSITELIB}/krb5/_principal.abi3.so
 ${PYSITELIB}/krb5/_principal_heimdal.pyi
-${PLIST.heimdal}${PYSITELIB}/krb5/_principal_heimdal.so
+${PLIST.heimdal}${PYSITELIB}/krb5/_principal_heimdal.abi3.so
 ${PYSITELIB}/krb5/_set_password.pyi
-${PYSITELIB}/krb5/_set_password.so
+${PYSITELIB}/krb5/_set_password.abi3.so
 ${PYSITELIB}/krb5/_string.pyi
-${PYSITELIB}/krb5/_string.so
+${PYSITELIB}/krb5/_string.abi3.so
 ${PYSITELIB}/krb5/_string_mit.pyi
-${PLIST.mitkrb}${PYSITELIB}/krb5/_string_mit.so
+${PLIST.mitkrb}${PYSITELIB}/krb5/_string_mit.abi3.so
 ${PYSITELIB}/krb5/py.typed
Index: pkgsrc/security/py-krb5/distinfo
diff -u pkgsrc/security/py-krb5/distinfo:1.6 pkgsrc/security/py-krb5/distinfo:1.7
--- pkgsrc/security/py-krb5/distinfo:1.6        Wed Sep  3 07:51:39 2025
+++ pkgsrc/security/py-krb5/distinfo    Sun Dec 28 08:57:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/09/03 07:51:39 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/12/28 08:57:52 adam Exp $
 
-BLAKE2s (krb5-0.8.0.tar.gz) = 5cb2abffbf9a07bf7870d33d1ba00c8469da342ed33ef68f2e7aa95ebe725640
-SHA512 (krb5-0.8.0.tar.gz) = de4ea8b86acc31b88de5c47454be0901614cb9fe0f53516b96616e46324f689723beee56c49c4fb0bbff97ea7b85a15a0874c69670b5e8bf741a9963439af712
-Size (krb5-0.8.0.tar.gz) = 235540 bytes
+BLAKE2s (krb5-0.9.0.tar.gz) = b1b100537481e219f031f562c9fc10a7d20e2c8d14f9af51a4609662e1b9ac18
+SHA512 (krb5-0.9.0.tar.gz) = 6f0325ab3415d1719dcc5530f6ee42082ba52035fa13ba23748d399fb1c2f5c92378064517d8b0f58909f1c10d1516b8745eb5911c8f285ce7dba7ecb1a6d797
+Size (krb5-0.9.0.tar.gz) = 236761 bytes



Home | Main Index | Thread Index | Old Index