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: Wed Sep 3 07:51:39 UTC 2025
Modified Files:
pkgsrc/security/py-krb5: Makefile distinfo
Log Message:
py-krb5: updated to 0.8.0
0.8.0
Require Python 3.9 or newer (dropped 3.8)
Pin Cython build requirements to 3.1.3 for enabling deterministic builds per release
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-krb5/Makefile
cvs rdiff -u -r1.5 -r1.6 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.10 pkgsrc/security/py-krb5/Makefile:1.11
--- pkgsrc/security/py-krb5/Makefile:1.10 Fri Jul 4 09:08:36 2025
+++ pkgsrc/security/py-krb5/Makefile Wed Sep 3 07:51:39 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2025/07/04 09:08:36 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/09/03 07:51:39 adam Exp $
-DISTNAME= krb5-0.7.1
+DISTNAME= krb5-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=k/krb5/}
@@ -11,7 +10,7 @@ HOMEPAGE= https://github.com/jborean93/p
COMMENT= Kerberos API bindings for Python
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.29:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.1.3:../../devel/py-cython
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
PYTHON_VERSIONS_INCOMPATIBLE= 39 310
Index: pkgsrc/security/py-krb5/distinfo
diff -u pkgsrc/security/py-krb5/distinfo:1.5 pkgsrc/security/py-krb5/distinfo:1.6
--- pkgsrc/security/py-krb5/distinfo:1.5 Tue Mar 11 10:51:11 2025
+++ pkgsrc/security/py-krb5/distinfo Wed Sep 3 07:51:39 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/03/11 10:51:11 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/09/03 07:51:39 adam Exp $
-BLAKE2s (krb5-0.7.1.tar.gz) = d3249c26f418ec3c2f8312d64d9684cd8a0676213b380c6c0cb36a6234bc56fe
-SHA512 (krb5-0.7.1.tar.gz) = 63ed8e2ae8afb2ea5c6f6ac0604085da813f11e84f12a45fd4bf936af70d1c931eca2f81d52cc44c20dd91db7c2f65fb2985df837bd328e7966030e2403a80a9
-Size (krb5-0.7.1.tar.gz) = 235732 bytes
+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
Home |
Main Index |
Thread Index |
Old Index