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 Oct 26 08:02:34 UTC 2023
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile distinfo
Log Message:
py-hypothesis: updated to 6.88.1
6.88.1
This patch improves register_type_strategy() when used with tuple subclasses, by preventing them from being interpreted as generic and provided to strategies like st.from_type(Sequence[int]).
6.88.0
This release allows strategy-generating functions registered with register_type_strategy() to conditionally not return a strategy, by returning NotImplemented.
6.87.4
When randoms() was called with use_true_randoms=False, calling sample on it with an empty sequence and 0 elements would result in an error, when it should have returned an empty sequence to agree
with the normal behaviour of random.Random. This fixes that discrepancy.
6.87.3
This patch ensures that the hypothesis codemod CLI will print a warning instead of stopping with an internal error if one of your files contains invalid syntax.
6.87.2
This patch makes some small changes to our NumPy integration to ensure forward compatibility.
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.124 -r1.125 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.128 pkgsrc/devel/py-hypothesis/Makefile:1.129
--- pkgsrc/devel/py-hypothesis/Makefile:1.128 Wed Oct 4 20:40:59 2023
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Oct 26 08:02:34 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.128 2023/10/04 20:40:59 adam Exp $
+# $NetBSD: Makefile,v 1.129 2023/10/26 08:02:34 adam Exp $
#
# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
-DISTNAME= hypothesis-6.87.1
+DISTNAME= hypothesis-6.88.1
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.124 pkgsrc/devel/py-hypothesis/distinfo:1.125
--- pkgsrc/devel/py-hypothesis/distinfo:1.124 Wed Oct 4 20:40:59 2023
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Oct 26 08:02:34 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.124 2023/10/04 20:40:59 adam Exp $
+$NetBSD: distinfo,v 1.125 2023/10/26 08:02:34 adam Exp $
-BLAKE2s (hypothesis-6.87.1.tar.gz) = 7a01572004a44639f2f705ca0e08d72c579e9b12a51d7161043581e8c7ae6a8c
-SHA512 (hypothesis-6.87.1.tar.gz) = 1ae36616fcefe1c3d2c9c5e2d2d8be93ce00d55ad2dafb58c7cd881a991cb844aa428c518c9c630197490dc292796bc4156b76a7324a5b02101fa5aac035e174
-Size (hypothesis-6.87.1.tar.gz) = 359514 bytes
+BLAKE2s (hypothesis-6.88.1.tar.gz) = 9aa747252c755f459dc148480138089bc9e93a05471d52041344b817909d307d
+SHA512 (hypothesis-6.88.1.tar.gz) = d4f67678be32cb82da3987e0eb20b3bcb98743c3c3b8b7f5641e9665b49c1038af87af5ac324965079741f91cb7ba6335893ae6d021b682841b6b1cc813816f6
+Size (hypothesis-6.88.1.tar.gz) = 359984 bytes
Home |
Main Index |
Thread Index |
Old Index