pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-gssapi



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 13 10:30:59 UTC 2024

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

Log Message:
py-gssapi: updated to 1.9.0

1.9.0

Bump Python 3.13 test version


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/py-gssapi/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-gssapi/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/py-gssapi/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-gssapi/Makefile
diff -u pkgsrc/security/py-gssapi/Makefile:1.26 pkgsrc/security/py-gssapi/Makefile:1.27
--- pkgsrc/security/py-gssapi/Makefile:1.26     Tue Aug 29 06:16:38 2023
+++ pkgsrc/security/py-gssapi/Makefile  Wed Nov 13 10:30:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/08/29 06:16:38 adam Exp $
+# $NetBSD: Makefile,v 1.27 2024/11/13 10:30:59 adam Exp $
 
-DISTNAME=      gssapi-1.8.3
+DISTNAME=      gssapi-1.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gssapi/}
@@ -11,12 +11,11 @@ COMMENT=    Low-level and high-level wrappe
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
 # unpackaged: k5test
 TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../mk/bsd.prefs.mk"
 
 PLIST_VARS+=   mitkrb posix
@@ -30,5 +29,5 @@ PLIST.mitkrb= yes
 .  endif
 .endif
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-gssapi/PLIST
diff -u pkgsrc/security/py-gssapi/PLIST:1.11 pkgsrc/security/py-gssapi/PLIST:1.12
--- pkgsrc/security/py-gssapi/PLIST:1.11        Sat Oct 14 01:00:43 2023
+++ pkgsrc/security/py-gssapi/PLIST     Wed Nov 13 10:30:59 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.11 2023/10/14 01:00:43 markd Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.12 2024/11/13 10:30:59 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/gssapi/__init__.py
 ${PYSITELIB}/gssapi/__init__.pyc
 ${PYSITELIB}/gssapi/__init__.pyo

Index: pkgsrc/security/py-gssapi/distinfo
diff -u pkgsrc/security/py-gssapi/distinfo:1.22 pkgsrc/security/py-gssapi/distinfo:1.23
--- pkgsrc/security/py-gssapi/distinfo:1.22     Tue Aug 29 06:16:38 2023
+++ pkgsrc/security/py-gssapi/distinfo  Wed Nov 13 10:30:59 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2023/08/29 06:16:38 adam Exp $
+$NetBSD: distinfo,v 1.23 2024/11/13 10:30:59 adam Exp $
 
-BLAKE2s (gssapi-1.8.3.tar.gz) = 9b77864d71550330840f26288f5d7f709b27a28f7dedf2c2e0b84f4c345f4822
-SHA512 (gssapi-1.8.3.tar.gz) = 75f04eb65be2af22e5cea4af51c592a0efe693f24cecfa855057fdf09d48925d4998042bb0328432258ff6bb983526b4e48402b12e19d9e8f6456742f9ab4909
-Size (gssapi-1.8.3.tar.gz) = 94190 bytes
+BLAKE2s (gssapi-1.9.0.tar.gz) = 5ea007323365761a9f0939df1e408eb29aede82aaf22005b1fe3cca6a936cba5
+SHA512 (gssapi-1.9.0.tar.gz) = c8901d1488d28d635a80ca6997b0e99f841d34a0ce392a2f8b0599c856e41bbbd65fcd7fd4e086fa411aec6cfbea25669eac065c8b33819b27cfeba4464e21c5
+Size (gssapi-1.9.0.tar.gz) = 94285 bytes
 SHA1 (patch-setup.py) = 87c0ecb951987354d21a462be7afe90db4acb38b



Home | Main Index | Thread Index | Old Index