summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-10-31 19:40:30 +0000
committerwiz <wiz@pkgsrc.org>2020-10-31 19:40:30 +0000
commitc04dc056ed007192ccd786172750b71aadf877d6 (patch)
treea21ba2e0e041f0d5476fbfbd0d6e703762da714f /devel
parentf637e977bdbe81c1a32b6b8748507f3b198c516d (diff)
downloadpkgsrc-c04dc056ed007192ccd786172750b71aadf877d6.tar.gz
py-hypothesis: update to 5.41.0.
5.41.0 - 2020-10-30 Hypothesis now shrinks examples where the error is raised while drawing from a strategy. This makes complicated custom strategies much easier to debug, at the cost of a slowdown for use-cases where you catch and ignore such errors. 5.40.0 - 2020-10-30 This release teaches from_type() how to handle ChainMap, Counter, Deque, Generator, Match, OrderedDict, Pattern, and collections.abc.Set (issue #2654). 5.39.0 - 2020-10-30 from_type() now knows how to resolve PEP 585 parameterized standard collection types, which are new in Python 3.9 (issue #2629). 5.38.1 - 2020-10-26 This patch fixes builds(), so that when passed infer for an argument with a non-typing.Optional type annotation and a default value of None to build a class which defines an explicit __signature__ attribute, either None or that type may be generated. This is unlikely to happen unless you are using pydantic (issue #2648). 5.38.0 - 2020-10-24 This release improves our support for @st.composite on a classmethod or staticmethod (issue #2578). 5.37.5 - 2020-10-24 This patch fixes from_type() with Iterable[T] (issue #2645). 5.37.4 - 2020-10-20 This patch teaches the magic() ghostwriter to recognise that pairs of functions like rgb_to_hsv() and hsv_to_rgb() should roundtrip(). 5.37.3 - 2020-10-15 This patch improves builds() and from_type() support for explicitly defined __signature__ attributes, from version 5.8.3, to support generic types from the typing module. Thanks to Rónán Carrigan for identifying and fixing this problem! 5.37.2 - 2020-10-14 This patch fixes from_lark() with version 0.10.1+ of the lark-parser package.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-hypothesis/Makefile4
-rw-r--r--devel/py-hypothesis/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile
index 0033290796e..6d892f963fc 100644
--- a/devel/py-hypothesis/Makefile
+++ b/devel/py-hypothesis/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.85 2020/10/14 16:28:46 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2020/10/31 19:40:30 wiz Exp $
-DISTNAME= hypothesis-5.37.1
+DISTNAME= hypothesis-5.41.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo
index 031bc33136b..2b1bfcef195 100644
--- a/devel/py-hypothesis/distinfo
+++ b/devel/py-hypothesis/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.82 2020/10/14 16:28:46 wiz Exp $
+$NetBSD: distinfo,v 1.83 2020/10/31 19:40:30 wiz Exp $
-SHA1 (hypothesis-5.37.1.tar.gz) = 12bc4763f1ed7d4308eedea65ea75f3ae63b3495
-RMD160 (hypothesis-5.37.1.tar.gz) = b1e999715cf14c9a21a858c4434583dadb486cb0
-SHA512 (hypothesis-5.37.1.tar.gz) = aaf45a7a2af76ccf8f730007b817d6673a04d5190ad830ab7c40dbb1e132672c372d62325184fccafc1b2b0772bc0e9678336d166828218da576ffe6238a15e7
-Size (hypothesis-5.37.1.tar.gz) = 276812 bytes
+SHA1 (hypothesis-5.41.0.tar.gz) = 2ec948e8c9016019c9ffd4ccb152a3865db43e7e
+RMD160 (hypothesis-5.41.0.tar.gz) = ff9aa0c43168f5c6aaae52c14b3bb056846a2e0c
+SHA512 (hypothesis-5.41.0.tar.gz) = b872d6fdd60a7712291490e90536eb6e6ba6d3cb9f030cf4dd30872c8fb561972f59d217ad57140c5e5276a4ed76b18df2a1bc135d9ae74124556a691865dc68
+Size (hypothesis-5.41.0.tar.gz) = 277880 bytes