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 6.8.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24627d22eca3
branches:  trunk
changeset: 449876:24627d22eca3
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 07 06:23:52 2021 +0000

description:
py-hypothesis: updated to 6.8.6

6.8.6 - 2021-04-06

The fixed_dictionaries() strategy now preserves dict iteration order instead of sorting the keys. This also affects the pretty-printing of keyword arguments to @given().

6.8.5 - 2021-04-05

This patch teaches hypothesis write to default to ghostwriting tests with --style=pytest only if pytest is installed, or --style=unittest otherwise.

6.8.4 - 2021-04-01

This patch adds type annotations for the settings decorator, to avoid an error when running mypy in strict mode.

6.8.3 - 2021-03-28

This patch improves the Ghostwriter’s handling of strategies to generate various fiddly types including frozensets, keysviews, valuesviews, regex matches and patterns, and so on.

6.8.2 - 2021-03-27

This patch fixes some internal typos. There is no user-visible change.

diffstat:

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

diffs (29 lines):

diff -r 130436b1ed29 -r 24627d22eca3 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Wed Apr 07 06:21:56 2021 +0000
+++ b/devel/py-hypothesis/Makefile      Wed Apr 07 06:23:52 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.97 2021/03/17 13:13:31 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2021/04/07 06:23:52 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.8.1
+DISTNAME=      hypothesis-6.8.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r 130436b1ed29 -r 24627d22eca3 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Wed Apr 07 06:21:56 2021 +0000
+++ b/devel/py-hypothesis/distinfo      Wed Apr 07 06:23:52 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.94 2021/03/17 13:13:31 wiz Exp $
+$NetBSD: distinfo,v 1.95 2021/04/07 06:23:52 adam Exp $
 
-SHA1 (hypothesis-6.8.1.tar.gz) = ab4bfe8aa4b4d0e1c95497cff0fd6887e619ec8c
-RMD160 (hypothesis-6.8.1.tar.gz) = 7fdc48fb7f0b53cfc11821b824c3afffe52a1863
-SHA512 (hypothesis-6.8.1.tar.gz) = e074d404e578a6beb6c05850f082f49b56b88bcd89c2f4b996240355c80f52be751c8c4a3b8cf4c9e7077cc59662a45735db73929a9982d59441963d94863d35
-Size (hypothesis-6.8.1.tar.gz) = 293847 bytes
+SHA1 (hypothesis-6.8.6.tar.gz) = 597b21493e24ebcfca465a97e3db7b001ac76c91
+RMD160 (hypothesis-6.8.6.tar.gz) = 1442c2fcacf4d2a255ab03556fac464956d56f7f
+SHA512 (hypothesis-6.8.6.tar.gz) = 3c244cb25e9959267bdc6e1e30ed2de598679b73289d3659a4a35c0338fa5455779bab7e08fb15c83623759139e4ce39600c225c15a9538d0d1531c095142847
+Size (hypothesis-6.8.6.tar.gz) = 294428 bytes


Home | Main Index | Thread Index | Old Index