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 3.33.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42d90c91e8e1
branches:  trunk
changeset: 371062:42d90c91e8e1
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 02 07:16:35 2017 +0000

description:
py-hypothesis: updated to 3.33.1

3.33.1:

This is a bugfix release:
* :func:`~hypothesis.strategies.builds` would try to infer a strategy for required positional arguments of the target from type hints, even if they had been given to 
:func:`~hypothesis.strategies.builds` as positional arguments (:issue:`946`). Now it only infers missing required arguments.
* An internal introspection function wrongly reported self as a required argument for bound methods, which might also have affected :func:`~hypothesis.strategies.builds`. Now it knows better.

diffstat:

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

diffs (27 lines):

diff -r a58b1c106af3 -r 42d90c91e8e1 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Thu Nov 02 07:13:23 2017 +0000
+++ b/devel/py-hypothesis/Makefile      Thu Nov 02 07:16:35 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2017/10/16 18:35:19 adam Exp $
+# $NetBSD: Makefile,v 1.37 2017/11/02 07:16:35 adam Exp $
 
-DISTNAME=      hypothesis-3.33.0
+DISTNAME=      hypothesis-3.33.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r a58b1c106af3 -r 42d90c91e8e1 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Thu Nov 02 07:13:23 2017 +0000
+++ b/devel/py-hypothesis/distinfo      Thu Nov 02 07:16:35 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2017/10/16 18:35:19 adam Exp $
+$NetBSD: distinfo,v 1.34 2017/11/02 07:16:35 adam Exp $
 
-SHA1 (hypothesis-3.33.0.tar.gz) = 2349b06a6f2c094bdc5c76b6ec8c40c7d212a3db
-RMD160 (hypothesis-3.33.0.tar.gz) = a8ff3bca8e5afc5901b3a8bc26c7022f6b7f92ae
-SHA512 (hypothesis-3.33.0.tar.gz) = c84099786caecf1d3e5914c3440d6b5cf887274230bcf7ea4f0b2105d87cdb4986abeedffefa65f9345495ee2307903f9315f285a22f8b536c2e3c11116cad6a
-Size (hypothesis-3.33.0.tar.gz) = 128548 bytes
+SHA1 (hypothesis-3.33.1.tar.gz) = f11506b47b884927cf18a4cc4fa3cfe408c2f2e5
+RMD160 (hypothesis-3.33.1.tar.gz) = ca3059355105e2c4f8880a8b2dcc63d1dcf618b3
+SHA512 (hypothesis-3.33.1.tar.gz) = b22723bff33619a2b4e0aae11f26f697e3add4dba25a9687bf0fb4d989b4901daf173bd70a602cb359bec4eeaaf0698c9795501cdd76823fca62a76e06e3609c
+Size (hypothesis-3.33.1.tar.gz) = 128835 bytes



Home | Main Index | Thread Index | Old Index