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 Dec 9 09:11:58 UTC 2020
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.87 -r1.88 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.90 pkgsrc/devel/py-hypothesis/Makefile:1.91
--- pkgsrc/devel/py-hypothesis/Makefile:1.90 Sun Dec 6 10:51:44 2020
+++ pkgsrc/devel/py-hypothesis/Makefile Wed Dec 9 09:11:58 2020
@@ -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/}
Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.87 pkgsrc/devel/py-hypothesis/distinfo:1.88
--- pkgsrc/devel/py-hypothesis/distinfo:1.87 Sun Dec 6 10:51:44 2020
+++ pkgsrc/devel/py-hypothesis/distinfo Wed Dec 9 09:11:58 2020
@@ -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