pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-zope.hookable py-zope.hookable: updated to 5.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7e7edcde330
branches:  trunk
changeset: 385562:f7e7edcde330
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 19 08:46:29 2022 +0000

description:
py-zope.hookable: updated to 5.2

5.2 (2022-09-13)
================
- Add support for Python 3.10 and 3.11 (as of 3.11.0rc1).
- Disable unsafe math optimizations in C code.

diffstat:

 devel/py-zope.hookable/Makefile |  4 ++--
 devel/py-zope.hookable/PLIST    |  7 +++++--
 devel/py-zope.hookable/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (53 lines):

diff -r d66b78293a1c -r f7e7edcde330 devel/py-zope.hookable/Makefile
--- a/devel/py-zope.hookable/Makefile   Mon Sep 19 08:44:59 2022 +0000
+++ b/devel/py-zope.hookable/Makefile   Mon Sep 19 08:46:29 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/02/11 11:20:07 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/09/19 08:46:29 adam Exp $
 
-DISTNAME=      zope.hookable-5.1.0
+DISTNAME=      zope.hookable-5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zope.hookable/}
diff -r d66b78293a1c -r f7e7edcde330 devel/py-zope.hookable/PLIST
--- a/devel/py-zope.hookable/PLIST      Mon Sep 19 08:44:59 2022 +0000
+++ b/devel/py-zope.hookable/PLIST      Mon Sep 19 08:46:29 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/10/28 15:17:47 taca Exp $
-${PYSITELIB}/${EGG_NAME}-nspkg.pth
+@comment $NetBSD: PLIST,v 1.2 2022/09/19 08:46:29 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,6 +6,7 @@
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
 ${PYSITELIB}/zope/hookable/__init__.py
 ${PYSITELIB}/zope/hookable/__init__.pyc
 ${PYSITELIB}/zope/hookable/__init__.pyo
@@ -15,6 +15,9 @@
 ${PYSITELIB}/zope/hookable/tests/__init__.py
 ${PYSITELIB}/zope/hookable/tests/__init__.pyc
 ${PYSITELIB}/zope/hookable/tests/__init__.pyo
+${PYSITELIB}/zope/hookable/tests/test_compile_flags.py
+${PYSITELIB}/zope/hookable/tests/test_compile_flags.pyc
+${PYSITELIB}/zope/hookable/tests/test_compile_flags.pyo
 ${PYSITELIB}/zope/hookable/tests/test_hookable.py
 ${PYSITELIB}/zope/hookable/tests/test_hookable.pyc
 ${PYSITELIB}/zope/hookable/tests/test_hookable.pyo
diff -r d66b78293a1c -r f7e7edcde330 devel/py-zope.hookable/distinfo
--- a/devel/py-zope.hookable/distinfo   Mon Sep 19 08:44:59 2022 +0000
+++ b/devel/py-zope.hookable/distinfo   Mon Sep 19 08:46:29 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/02/11 11:20:07 adam Exp $
+$NetBSD: distinfo,v 1.6 2022/09/19 08:46:29 adam Exp $
 
-BLAKE2s (zope.hookable-5.1.0.tar.gz) = a7eba2b78929759b14bc78921b6fc19923e2d32f642815f7773f54410229c298
-SHA512 (zope.hookable-5.1.0.tar.gz) = af63fd7c83bbaf2c6c1faaefc7081a9a739b835fb5f1fe48f8f6b66a82596d52d0559df8de1beceb129578ee2ed9711ee05a9aa2dd0eec98dca6db40b45a4665
-Size (zope.hookable-5.1.0.tar.gz) = 21922 bytes
+BLAKE2s (zope.hookable-5.2.tar.gz) = 5adce3911e6a3b6487ad465cad78eb85d314a880001aa66c3e4e9ac654d062e9
+SHA512 (zope.hookable-5.2.tar.gz) = b04107acedcc245fa99a59de71ffeaabe270ec15eaac32df1f5433ca16ea568d60c272349c8c8d7e512dfadef4fc8fcebf63a62ee9c8607fc02505a4457e1ed3
+Size (zope.hookable-5.2.tar.gz) = 24004 bytes



Home | Main Index | Thread Index | Old Index