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.59.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09ae2e45f891
branches:  trunk
changeset: 309342:09ae2e45f891
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jun 16 12:09:13 2018 +0000

description:
py-hypothesis: updated to 3.59.0

3.59.0:
This release adds the :func:~hypothesis.strategies.emails strategy, which generates unicode strings representing an email address.

3.58.1:
This improves the shrinker. It can now reorder examples: 3 1 2 becomes 1 2 3.

3.58.0:
This adds a new extra :py:func:~hypothesis.extra.dateutil.timezones strategy that generates dateutil timezones.
Depends on :pypi:python-dateutil.

diffstat:

 devel/py-hypothesis/Makefile |   4 ++--
 devel/py-hypothesis/PLIST    |   5 ++++-
 devel/py-hypothesis/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r e159713c1198 -r 09ae2e45f891 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Sat Jun 16 11:22:37 2018 +0000
+++ b/devel/py-hypothesis/Makefile      Sat Jun 16 12:09:13 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2018/06/06 19:26:09 adam Exp $
+# $NetBSD: Makefile,v 1.56 2018/06/16 12:09:13 adam Exp $
 
-DISTNAME=      hypothesis-3.57.0
+DISTNAME=      hypothesis-3.59.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r e159713c1198 -r 09ae2e45f891 devel/py-hypothesis/PLIST
--- a/devel/py-hypothesis/PLIST Sat Jun 16 11:22:37 2018 +0000
+++ b/devel/py-hypothesis/PLIST Sat Jun 16 12:09:13 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2018/04/05 12:43:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2018/06/16 12:09:13 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -36,6 +36,9 @@
 ${PYSITELIB}/hypothesis/extra/datetime.py
 ${PYSITELIB}/hypothesis/extra/datetime.pyc
 ${PYSITELIB}/hypothesis/extra/datetime.pyo
+${PYSITELIB}/hypothesis/extra/dateutil.py
+${PYSITELIB}/hypothesis/extra/dateutil.pyc
+${PYSITELIB}/hypothesis/extra/dateutil.pyo
 ${PYSITELIB}/hypothesis/extra/django/__init__.py
 ${PYSITELIB}/hypothesis/extra/django/__init__.pyc
 ${PYSITELIB}/hypothesis/extra/django/__init__.pyo
diff -r e159713c1198 -r 09ae2e45f891 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Sat Jun 16 11:22:37 2018 +0000
+++ b/devel/py-hypothesis/distinfo      Sat Jun 16 12:09:13 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.52 2018/06/06 19:26:09 adam Exp $
+$NetBSD: distinfo,v 1.53 2018/06/16 12:09:13 adam Exp $
 
-SHA1 (hypothesis-3.57.0.tar.gz) = 7cbfba65913c63c9de6e01a22a8be8bff86dcb49
-RMD160 (hypothesis-3.57.0.tar.gz) = 0585bf2cb4c7d9d91a26d3574f38c06c522a75d4
-SHA512 (hypothesis-3.57.0.tar.gz) = dc2ef77df335133d1896da08940a8d670259b905f0a6fc48ae1bb2aa5b5daa7cef59d8bfc63752caad78d4352c4ce0b75ac8de8613f997e87f55fe8c7156225b
-Size (hypothesis-3.57.0.tar.gz) = 156633 bytes
+SHA1 (hypothesis-3.59.0.tar.gz) = 50c9423a673f52c5f4efcd57ddc2f08ad02fa910
+RMD160 (hypothesis-3.59.0.tar.gz) = 9c213adb669f75924d5a8b31dfac93bd7cc1d9b7
+SHA512 (hypothesis-3.59.0.tar.gz) = e5982ee01c58f6b6bed4e970a2015aa919c22e58ad15abb7d15ad13087db7b51aaa4f8bf7d38ea67acf62d69ead7b948d454d89846df50dff2810965812e9559
+Size (hypothesis-3.59.0.tar.gz) = 157321 bytes



Home | Main Index | Thread Index | Old Index