pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-zope.hookable



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 15 11:37:43 UTC 2025

Modified Files:
        pkgsrc/devel/py-zope.hookable: Makefile PLIST distinfo

Log Message:
py-zope.hookable: updated to 8.0

8.0 (2025-09-12)

- Replace ``pkg_resources`` namespace with PEP 420 native namespace.
- Drop support for Python 3.8.
- Add preliminary support for Python 3.14.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-zope.hookable/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-zope.hookable/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-zope.hookable/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-zope.hookable/Makefile
diff -u pkgsrc/devel/py-zope.hookable/Makefile:1.13 pkgsrc/devel/py-zope.hookable/Makefile:1.14
--- pkgsrc/devel/py-zope.hookable/Makefile:1.13 Sun Apr 13 06:51:59 2025
+++ pkgsrc/devel/py-zope.hookable/Makefile      Mon Sep 15 11:37:43 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2025/04/13 06:51:59 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/09/15 11:37:43 adam Exp $
 
-DISTNAME=      zope_hookable-7.0
+DISTNAME=      zope_hookable-8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
-PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zope.hookable/}
 

Index: pkgsrc/devel/py-zope.hookable/PLIST
diff -u pkgsrc/devel/py-zope.hookable/PLIST:1.4 pkgsrc/devel/py-zope.hookable/PLIST:1.5
--- pkgsrc/devel/py-zope.hookable/PLIST:1.4     Sun Apr 13 06:51:59 2025
+++ pkgsrc/devel/py-zope.hookable/PLIST Mon Sep 15 11:37:43 2025
@@ -1,11 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2025/04/13 06:51:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/09/15 11:37:43 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
-${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/zope.hookable-${PKGVERSION}-py${PYVERSSUFFIX}-nspkg.pth
 ${PYSITELIB}/zope/hookable/__init__.py
 ${PYSITELIB}/zope/hookable/__init__.pyc
 ${PYSITELIB}/zope/hookable/__init__.pyo

Index: pkgsrc/devel/py-zope.hookable/distinfo
diff -u pkgsrc/devel/py-zope.hookable/distinfo:1.10 pkgsrc/devel/py-zope.hookable/distinfo:1.11
--- pkgsrc/devel/py-zope.hookable/distinfo:1.10 Mon Oct 14 10:42:39 2024
+++ pkgsrc/devel/py-zope.hookable/distinfo      Mon Sep 15 11:37:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/10/14 10:42:39 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/09/15 11:37:43 adam Exp $
 
-BLAKE2s (zope_hookable-7.0.tar.gz) = 3360b7073895e507696afa32744fec3e18bfb651b9c13e3645b9d91355970339
-SHA512 (zope_hookable-7.0.tar.gz) = f927a0e15aef9adca72f25c21f2c374d6235d8e3abca9d5d9832e9c8d9b70accebfec2cac339ae360d142e69f69f920c7b2bdbbf230c975fe2c362887380a34d
-Size (zope_hookable-7.0.tar.gz) = 21392 bytes
+BLAKE2s (zope_hookable-8.0.tar.gz) = 670854fbb91a7319ec07a39eb6fd3f97a6853577ed615b093e0e447aeb669415
+SHA512 (zope_hookable-8.0.tar.gz) = ae8c0779532e0ced1713a94228e82db440c1e67974b8837788bb56858106c365750bab9611b4b4754ac91dbf4b0ff630fcf6843b380d099fcda7297e4157ccbd
+Size (zope_hookable-8.0.tar.gz) = 20436 bytes



Home | Main Index | Thread Index | Old Index