pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hypothesis



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 25 12:01:27 UTC 2026

Modified Files:
        pkgsrc/devel/py-hypothesis: Makefile distinfo

Log Message:
py-hypothesis: updated to 6.155.7

6.155.7 - 2026-06-21
This patch fixes a thread-safety bug where concurrent use of the same strategy instance could error in rare cases.

6.155.6 - 2026-06-19
This patch replaces some internal %-style string formatting with f-strings. There is no user-visible change.

6.155.5 - 2026-06-18
dates() now raises InvalidArgument if a datetime is passed as min_value or max_value. Because datetime is a subclass of date, such bounds were previously accepted and then failed with a confusing 
TypeError while generating examples.

6.155.4 - 2026-06-18
This patch removes a stray print() which fired whenever a dates() filter was rewritten.


To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.165 -r1.166 pkgsrc/devel/py-hypothesis/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-hypothesis/Makefile
diff -u pkgsrc/devel/py-hypothesis/Makefile:1.171 pkgsrc/devel/py-hypothesis/Makefile:1.172
--- pkgsrc/devel/py-hypothesis/Makefile:1.171   Wed May 20 07:57:09 2026
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Jun 25 12:01:27 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.171 2026/05/20 07:57:09 adam Exp $
+# $NetBSD: Makefile,v 1.172 2026/06/25 12:01:27 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.152.9
+DISTNAME=      hypothesis-6.155.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.165 pkgsrc/devel/py-hypothesis/distinfo:1.166
--- pkgsrc/devel/py-hypothesis/distinfo:1.165   Wed May 20 07:57:09 2026
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Jun 25 12:01:27 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.165 2026/05/20 07:57:09 adam Exp $
+$NetBSD: distinfo,v 1.166 2026/06/25 12:01:27 adam Exp $
 
-BLAKE2s (hypothesis-6.152.9.tar.gz) = d9fdd9325d0de50ddef3315276191c332e2eff44d77c9a239fb83f39a6b64bd1
-SHA512 (hypothesis-6.152.9.tar.gz) = 9020a61855738294daa77f67c1594fc97239a7cc70b37f9ead282ce02bb3c6825006475d389095c0e76bf31d0f8fccd63a3b5abae81765cc5a1c32243a9f464f
-Size (hypothesis-6.152.9.tar.gz) = 472009 bytes
+BLAKE2s (hypothesis-6.155.7.tar.gz) = 98550680ab0abfbd70d4ded0bbc29c5c8236ded0899bc655049c335a10e6fe58
+SHA512 (hypothesis-6.155.7.tar.gz) = 5b84953d39593415d86f653bd4fccd64eea1043ac454a85f97569412dcd2c386a8b34ac8c2736190d270652489cea46b777d22e1ff28542fc0038d7f75382508
+Size (hypothesis-6.155.7.tar.gz) = 478291 bytes



Home | Main Index | Thread Index | Old Index