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.50.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5462b6b9f3fb
branches:  trunk
changeset: 377805:5462b6b9f3fb
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Mar 23 07:51:09 2018 +0000

description:
py-hypothesis: updated to 3.50.2

3.50.2:
This has no user-visible changes except one slight formatting change to one docstring, to avoid a deprecation warning.

3.50.1:
This patch fixes an internal error introduced in 3.48.0, where a check for the Django test runner would expose import-time errors in Django configuration.

3.50.0:
This release improves validation of numeric bounds for some strategies.

diffstat:

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

diffs (37 lines):

diff -r ba3160725599 -r 5462b6b9f3fb devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Fri Mar 23 07:47:16 2018 +0000
+++ b/devel/py-hypothesis/Makefile      Fri Mar 23 07:51:09 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2018/03/15 09:08:36 adam Exp $
+# $NetBSD: Makefile,v 1.52 2018/03/23 07:51:09 adam Exp $
 
-DISTNAME=      hypothesis-3.49.1
+DISTNAME=      hypothesis-3.50.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
@@ -22,8 +22,7 @@
 
 USE_LANGUAGES= # none
 
-# actual tests only in github distfile, but that needs py-test and
-# py-test depends on py-hypothesis...
+# actual tests only in github distfile
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ba3160725599 -r 5462b6b9f3fb devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Fri Mar 23 07:47:16 2018 +0000
+++ b/devel/py-hypothesis/distinfo      Fri Mar 23 07:51:09 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2018/03/15 09:08:36 adam Exp $
+$NetBSD: distinfo,v 1.49 2018/03/23 07:51:09 adam Exp $
 
-SHA1 (hypothesis-3.49.1.tar.gz) = ece4a0bf84bf77a662307d3ab1401c826de39a06
-RMD160 (hypothesis-3.49.1.tar.gz) = 4922c69b25b96563e579b7c4bcbeb652ca56ec09
-SHA512 (hypothesis-3.49.1.tar.gz) = 7d9d8abf8c572cf48f111df6ad29123cbc79343b4ac92d65429d0803b5100c6e083dab1fc1410e03ba70ef710c0034e82bd21706fb1c55e1d14984178120e08d
-Size (hypothesis-3.49.1.tar.gz) = 150289 bytes
+SHA1 (hypothesis-3.50.2.tar.gz) = 0741527a0f6b209aa343e215728fa305412069a0
+RMD160 (hypothesis-3.50.2.tar.gz) = 81f96d0d121321ebdabe1ecb5117ec34429a69a7
+SHA512 (hypothesis-3.50.2.tar.gz) = eea560d6e17c67ee17369339c000828445793b971ab2bd8e0b4d2e1660ec30887650b304070139a7f818242e4d261353a28653ee2864ede55c326872461fe79b
+Size (hypothesis-3.50.2.tar.gz) = 150780 bytes



Home | Main Index | Thread Index | Old Index