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: Thu Nov 2 07:16:35 UTC 2017
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.33 -r1.34 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.36 pkgsrc/devel/py-hypothesis/Makefile:1.37
--- pkgsrc/devel/py-hypothesis/Makefile:1.36 Mon Oct 16 18:35:19 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Nov 2 07:16:35 2017
@@ -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/}
Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.33 pkgsrc/devel/py-hypothesis/distinfo:1.34
--- pkgsrc/devel/py-hypothesis/distinfo:1.33 Mon Oct 16 18:35:19 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Nov 2 07:16:35 2017
@@ -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