pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-randomly



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Apr 22 08:02:35 UTC 2026

Modified Files:
        pkgsrc/devel/py-test-randomly: Makefile distinfo

Log Message:
py-test-randomly: updated to 4.1.0

4.1.0 (2026-04-20)

* Fix a crash with Faker installed when explicitly enabling and disabling the plugin (via ``-p randomly -p no:randomly``).
* Drop Python 3.9 support.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-test-randomly/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-test-randomly/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-randomly/Makefile
diff -u pkgsrc/devel/py-test-randomly/Makefile:1.18 pkgsrc/devel/py-test-randomly/Makefile:1.19
--- pkgsrc/devel/py-test-randomly/Makefile:1.18 Mon Nov 17 13:47:10 2025
+++ pkgsrc/devel/py-test-randomly/Makefile      Wed Apr 22 08:02:35 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/11/17 13:47:10 adam Exp $
+# $NetBSD: Makefile,v 1.19 2026/04/22 08:02:35 adam Exp $
 
-DISTNAME=      pytest_randomly-4.0.1
+DISTNAME=      pytest_randomly-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-randomly/}

Index: pkgsrc/devel/py-test-randomly/distinfo
diff -u pkgsrc/devel/py-test-randomly/distinfo:1.13 pkgsrc/devel/py-test-randomly/distinfo:1.14
--- pkgsrc/devel/py-test-randomly/distinfo:1.13 Mon Nov 17 13:47:10 2025
+++ pkgsrc/devel/py-test-randomly/distinfo      Wed Apr 22 08:02:35 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/11/17 13:47:10 adam Exp $
+$NetBSD: distinfo,v 1.14 2026/04/22 08:02:35 adam Exp $
 
-BLAKE2s (pytest_randomly-4.0.1.tar.gz) = 81d50c92b106456e0c65be1464fdcd09c1175a4399d3ef72af88befb0908b879
-SHA512 (pytest_randomly-4.0.1.tar.gz) = 47a23c0a0bd07ef467bcb4243aecc1b1955724766cdabfd3822df9cb617f102a87276400acb7c72200d62e76904ab74209f36401d7dfd840fe28e550b905734d
-Size (pytest_randomly-4.0.1.tar.gz) = 14130 bytes
+BLAKE2s (pytest_randomly-4.1.0.tar.gz) = 9393ed89abeb83f9e647694d27e98ee7a9c5a1635a4e67a4232adc66bf73d8e0
+SHA512 (pytest_randomly-4.1.0.tar.gz) = e911a2de6067bae834aa9b7b529a0e62bc3820c4fb6aa8ad753b16c0fbb5d0f8c53d26a2c806c8ba3d8f34ebb6c7aa21802d651d73054b97a870389e465b3bde
+Size (pytest_randomly-4.1.0.tar.gz) = 14302 bytes



Home | Main Index | Thread Index | Old Index