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: update...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e8aee2cb3d0
branches:  trunk
changeset: 307405:9e8aee2cb3d0
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun May 06 09:06:42 2018 +0000
description:
py-hypothesis: updated to 3.56.5

3.56.5:
This patch contains some internal refactoring to run :pypi:mypy in CI. There are no user-visible changes.

3.56.4:
This release involves some very minor internal clean up and should have no user visible effect at all.

3.56.3:
This release fixes a problem introduced in :ref:3.56.0 <v3.56.0> where setting the hypothesis home directory (through currently undocumented means) would no longer result in the default database 
location living in the new home directory.

3.56.2:
This release fixes a problem introduced in :ref:3.56.0 <v3.56.0> where setting :obj:~hypothesis.settings.max_examples to 1 would result in tests failing with Unsatisfiable. This problem could also 
occur in other harder to trigger circumstances (e.g. by setting it to a low value, having a hard to satisfy assumption, and disabling health checks).

3.56.1:
This release fixes a problem that was introduced in :ref:3.56.0 <v3.56.0>: Use of the :envvar:HYPOTHESIS_VERBOSITY_LEVEL environment variable was, rather than deprecated, actually broken due to being 
read before various setup the deprecation path needed was done. It now works correctly (and emits a deprecation warning).

3.56.0:
This release deprecates several redundant or internally oriented :class:~hypothesis.settings, working towards an orthogonal set of configuration options that are widely useful without requiring any 
knowledge of our internals

diffstat:

 devel/py-hypothesis/Makefile |   4 ++--
 devel/py-hypothesis/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9b440afbd469 -r 9e8aee2cb3d0 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Sun May 06 07:01:00 2018 +0000
+++ b/devel/py-hypothesis/Makefile      Sun May 06 09:06:42 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2018/04/05 12:43:27 adam Exp $
+# $NetBSD: Makefile,v 1.54 2018/05/06 09:06:42 adam Exp $
 
-DISTNAME=      hypothesis-3.55.0
+DISTNAME=      hypothesis-3.56.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r 9b440afbd469 -r 9e8aee2cb3d0 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Sun May 06 07:01:00 2018 +0000
+++ b/devel/py-hypothesis/distinfo      Sun May 06 09:06:42 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2018/04/05 12:43:27 adam Exp $
+$NetBSD: distinfo,v 1.51 2018/05/06 09:06:42 adam Exp $
 
-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
+SHA1 (hypothesis-3.56.5.tar.gz) = f74058ce279a79e8858368aded9f750933111280
+RMD160 (hypothesis-3.56.5.tar.gz) = ebb8286ba1d64d0932461afb31ea4b2c8b4c139e
+SHA512 (hypothesis-3.56.5.tar.gz) = f52dddf6f32bb33c5b852e6fa754fe1d07205c3e61e020488cf795f97a3c18d7fc3a803fae831b61eddc50df70b371ddaee38602506f5f2a75f8cdbb83d5a857
+Size (hypothesis-3.56.5.tar.gz) = 154659 bytes



Home | Main Index | Thread Index | Old Index