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 Jan 30 20:45:45 UTC 2024

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

Log Message:
py-hypothesis: updated to 6.97.3

6.97.3

Internal test refactoring.

6.97.2

This patch slightly changes how we replay examples from the database: if the behavior of the saved example has changed, we now keep running the test case instead of aborting at the size of the saved 
example. While we know it’s not the same example, we might as well continue running the test!

Because we now finish running a few more examples for affected tests, this might be a slight slowdown - but correspondingly more likely to find a bug.

We’ve also applied similar tricks to the target phase, where they are a pure performance improvement for affected tests.

6.97.1

Improves the performance of the arrays() strategy when generating unique values.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.129 -r1.130 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.134 pkgsrc/devel/py-hypothesis/Makefile:1.135
--- pkgsrc/devel/py-hypothesis/Makefile:1.134   Thu Jan 25 10:58:23 2024
+++ pkgsrc/devel/py-hypothesis/Makefile Tue Jan 30 20:45:45 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.134 2024/01/25 10:58:23 adam Exp $
+# $NetBSD: Makefile,v 1.135 2024/01/30 20:45:45 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.97.0
+DISTNAME=      hypothesis-6.97.3
 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.129 pkgsrc/devel/py-hypothesis/distinfo:1.130
--- pkgsrc/devel/py-hypothesis/distinfo:1.129   Thu Jan 25 10:58:23 2024
+++ pkgsrc/devel/py-hypothesis/distinfo Tue Jan 30 20:45:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.129 2024/01/25 10:58:23 adam Exp $
+$NetBSD: distinfo,v 1.130 2024/01/30 20:45:45 adam Exp $
 
-BLAKE2s (hypothesis-6.97.0.tar.gz) = 5b9d2c9e0c56a3209c1d94bbc708a0ae11067f18e77b5a2e9ace096c0c9f683c
-SHA512 (hypothesis-6.97.0.tar.gz) = 2126a0a61c97bc740bd2d0225ed6b50bf4ecc98fe464e19022fc788327a2c67aa4d1072a410e40a6e8374542710453dc8f4ec5a96788b033069f9245983ecd74
-Size (hypothesis-6.97.0.tar.gz) = 375452 bytes
+BLAKE2s (hypothesis-6.97.3.tar.gz) = b9d3e4484c31ac8654bdd0b81aad1cbc838b01545d8a7f07e24a11181b3417fd
+SHA512 (hypothesis-6.97.3.tar.gz) = ac424767db5f4dc9e137b7000bb3d979a97c6e6adaddf14b1472aa987b044bd00659ab85ab05fa61bb670b3725d9dfd73a802ce67417b31f20c2ffc72dc8774e
+Size (hypothesis-6.97.3.tar.gz) = 375883 bytes



Home | Main Index | Thread Index | Old Index