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:           Fri Mar 23 07:51:09 UTC 2018

Modified Files:
        pkgsrc/devel/py-hypothesis: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.48 -r1.49 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.51 pkgsrc/devel/py-hypothesis/Makefile:1.52
--- pkgsrc/devel/py-hypothesis/Makefile:1.51    Thu Mar 15 09:08:36 2018
+++ pkgsrc/devel/py-hypothesis/Makefile Fri Mar 23 07:51:09 2018
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-enum34-[0-9]*:.
 
 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"

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.48 pkgsrc/devel/py-hypothesis/distinfo:1.49
--- pkgsrc/devel/py-hypothesis/distinfo:1.48    Thu Mar 15 09:08:36 2018
+++ pkgsrc/devel/py-hypothesis/distinfo Fri Mar 23 07:51:09 2018
@@ -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