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:           Sat May 20 05:36:31 UTC 2017

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

Log Message:
3.9.0 - 2017-05-19
This is feature release, expanding the capabilities of the decimals strategy.
* The new (optional) places argument allows you to generate decimals with a certain number of places (e.g. cents, thousandths, satoshis).
* If allow_infinity is None, setting min_bound no longer excludes positive infinity and setting max_value no longer excludes negative infinity.
* All of NaN, -Nan, sNaN, and -sNaN may now be drawn if allow_nan is True, or if allow_nan is None and min_value or max_value is None.
* min_value and max_value may be given as decimal strings, e.g. "1.234".


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.9 -r1.10 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.12 pkgsrc/devel/py-hypothesis/Makefile:1.13
--- pkgsrc/devel/py-hypothesis/Makefile:1.12    Wed May 17 13:01:58 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Sat May 20 05:36:31 2017
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.12 2017/05/17 13:01:58 adam Exp $
+# $NetBSD: Makefile,v 1.13 2017/05/20 05:36:31 adam Exp $
 
-DISTNAME=      hypothesis-3.8.5
+DISTNAME=      hypothesis-3.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/hypothesis/
+HOMEPAGE=      https://github.com/HypothesisWorks/hypothesis-python
 COMMENT=       Python library for property based testing
 LICENSE=       mpl-2.0
 

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.9 pkgsrc/devel/py-hypothesis/distinfo:1.10
--- pkgsrc/devel/py-hypothesis/distinfo:1.9     Wed May 17 13:01:58 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Sat May 20 05:36:31 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/05/17 13:01:58 adam Exp $
+$NetBSD: distinfo,v 1.10 2017/05/20 05:36:31 adam Exp $
 
-SHA1 (hypothesis-3.8.5.tar.gz) = 07a9882f6865388a06723f36aecf1baaa433de1c
-RMD160 (hypothesis-3.8.5.tar.gz) = 11b9044df466d4863f98eda01479accd67301495
-SHA512 (hypothesis-3.8.5.tar.gz) = fe2a70610f3b462229afa67c5c461a3261f1da1613e485b82e051fc048c0c3ff4620c33bcb69a3965e6f5f06c7b64842adcc3b1a4c2de801accad3ca382b9cce
-Size (hypothesis-3.8.5.tar.gz) = 80761 bytes
+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



Home | Main Index | Thread Index | Old Index