summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-05-20 05:36:31 +0000
committeradam <adam@pkgsrc.org>2017-05-20 05:36:31 +0000
commit1536ac99b64d1daab103bb058ceb7d3801a71dbc (patch)
treec08729f8f4e23320f212e3d054a4f73b69a57c2c
parentc09e2731b7fb63149b221dc1d7fa500572f7b159 (diff)
downloadpkgsrc-1536ac99b64d1daab103bb058ceb7d3801a71dbc.tar.gz
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".
-rw-r--r--devel/py-hypothesis/Makefile6
-rw-r--r--devel/py-hypothesis/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile
index 670069157bf..8c1202fdc95 100644
--- a/devel/py-hypothesis/Makefile
+++ b/devel/py-hypothesis/Makefile
@@ -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
-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
diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo
index 5a6f548684b..96cb4074009 100644
--- a/devel/py-hypothesis/distinfo
+++ b/devel/py-hypothesis/distinfo
@@ -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