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:           Mon Feb 26 08:40:42 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.43 -r1.44 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.46 pkgsrc/devel/py-hypothesis/Makefile:1.47
--- pkgsrc/devel/py-hypothesis/Makefile:1.46    Tue Feb  6 08:03:22 2018
+++ pkgsrc/devel/py-hypothesis/Makefile Mon Feb 26 08:40:42 2018
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.43 pkgsrc/devel/py-hypothesis/distinfo:1.44
--- pkgsrc/devel/py-hypothesis/distinfo:1.43    Tue Feb  6 08:03:22 2018
+++ pkgsrc/devel/py-hypothesis/distinfo Mon Feb 26 08:40:42 2018
@@ -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