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:           Wed Apr  7 06:23:52 UTC 2021

Modified Files:
        pkgsrc/devel/py-hypothesis: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.94 -r1.95 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.97 pkgsrc/devel/py-hypothesis/Makefile:1.98
--- pkgsrc/devel/py-hypothesis/Makefile:1.97    Wed Mar 17 13:13:31 2021
+++ pkgsrc/devel/py-hypothesis/Makefile Wed Apr  7 06:23:52 2021
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.94 pkgsrc/devel/py-hypothesis/distinfo:1.95
--- pkgsrc/devel/py-hypothesis/distinfo:1.94    Wed Mar 17 13:13:31 2021
+++ pkgsrc/devel/py-hypothesis/distinfo Wed Apr  7 06:23:52 2021
@@ -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