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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a30b85797214
branches:  trunk
changeset: 378327:a30b85797214
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 05 12:43:27 2018 +0000

description:
py-hypothesis: updated to 3.55.0

3.55.0:
This release includes several improvements to the handling of the :obj:~hypothesis.settings.database setting.

The :obj:~hypothesis.settings.database_file setting was a historical artefact, and you should just use :obj:~hypothesis.settings.database directly.
The :envvar:HYPOTHESIS_DATABASE_FILE environment variable is deprecated, in favor of :meth:~hypothesis.settings.load_profile and the :obj:~hypothesis.settings.database setting.
If you have not configured the example database at all and the default location is not usable (due to e.g. permissions issues), Hypothesis will fall back to an in-memory database. This is not 
persisted between sessions, but means that the defaults work on read-only filesystems.

3.54.0:
This release improves the :func:~hypotheses.strategies.complex_numbers strategy, which now supports min_magnitude and max_magnitude arguments, along with allow_nan and allow_infinity like for 
:func:~hypotheses.strategies.floats.

3.53.0:
This release removes support for Django 1.8, which reached end of life on 2018-04-01.

diffstat:

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

diffs (54 lines):

diff -r 7401b8165079 -r a30b85797214 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Thu Apr 05 12:38:57 2018 +0000
+++ b/devel/py-hypothesis/Makefile      Thu Apr 05 12:43:27 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2018/03/23 07:51:09 adam Exp $
+# $NetBSD: Makefile,v 1.53 2018/04/05 12:43:27 adam Exp $
 
-DISTNAME=      hypothesis-3.50.2
+DISTNAME=      hypothesis-3.55.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
@@ -22,7 +22,5 @@
 
 USE_LANGUAGES= # none
 
-# actual tests only in github distfile
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7401b8165079 -r a30b85797214 devel/py-hypothesis/PLIST
--- a/devel/py-hypothesis/PLIST Thu Apr 05 12:38:57 2018 +0000
+++ b/devel/py-hypothesis/PLIST Thu Apr 05 12:43:27 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2017/12/13 08:17:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2018/04/05 12:43:27 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -66,6 +66,9 @@
 ${PYSITELIB}/hypothesis/internal/cache.py
 ${PYSITELIB}/hypothesis/internal/cache.pyc
 ${PYSITELIB}/hypothesis/internal/cache.pyo
+${PYSITELIB}/hypothesis/internal/cathetus.py
+${PYSITELIB}/hypothesis/internal/cathetus.pyc
+${PYSITELIB}/hypothesis/internal/cathetus.pyo
 ${PYSITELIB}/hypothesis/internal/charmap.py
 ${PYSITELIB}/hypothesis/internal/charmap.pyc
 ${PYSITELIB}/hypothesis/internal/charmap.pyo
diff -r 7401b8165079 -r a30b85797214 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Thu Apr 05 12:38:57 2018 +0000
+++ b/devel/py-hypothesis/distinfo      Thu Apr 05 12:43:27 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.49 2018/03/23 07:51:09 adam Exp $
+$NetBSD: distinfo,v 1.50 2018/04/05 12:43:27 adam Exp $
 
-SHA1 (hypothesis-3.50.2.tar.gz) = 0741527a0f6b209aa343e215728fa305412069a0
-RMD160 (hypothesis-3.50.2.tar.gz) = 81f96d0d121321ebdabe1ecb5117ec34429a69a7
-SHA512 (hypothesis-3.50.2.tar.gz) = eea560d6e17c67ee17369339c000828445793b971ab2bd8e0b4d2e1660ec30887650b304070139a7f818242e4d261353a28653ee2864ede55c326872461fe79b
-Size (hypothesis-3.50.2.tar.gz) = 150780 bytes
+SHA1 (hypothesis-3.55.0.tar.gz) = a1d9b1fd451e1f69d221c3c094d3606c527792f1
+RMD160 (hypothesis-3.55.0.tar.gz) = afa71e3622389c96a65429de905b8ebc30b0233b
+SHA512 (hypothesis-3.55.0.tar.gz) = 920a313758c0d227669e94449d0e077ee8c892538cf6154c26199ece30bc0a04f3816e3d271d4ee85db3802703f8f88d9dfce5ba3b218f05b5d2e9d9fa6c323e
+Size (hypothesis-3.55.0.tar.gz) = 153337 bytes



Home | Main Index | Thread Index | Old Index