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: updated to 3.76.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a1f0585703b
branches:  trunk
changeset: 324230:6a1f0585703b
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 12 11:49:59 2018 +0000

description:
py-hypothesis: updated to 3.76.0

3.76.0:
This release deprecates using floats for min_size and max_size.
The type hint for average_size arguments has been changed from Optional[int] to None, because non-None values are always ignored and deprecated.

3.75.4:
This patch adds more internal comments to the core engine's sequence-length shrinker. There should be no user-visible change.

3.75.3:
This patch adds additional comments to some of the core engine's internal data structures. There is no user-visible change.

3.75.2:
This patch avoids caching a trivial case, fixing :issue:493.

3.75.1:
This patch fixes a broken link in a docstring.

3.75.0:
This release deprecates the use of min_size=None, setting the default min_size to 0 (:issue: 1618).

3.74.3:
This patch makes some small internal changes to comply with a new lint setting in the build. There should be no user-visible change.

3.74.2:
This patch fixes :issue:1153, where time spent reifying a strategy was also counted in the time spent generating the first example. Strategies are now fully constructed and validated before the timer 
is started.

3.74.1:
This patch fixes some broken formatting and links in the documentation.

diffstat:

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

diffs (27 lines):

diff -r 4dcb530f14b2 -r 6a1f0585703b devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Fri Oct 12 10:26:06 2018 +0000
+++ b/devel/py-hypothesis/Makefile      Fri Oct 12 11:49:59 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2018/10/03 09:56:52 adam Exp $
+# $NetBSD: Makefile,v 1.63 2018/10/12 11:49:59 adam Exp $
 
-DISTNAME=      hypothesis-3.74.0
+DISTNAME=      hypothesis-3.76.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r 4dcb530f14b2 -r 6a1f0585703b devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Fri Oct 12 10:26:06 2018 +0000
+++ b/devel/py-hypothesis/distinfo      Fri Oct 12 11:49:59 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.59 2018/10/03 09:56:52 adam Exp $
+$NetBSD: distinfo,v 1.60 2018/10/12 11:49:59 adam Exp $
 
-SHA1 (hypothesis-3.74.0.tar.gz) = fccbe454e3d95c4a671d9159cbca53188f17a309
-RMD160 (hypothesis-3.74.0.tar.gz) = 0d71a0ea26c90eaef6d8fa5173457975751a3769
-SHA512 (hypothesis-3.74.0.tar.gz) = 46fc4f1150956edcad25980ccb184111bf237aa14bafd33b6c9023005949581fddafe1cea30bc954f54cf965deb3fe48b5f258e8c69ed244cce41f749ef7144c
-Size (hypothesis-3.74.0.tar.gz) = 177984 bytes
+SHA1 (hypothesis-3.76.0.tar.gz) = 035f41ec33aea9e314b53275f9f2d1c545439537
+RMD160 (hypothesis-3.76.0.tar.gz) = 8021b7f508aa04677ff2c822752e94eea6b0f237
+SHA512 (hypothesis-3.76.0.tar.gz) = 4c74181a956602649cd5580eca87ccb29a1635518dfa540d85810b0125850badbe655221596f6aa5524293a55ece2baa9cfd339ae136dbd706dbcad4770d054e
+Size (hypothesis-3.76.0.tar.gz) = 179497 bytes



Home | Main Index | Thread Index | Old Index