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:           Fri Jul 19 07:07:58 UTC 2024

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

Log Message:
py-hypothesis: updated to 6.108.2

6.108.2

This patch disables hypothesis.target() on alternative backends where it would not work.

6.108.1

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

6.108.0

This patch changes most Flaky errors to use an ExceptionGroup, which makes the representation of these errors easier to understand.

6.107.0

The alphabet= argument to from_regex() now accepts unions of characters() and sampled_from() strategies, in addition to accepting each individually.

This patch also fixes a bug where text(...).filter(re.compile(...).match) could generate non-matching instances if the regex pattern contained |


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.135 -r1.136 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.140 pkgsrc/devel/py-hypothesis/Makefile:1.141
--- pkgsrc/devel/py-hypothesis/Makefile:1.140   Thu Jul  4 11:11:16 2024
+++ pkgsrc/devel/py-hypothesis/Makefile Fri Jul 19 07:07:58 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.140 2024/07/04 11:11:16 adam Exp $
+# $NetBSD: Makefile,v 1.141 2024/07/19 07:07:58 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.104.2
+DISTNAME=      hypothesis-6.108.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.135 pkgsrc/devel/py-hypothesis/distinfo:1.136
--- pkgsrc/devel/py-hypothesis/distinfo:1.135   Thu Jul  4 11:11:16 2024
+++ pkgsrc/devel/py-hypothesis/distinfo Fri Jul 19 07:07:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.135 2024/07/04 11:11:16 adam Exp $
+$NetBSD: distinfo,v 1.136 2024/07/19 07:07:58 adam Exp $
 
-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
+BLAKE2s (hypothesis-6.108.2.tar.gz) = 42a42390579f1625d6df713da5f660e5fb7d404d7bf35fc9186623ca6d77760a
+SHA512 (hypothesis-6.108.2.tar.gz) = d2945708794b0fa981663def64af2d02c41e66420f21bd438f6672d1759afb271af291e75a2ce2401715c0bea90d9a4e8fd1643d3fe8091ab242087741ae859c
+Size (hypothesis-6.108.2.tar.gz) = 404442 bytes



Home | Main Index | Thread Index | Old Index