summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-02-26 08:40:42 +0000
committeradam <adam@pkgsrc.org>2018-02-26 08:40:42 +0000
commit2c736d069fd74fe45e666d00f71b3ead057a0f27 (patch)
treec618e44ef00d77fa9844a05e193cc1f49510fc5c
parentbb988500c5862f0af2d01d185f2f44d27786bc81 (diff)
downloadpkgsrc-2c736d069fd74fe45e666d00f71b3ead057a0f27.tar.gz
py-hypothesis: updated to 3.46.0
3.46.0: :func:~hypothesis.strategies.characters has improved docs about what arguments are valid, and additional validation logic to raise a clear error early (instead of e.g. silently ignoring a bad argument). Categories may be specified as the Unicode 'general category' (eg u'Nd'), or as the 'major category' (eg [u'N', u'Lu'] is equivalent to [u'Nd', u'Nl', u'No', u'Lu']. In previous versions, general categories were supported and all other input was silently ignored. Now, major categories are supported in addition to general categories (which may change the behaviour of some existing code), and all other input is deprecated.
-rw-r--r--devel/py-hypothesis/Makefile4
-rw-r--r--devel/py-hypothesis/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile
index f368e1820d2..bd5724148ab 100644
--- a/devel/py-hypothesis/Makefile
+++ b/devel/py-hypothesis/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2018/02/06 08:03:22 adam Exp $
+# $NetBSD: Makefile,v 1.47 2018/02/26 08:40:42 adam Exp $
-DISTNAME= hypothesis-3.44.26
+DISTNAME= hypothesis-3.46.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo
index 26e16e42473..1a271410266 100644
--- a/devel/py-hypothesis/distinfo
+++ b/devel/py-hypothesis/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2018/02/06 08:03:22 adam Exp $
+$NetBSD: distinfo,v 1.44 2018/02/26 08:40:42 adam Exp $
-SHA1 (hypothesis-3.44.26.tar.gz) = 20cf7191d6a8c47786ab1a16717de78a44e706fe
-RMD160 (hypothesis-3.44.26.tar.gz) = 45f58427ebb64b23a87bad787f664b1e2e979537
-SHA512 (hypothesis-3.44.26.tar.gz) = 104582defb1869c7520c8080ad6e02ad679d17e688404e6dbb22133120772c8987a71828b487c2cb990c6992d9619d8a649dc3008c2e30d9107b29d7ee5f5683
-Size (hypothesis-3.44.26.tar.gz) = 145595 bytes
+SHA1 (hypothesis-3.46.0.tar.gz) = def834b46b079bbf2514d455a36715d27f7ca243
+RMD160 (hypothesis-3.46.0.tar.gz) = 7b09789f0c936195f43ae5b34f94a97cdc5c0c4f
+SHA512 (hypothesis-3.46.0.tar.gz) = 393bb66183e5c8804c0ea30268b810c9aa441bc6a6f00642dc2afe4d07c9fd917c3089ae57d2e4323c90ba8a6d5658df94bbeb8826fd00b0cfe2a403c08ad369
+Size (hypothesis-3.46.0.tar.gz) = 148497 bytes