pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-testrepository



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 29 14:10:08 UTC 2026

Modified Files:
        pkgsrc/devel/py-testrepository: Makefile PLIST distinfo

Log Message:
py-testrepository: updated to 0.0.22

0.0.22
* Fix compatibility with testtools. (Jelmer Vernooij)
* Fix warnings on newer python versions. (Jelmer Vernooij)
* Add Python 3.13 and 3.14 support, drop Python 3.8. (Jelmer Vernooij)
* Drop Python 2 support. (Colin Watson)
* Remove use of pytz in favour of ``datetime.timezone.utc``.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-testrepository/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-testrepository/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-testrepository/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-testrepository/Makefile
diff -u pkgsrc/devel/py-testrepository/Makefile:1.7 pkgsrc/devel/py-testrepository/Makefile:1.8
--- pkgsrc/devel/py-testrepository/Makefile:1.7 Mon Oct 14 06:45:41 2024
+++ pkgsrc/devel/py-testrepository/Makefile     Thu Jan 29 14:10:08 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/10/14 06:45:41 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/01/29 14:10:08 adam Exp $
 
-DISTNAME=      testrepository-0.0.21
+DISTNAME=      testrepository-0.0.22
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/testrepository/}

Index: pkgsrc/devel/py-testrepository/PLIST
diff -u pkgsrc/devel/py-testrepository/PLIST:1.2 pkgsrc/devel/py-testrepository/PLIST:1.3
--- pkgsrc/devel/py-testrepository/PLIST:1.2    Mon Apr 15 11:36:11 2024
+++ pkgsrc/devel/py-testrepository/PLIST        Thu Jan 29 14:10:08 2026
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2024/04/15 11:36:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/01/29 14:10:08 adam Exp $
 bin/testr-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
 ${PYSITELIB}/testrepository/__init__.py
 ${PYSITELIB}/testrepository/__init__.pyc

Index: pkgsrc/devel/py-testrepository/distinfo
diff -u pkgsrc/devel/py-testrepository/distinfo:1.4 pkgsrc/devel/py-testrepository/distinfo:1.5
--- pkgsrc/devel/py-testrepository/distinfo:1.4 Mon Apr 15 11:36:11 2024
+++ pkgsrc/devel/py-testrepository/distinfo     Thu Jan 29 14:10:08 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/04/15 11:36:11 adam Exp $
+$NetBSD: distinfo,v 1.5 2026/01/29 14:10:08 adam Exp $
 
-BLAKE2s (testrepository-0.0.21.tar.gz) = ed00e1eaf1ed3eb74d959fa920455ce634825d5e3775698af9c068d89e9f15d3
-SHA512 (testrepository-0.0.21.tar.gz) = c03108434a4ab3145106a6d05f4ff42d6d2b8f103de8dee7e0e829f5a450e838c8f9c7033e97afbc764badcbe2050aa41f2da30c439edb390ce38c73c0244065
-Size (testrepository-0.0.21.tar.gz) = 2416956 bytes
+BLAKE2s (testrepository-0.0.22.tar.gz) = e9b410fb458c493d6d8c77a4e44e5a3fca9f48dd187f68ec473d4c69fd703d12
+SHA512 (testrepository-0.0.22.tar.gz) = c7f55126e75787e108901ee538ec2a595f9149dd91ddda37032818dc1487e0b5cbfbca7828cd6aaf572787d9d26550ff4b6e770bd19d2de9f0883fd0bdef2358
+Size (testrepository-0.0.22.tar.gz) = 98364 bytes



Home | Main Index | Thread Index | Old Index