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.46.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/e96c73855ee2
branches: trunk
changeset: 376153:e96c73855ee2
user: adam <adam%pkgsrc.org@localhost>
date: Mon Feb 26 08:40:42 2018 +0000
description:
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.
diffstat:
devel/py-hypothesis/Makefile | 4 ++--
devel/py-hypothesis/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 90b00cc0d63d -r e96c73855ee2 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile Mon Feb 26 08:38:53 2018 +0000
+++ b/devel/py-hypothesis/Makefile Mon Feb 26 08:40:42 2018 +0000
@@ -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 -r 90b00cc0d63d -r e96c73855ee2 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo Mon Feb 26 08:38:53 2018 +0000
+++ b/devel/py-hypothesis/distinfo Mon Feb 26 08:40:42 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index