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:           Sun May  6 09:06:42 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.50 -r1.51 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.53 pkgsrc/devel/py-hypothesis/Makefile:1.54
--- pkgsrc/devel/py-hypothesis/Makefile:1.53    Thu Apr  5 12:43:27 2018
+++ pkgsrc/devel/py-hypothesis/Makefile Sun May  6 09:06:42 2018
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.50 pkgsrc/devel/py-hypothesis/distinfo:1.51
--- pkgsrc/devel/py-hypothesis/distinfo:1.50    Thu Apr  5 12:43:27 2018
+++ pkgsrc/devel/py-hypothesis/distinfo Sun May  6 09:06:42 2018
@@ -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