pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis Changes 3.10.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d589b0d11498
branches:  trunk
changeset: 362715:d589b0d11498
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue May 23 07:57:50 2017 +0000

description:
Changes 3.10.0:
Hypothesis now uses inspect.getfullargspec internally. On Python 2, there are no visible changes.

On Python 3 @given and @composite now preserve annotations on the decorated function. Keyword-only arguments are now either handled correctly (e.g. @composite), or caught in validation instead of 
silently discarded or raising an unrelated error later (e.g. @given).

diffstat:

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

diffs (27 lines):

diff -r 626cfc0223c8 -r d589b0d11498 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Tue May 23 06:46:38 2017 +0000
+++ b/devel/py-hypothesis/Makefile      Tue May 23 07:57:50 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/05/20 05:36:31 adam Exp $
+# $NetBSD: Makefile,v 1.14 2017/05/23 07:57:50 adam Exp $
 
-DISTNAME=      hypothesis-3.9.0
+DISTNAME=      hypothesis-3.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r 626cfc0223c8 -r d589b0d11498 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Tue May 23 06:46:38 2017 +0000
+++ b/devel/py-hypothesis/distinfo      Tue May 23 07:57:50 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/05/20 05:36:31 adam Exp $
+$NetBSD: distinfo,v 1.11 2017/05/23 07:57:50 adam Exp $
 
-SHA1 (hypothesis-3.9.0.tar.gz) = 56cd592ed731fdafa8a582c3de7ba6982b840d0d
-RMD160 (hypothesis-3.9.0.tar.gz) = b1deffbd1818f0281e2004e81ef74cc8fb08d8f5
-SHA512 (hypothesis-3.9.0.tar.gz) = 0d6b62105719d455e7a65b176f176abac639cfa2abb512e7e3fdc62907f0b955dc13c31f22e217c8d0b36f6aa058152ba96424dc79f26ad5bb41dca58690dfa5
-Size (hypothesis-3.9.0.tar.gz) = 80050 bytes
+SHA1 (hypothesis-3.10.0.tar.gz) = e91b249f34e80d1fddb49d2ce8decab07a58339e
+RMD160 (hypothesis-3.10.0.tar.gz) = 2f2be0cf26b841c98e346761e1614e061ad23777
+SHA512 (hypothesis-3.10.0.tar.gz) = e6c29d3d2e0bb74dfe00058363ceaad4b4026ed83c51cc403ffb2db8ac7930f933677a9217c2227ab48a1ceaaa4d8ee94aee6797280eaf50ac76e40b3a3ceec5
+Size (hypothesis-3.10.0.tar.gz) = 80386 bytes



Home | Main Index | Thread Index | Old Index