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 Jul  4 11:11:16 UTC 2024

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

Log Message:
py-hypothesis: updated to 6.104.2

6.104.2

This patch fixes an issue when realizing symbolics with our experimental backend setting.

6.104.1

Improves internal test coverage.

6.104.0

This release adds strategies for Django’s ModelChoiceField and ModelMultipleChoiceField.

Thanks to Joshua Munn for this contribution.

6.103.5

Fixes and reinstates full coverage of internal tests, which was accidentally disabled.

6.103.4

This release prevents a race condition inside internal cache implementation.

6.103.3

This patch updates our vendored list of top-level domains, which is used by the provisional domains() strategy.

6.103.2

This patch improves our deduplication tracking across all strategies. Hypothesis is now less likely to generate the same input twice.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.134 -r1.135 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.139 pkgsrc/devel/py-hypothesis/Makefile:1.140
--- pkgsrc/devel/py-hypothesis/Makefile:1.139   Wed Jun 12 09:00:05 2024
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Jul  4 11:11:16 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.139 2024/06/12 09:00:05 adam Exp $
+# $NetBSD: Makefile,v 1.140 2024/07/04 11:11:16 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.103.1
+DISTNAME=      hypothesis-6.104.2
 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.134 pkgsrc/devel/py-hypothesis/distinfo:1.135
--- pkgsrc/devel/py-hypothesis/distinfo:1.134   Wed Jun 12 09:00:05 2024
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Jul  4 11:11:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.134 2024/06/12 09:00:05 adam Exp $
+$NetBSD: distinfo,v 1.135 2024/07/04 11:11:16 adam Exp $
 
-BLAKE2s (hypothesis-6.103.1.tar.gz) = c6f056dda0f0d8d1ba323132922ffb9c29068a905df10c6a509cd6f3e3775347
-SHA512 (hypothesis-6.103.1.tar.gz) = 732a422ba0b12d751a720cabe7b3c93433b3cfca5a79eb991e1cd415d94af6d4b92e1beb79329245dcf8f1f846058c1a8e752646f9d6311b199bfaf5effb2dcd
-Size (hypothesis-6.103.1.tar.gz) = 400500 bytes
+BLAKE2s (hypothesis-6.104.2.tar.gz) = 868e8a8fe04f7b76a7c10c1979106cbd2d0b6b0ddc60f7d292ef07fae2f6d7c2
+SHA512 (hypothesis-6.104.2.tar.gz) = acfd51ceb0ea3431c1ac06f29642aa55192adc469973b3a14950ab141e435f01145877f14651b3758eed7255414489a008a1362c2dab52c51e828bdce06b6877
+Size (hypothesis-6.104.2.tar.gz) = 401528 bytes



Home | Main Index | Thread Index | Old Index