pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-random-order



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul 25 09:47:55 UTC 2025

Modified Files:
        pkgsrc/devel/py-test-random-order: Makefile distinfo

Log Message:
py-test-random-order: updated to 1.2.0

1.2.0

* Dropped support for EOL Python versions and added support for Python 3.13.
* Fix: ``return`` in a ``finally`` block swallows exceptions and raises a warning in Python 3.14.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-random-order/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-random-order/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-test-random-order/Makefile
diff -u pkgsrc/devel/py-test-random-order/Makefile:1.7 pkgsrc/devel/py-test-random-order/Makefile:1.8
--- pkgsrc/devel/py-test-random-order/Makefile:1.7      Sat Apr 12 21:10:58 2025
+++ pkgsrc/devel/py-test-random-order/Makefile  Fri Jul 25 09:47:55 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2025/04/12 21:10:58 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/07/25 09:47:55 adam Exp $
 
-DISTNAME=      pytest-random-order-1.1.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
-PKGREVISION=   1
+DISTNAME=      pytest_random_order-1.2.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-random-order/}
 

Index: pkgsrc/devel/py-test-random-order/distinfo
diff -u pkgsrc/devel/py-test-random-order/distinfo:1.5 pkgsrc/devel/py-test-random-order/distinfo:1.6
--- pkgsrc/devel/py-test-random-order/distinfo:1.5      Tue Jan 23 07:48:48 2024
+++ pkgsrc/devel/py-test-random-order/distinfo  Fri Jul 25 09:47:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/01/23 07:48:48 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/07/25 09:47:55 adam Exp $
 
-BLAKE2s (pytest-random-order-1.1.1.tar.gz) = 7b883e199d2476ce09ef28c38b01f7ee2f6ea96773399f8131da426fa9d334e8
-SHA512 (pytest-random-order-1.1.1.tar.gz) = 3df63337e9c71068491ceac9eff4fcbc688b23b6e1533eaa981095121907044fe87de5602c732df1d62fc3aad71406f19bcde93de326cdc894c20509ce8174ac
-Size (pytest-random-order-1.1.1.tar.gz) = 14626 bytes
+BLAKE2s (pytest_random_order-1.2.0.tar.gz) = cf952bae301949689068c6bc0703ab828061c47794f319ae486d9a12229806e0
+SHA512 (pytest_random_order-1.2.0.tar.gz) = b8601973a591bac83aa097c204fb51aafbdbeee7a96c83b1a3e3137e68c2495c73bbe66dbb3f4c1f311317da64fd6b9283b393c9d3d5981e071c7fe51a443cbf
+Size (pytest_random_order-1.2.0.tar.gz) = 107304 bytes



Home | Main Index | Thread Index | Old Index