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 Sep  3 07:39:34 UTC 2018

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

Log Message:
py-hypothesis: updated to 3.70.0

3.70.0:
This release adds a fullmatch argument to :func:~hypothesis.strategies.from_regex. When fullmatch=True, the whole example will match the regex pattern as for :func:python:re.fullmatch.

3.69.12:
This release reverts the changes to logging handling in 3.69.11, which broke test that use the :pypi:pytest caplog fixture internally because all logging was disabled (:issue:1546).

3.69.11:
This patch will hide all logging messages produced by test cases before the final, minimal, failing test case (:issue:356).

3.69.10:
This patch fixes a bug that prevents coverage from reporting unexecuted Python files (:issue:1085).

3.69.9:
This patch improves the packaging of the Python package by adding LICENSE.txt to the sdist (:issue:1311), clarifying the minimum supported versions of :pypi:pytz and :pypi:dateutil <python-dateutil> 
(:issue:1383), and adds keywords to the metadata (:issue:1520).

3.69.8:
This is an internal change which replaces pickle with json to prevent possible security issues.

3.69.7:
This patch ensures that :func:~hypothesis.note prints the note for every test case when the :obj:~hypothesis.settings.verbosity setting is Verbosity.verbose. At normal verbosity it only prints from 
the final test case.

3.69.6:
This patch improves the testing of some internal caching. It should have no user-visible effect.

3.69.5:
This change performs a small rename and refactoring in the core engine. There is no user-visible change.

3.69.4:
This change improves the core engine's ability to avoid unnecessary work, by consulting its cache of previously-tried inputs in more cases.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.56 -r1.57 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.59 pkgsrc/devel/py-hypothesis/Makefile:1.60
--- pkgsrc/devel/py-hypothesis/Makefile:1.59    Mon Aug 27 06:17:33 2018
+++ pkgsrc/devel/py-hypothesis/Makefile Mon Sep  3 07:39:34 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2018/08/27 06:17:33 adam Exp $
+# $NetBSD: Makefile,v 1.60 2018/09/03 07:39:34 adam Exp $
 
-DISTNAME=      hypothesis-3.69.3
+DISTNAME=      hypothesis-3.70.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
@@ -15,7 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-coverage>=4.0:.
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 
 .include "../../lang/python/pyversion.mk"
-.if "${_PYTHON_VERSION}" == "27"
+.if ${_PYTHON_VERSION} == 27
 DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
 .endif
 

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.56 pkgsrc/devel/py-hypothesis/distinfo:1.57
--- pkgsrc/devel/py-hypothesis/distinfo:1.56    Mon Aug 27 06:17:33 2018
+++ pkgsrc/devel/py-hypothesis/distinfo Mon Sep  3 07:39:34 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2018/08/27 06:17:33 adam Exp $
+$NetBSD: distinfo,v 1.57 2018/09/03 07:39:34 adam Exp $
 
-SHA1 (hypothesis-3.69.3.tar.gz) = 0f9b70223171e1b07e95a61700b5b20034e8f513
-RMD160 (hypothesis-3.69.3.tar.gz) = b66b452c71b3c0dc4fd84596965e009adaf28b28
-SHA512 (hypothesis-3.69.3.tar.gz) = e7c2bda2464e4d090b0ae844a4e23919065da35e475af5ac9e1d17e2c3e09aacaeaea8a13b36ec5d325fe0ad89c661b3c5de003fcbe52fb73dba20d5b01d7653
-Size (hypothesis-3.69.3.tar.gz) = 170026 bytes
+SHA1 (hypothesis-3.70.0.tar.gz) = 4b78c695df9cee2d7e37c32d5d85db2610511870
+RMD160 (hypothesis-3.70.0.tar.gz) = 128b507a35b19d2a952bbb324d0b59b1f65360e2
+SHA512 (hypothesis-3.70.0.tar.gz) = da675b2edb2e68a472b62dbbcbd65ad0b97cabfc9372ca777f274cc289b1e5809a66443ef7e45c13a5acc3b2ed668d6372330fbeb7fa5b1f360d7966a6e3d981
+Size (hypothesis-3.70.0.tar.gz) = 176628 bytes



Home | Main Index | Thread Index | Old Index