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:           Sat Jun 16 12:09:13 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.52 -r1.53 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.55 pkgsrc/devel/py-hypothesis/Makefile:1.56
--- pkgsrc/devel/py-hypothesis/Makefile:1.55    Wed Jun  6 19:26:09 2018
+++ pkgsrc/devel/py-hypothesis/Makefile Sat Jun 16 12:09:13 2018
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/PLIST
diff -u pkgsrc/devel/py-hypothesis/PLIST:1.17 pkgsrc/devel/py-hypothesis/PLIST:1.18
--- pkgsrc/devel/py-hypothesis/PLIST:1.17       Thu Apr  5 12:43:27 2018
+++ pkgsrc/devel/py-hypothesis/PLIST    Sat Jun 16 12:09:13 2018
@@ -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/__init__.p
 ${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

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.52 pkgsrc/devel/py-hypothesis/distinfo:1.53
--- pkgsrc/devel/py-hypothesis/distinfo:1.52    Wed Jun  6 19:26:09 2018
+++ pkgsrc/devel/py-hypothesis/distinfo Sat Jun 16 12:09:13 2018
@@ -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