pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Oct 19 05:53:56 UTC 2024

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

Log Message:
py-zope.testrunner: updated to 6.6

6.6 (2024-10-16)

- Make tests compatible with Python 3.13 + add support for that version.
- Drop support for Python 3.7.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-zope.testrunner/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-zope.testrunner/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.testrunner/Makefile
diff -u pkgsrc/devel/py-zope.testrunner/Makefile:1.9 pkgsrc/devel/py-zope.testrunner/Makefile:1.10
--- pkgsrc/devel/py-zope.testrunner/Makefile:1.9        Wed Aug  7 10:00:37 2024
+++ pkgsrc/devel/py-zope.testrunner/Makefile    Sat Oct 19 05:53:56 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/08/07 10:00:37 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/10/19 05:53:56 adam Exp $
 
-DISTNAME=      zope.testrunner-6.5
+DISTNAME=      zope.testrunner-6.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zope.testrunner/}
@@ -18,8 +18,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-zope.testi
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 
 post-install:

Index: pkgsrc/devel/py-zope.testrunner/distinfo
diff -u pkgsrc/devel/py-zope.testrunner/distinfo:1.8 pkgsrc/devel/py-zope.testrunner/distinfo:1.9
--- pkgsrc/devel/py-zope.testrunner/distinfo:1.8        Wed Aug  7 10:00:37 2024
+++ pkgsrc/devel/py-zope.testrunner/distinfo    Sat Oct 19 05:53:56 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/08/07 10:00:37 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/10/19 05:53:56 adam Exp $
 
-BLAKE2s (zope.testrunner-6.5.tar.gz) = 04a119b86791e3a1272bfbfc6383f60e75aa8f672edfa960c4c2e4e032fb2659
-SHA512 (zope.testrunner-6.5.tar.gz) = f0935a18b28d9413222aaf745db266df7b6aa6a810edeb7ba11f990ea0a55605d115eb32abba333730955961b571825cb0edb4dfcb55a297f5e2bc95da561711
-Size (zope.testrunner-6.5.tar.gz) = 155717 bytes
+BLAKE2s (zope.testrunner-6.6.tar.gz) = 2925c95f0c9af1617b10902b6db5e351befa38b366d693a60a9e2471dac02c96
+SHA512 (zope.testrunner-6.6.tar.gz) = 4383955b18566d15994247ea92afd573079b7ecaa45f684c46296649d932b56c72d69d601df35964d3b16b6cdbb1766cbfc229a5ffc47250542ad0d460c2218a
+Size (zope.testrunner-6.6.tar.gz) = 156332 bytes



Home | Main Index | Thread Index | Old Index