pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis py-hypothesis: update to 5.41.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d19b8ab7eeb3
branches:  trunk
changeset: 441290:d19b8ab7eeb3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 31 19:40:30 2020 +0000

description:
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:

 devel/py-hypothesis/Makefile |   4 ++--
 devel/py-hypothesis/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 18eed515c5b3 -r d19b8ab7eeb3 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Sat Oct 31 19:38:31 2020 +0000
+++ b/devel/py-hypothesis/Makefile      Sat Oct 31 19:40:30 2020 +0000
@@ -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 -r 18eed515c5b3 -r d19b8ab7eeb3 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Sat Oct 31 19:38:31 2020 +0000
+++ b/devel/py-hypothesis/distinfo      Sat Oct 31 19:40:30 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index