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 5.42.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51c8d2189ba9
branches:  trunk
changeset: 443209:51c8d2189ba9
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Dec 09 09:11:58 2020 +0000

description:
py-hypothesis: updated to 5.42.3

5.42.2
This patch teaches hypothesis.extra.django.from_field() to infer more efficient strategies by inspecting (not just filtering by) field validators for numeric and string fields.

5.42.1
This patch refactors hypothesis.settings to use type-annotated keyword arguments instead of **kwargs, which makes tab-completion much more useful - as well as type-checkers like mypy.

5.42.0
This patch teaches the magic() ghostwriter to recognise “en/de” function roundtrips other than the common encode/decode pattern, such as encrypt/decrypt or, encipher/decipher.

5.41.5
This patch adds a performance optimisation to avoid saving redundant seeds when using the .fuzz_one_input hook.

diffstat:

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

diffs (29 lines):

diff -r fe58d098b67c -r 51c8d2189ba9 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Wed Dec 09 09:05:39 2020 +0000
+++ b/devel/py-hypothesis/Makefile      Wed Dec 09 09:11:58 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.90 2020/12/06 10:51:44 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2020/12/09 09:11:58 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-5.41.5
+DISTNAME=      hypothesis-5.42.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r fe58d098b67c -r 51c8d2189ba9 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Wed Dec 09 09:05:39 2020 +0000
+++ b/devel/py-hypothesis/distinfo      Wed Dec 09 09:11:58 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.87 2020/12/06 10:51:44 wiz Exp $
+$NetBSD: distinfo,v 1.88 2020/12/09 09:11:58 adam Exp $
 
-SHA1 (hypothesis-5.41.5.tar.gz) = eef0c4d1f936a03fd272c7e54882f3e04d5b4b13
-RMD160 (hypothesis-5.41.5.tar.gz) = 1777930675a2b6f93f5f57c5ba04c42d53f26c3c
-SHA512 (hypothesis-5.41.5.tar.gz) = 3682c2058c95e76cd7eaae2c5f6c112d29dc80075217402d6dfaed0da830077efa7b7ab57f2d970aba6d214de9c2d6a6f53ffa232202cee90ac41228a5057929
-Size (hypothesis-5.41.5.tar.gz) = 279590 bytes
+SHA1 (hypothesis-5.42.3.tar.gz) = 0c096c8e34eae76c4b4be985a38c359e3836b9fa
+RMD160 (hypothesis-5.42.3.tar.gz) = 0d3d78ff01bccd3999e43559d255b79e29229119
+SHA512 (hypothesis-5.42.3.tar.gz) = de42356f29a3f0c75255f9eb496bc700a45ee3d856906c87493d71c6201ec0be7535b9ce9269c950de5599d3b284866bdfadf3a609f6b846ee11f4db445e77fc
+Size (hypothesis-5.42.3.tar.gz) = 280219 bytes


Home | Main Index | Thread Index | Old Index