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:           Tue May  6 07:21:47 UTC 2025

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

Log Message:
py-hypothesis: updated to 6.131.10

6.131.10 - 2025-05-06
Remove more false-positive locations from Phase.explain output, and add a new metadata.reproduction_decorator field in observability reports for failing examples.

6.131.9 - 2025-04-25
Fix a BytesWarning after version 6.131.1 if the source code used the same value in both a normal and binary string.

6.131.8 - 2025-04-23
DirectoryBasedExampleDatabase will now fall back to (potentially non-atomic) copies rather than renames, if the temporary directory used for atomic write-and-rename is on a different filesystem to 
the configured database location.

6.131.7 - 2025-04-22
Further improve the performance of the new features introduced in version 6.131.1.

6.131.6 - 2025-04-19
This patch makes the new features introduced in version 6.131.1 much faster, and fixes an internal RecursionError when working with deeply-nested code.

6.131.5 - 2025-04-18
Fix a rare case where database entries were kept after they were no longer needed when using Phase.target.

6.131.4 - 2025-04-18
Internal refactoring of the @settings object, with no user-visible change.

6.131.3 - 2025-04-18
Fixes a rare internal error where new code from version 6.131.1 could fail if sys.modules is simultaneously modified, e.g. as a side effect of imports executed from another thread. Our Thread-Safety 
Policy does not promise that this is supported, but we’re happy to take reasonable fixes.

Thanks to Tony Li for reporting and fixing this issue.

6.131.2 - 2025-04-17
The pub-sub change listening interface of the Hypothesis database now correctly fires events for DirectoryBasedExampleDatabase if the directory was created after the listener was added.

Also disables on emscripten the constants-extraction feature introduced in 6.131.1 - 2025-04-17, where it caused substantial slowdown.

6.131.1 - 2025-04-17
Hypothesis now looks for constant values in the source code of your program, and sometimes uses them while generating examples. This lets Hypothesis generate interesting inputs that are specific to 
your program.


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.150 -r1.151 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.156 pkgsrc/devel/py-hypothesis/Makefile:1.157
--- pkgsrc/devel/py-hypothesis/Makefile:1.156   Sat Apr 12 09:57:42 2025
+++ pkgsrc/devel/py-hypothesis/Makefile Tue May  6 07:21:47 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.156 2025/04/12 09:57:42 adam Exp $
+# $NetBSD: Makefile,v 1.157 2025/05/06 07:21:47 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.131.0
+DISTNAME=      hypothesis-6.131.10
 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.150 pkgsrc/devel/py-hypothesis/distinfo:1.151
--- pkgsrc/devel/py-hypothesis/distinfo:1.150   Sat Apr 12 09:57:42 2025
+++ pkgsrc/devel/py-hypothesis/distinfo Tue May  6 07:21:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.150 2025/04/12 09:57:42 adam Exp $
+$NetBSD: distinfo,v 1.151 2025/05/06 07:21:47 adam Exp $
 
-BLAKE2s (hypothesis-6.131.0.tar.gz) = 3e5617a91a1c02c555e4cba3e37ae3670bb185086024b31a434f736b58d59b9f
-SHA512 (hypothesis-6.131.0.tar.gz) = 1d67345c31542fb7f74b44192bdaac54b52f90465328d94925e3bbc40bd3ac80504131a43e07b8ad284abcf32cdb1a98c59cb9f9a3b065e3a15f0e517db9592c
-Size (hypothesis-6.131.0.tar.gz) = 430541 bytes
+BLAKE2s (hypothesis-6.131.10.tar.gz) = b8347e0833dffead4e3ceea9809f1b4a1536713bd0db18be9a14ec2f1b9a2154
+SHA512 (hypothesis-6.131.10.tar.gz) = 62d6e5bb72328f8825dbde76b1e930dcddffd374414eb0db125bb5b13234d4aca3f39a19f8c8bf10227ff51bcab3484ed7d0f1554aa7b1b9ffbd8b3dedaf69c2
+Size (hypothesis-6.131.10.tar.gz) = 435466 bytes



Home | Main Index | Thread Index | Old Index