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:           Thu Apr  5 12:43:27 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.49 -r1.50 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.52 pkgsrc/devel/py-hypothesis/Makefile:1.53
--- pkgsrc/devel/py-hypothesis/Makefile:1.52    Fri Mar 23 07:51:09 2018
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Apr  5 12:43:27 2018
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-enum34-[0-9]*:.
 
 USE_LANGUAGES= # none
 
-# actual tests only in github distfile
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-hypothesis/PLIST
diff -u pkgsrc/devel/py-hypothesis/PLIST:1.16 pkgsrc/devel/py-hypothesis/PLIST:1.17
--- pkgsrc/devel/py-hypothesis/PLIST:1.16       Wed Dec 13 08:17:10 2017
+++ pkgsrc/devel/py-hypothesis/PLIST    Thu Apr  5 12:43:27 2018
@@ -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/__init_
 ${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

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.49 pkgsrc/devel/py-hypothesis/distinfo:1.50
--- pkgsrc/devel/py-hypothesis/distinfo:1.49    Fri Mar 23 07:51:09 2018
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Apr  5 12:43:27 2018
@@ -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