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 Oct 12 11:49:59 UTC 2018
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.59 -r1.60 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.62 pkgsrc/devel/py-hypothesis/Makefile:1.63
--- pkgsrc/devel/py-hypothesis/Makefile:1.62 Wed Oct 3 09:56:52 2018
+++ pkgsrc/devel/py-hypothesis/Makefile Fri Oct 12 11:49:59 2018
@@ -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/}
Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.59 pkgsrc/devel/py-hypothesis/distinfo:1.60
--- pkgsrc/devel/py-hypothesis/distinfo:1.59 Wed Oct 3 09:56:52 2018
+++ pkgsrc/devel/py-hypothesis/distinfo Fri Oct 12 11:49:59 2018
@@ -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