Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1084A7A263 for ; Thu, 27 Apr 2017 12:55:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AECC684DAD; Thu, 27 Apr 2017 12:55:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3E92C84D8C for ; Thu, 27 Apr 2017 12:55:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id tjYbKX07tLGK for ; Thu, 27 Apr 2017 12:55:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 703B284CE2 for ; Thu, 27 Apr 2017 12:55:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 675AAFBE4; Thu, 27 Apr 2017 12:55:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493297754259190" MIME-Version: 1.0 Date: Thu, 27 Apr 2017 12:55:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-hypothesis To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170427125554.675AAFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1493297754259190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 27 12:55:54 UTC 2017 Modified Files: pkgsrc/devel/py-hypothesis: Makefile PLIST distinfo Log Message: Updated py-hypothesis to 3.8.2. 3.8.2 - 2017-04-26 This is a code reorganisation release that moves some internal test helpers out of the main source tree so as to not have changes to them trigger releases in future. 3.8.1 - 2017-04-26 This is a documentation release. Almost all code examples are now doctests checked in CI, eliminating stale examples. 3.8.0 - 2017-04-23 This is a feature release, adding the iterables strategy, equivalent to lists(...).map(iter) but with a much more useful repr. You can use this strategy to check that code doesn’t accidentally depend on sequence properties such as indexing support or repeated iteration. 3.7.4 - 2017-04-22 This is a bug fix release for a single bug: In 3.7.3, using @example and a pytest fixture in the same test could cause the test to fail to fill the arguments, and throw a TypeError. 3.7.3 - 2017-04-21 This release should include no user visible changes and is purely a refactoring release. This modularises the behaviour of the core “given” function, breaking it up into smaller and more accessible parts, but its actual behaviour should remain unchanged. 3.7.2 - 2017-04-21 This reverts an undocumented change in 3.7.1 which broke installation on debian stable: The specifier for the hypothesis[django] extra_requires had introduced a wild card, which was not supported on the default version of pip. 3.7.1 - 2017-04-21 This is a bug fix and internal improvements release. In particular Hypothesis now tracks a tree of where it has already explored. This allows it to avoid some classes of duplicate examples, and significantly improves the performance of shrinking failing examples by allowing it to skip some shrinks that it can determine can’t possibly work. Hypothesis will no longer seed the global random arbitrarily unless you have asked it to using random_module() Shrinking would previously have not worked correctly in some special cases on Python 2, and would have resulted in suboptimal examples. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-hypothesis/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-hypothesis/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-hypothesis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493297754259190 Content-Disposition: inline Content-Length: 3154 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hypothesis/Makefile diff -u pkgsrc/devel/py-hypothesis/Makefile:1.9 pkgsrc/devel/py-hypothesis/Makefile:1.10 --- pkgsrc/devel/py-hypothesis/Makefile:1.9 Wed Apr 19 17:27:15 2017 +++ pkgsrc/devel/py-hypothesis/Makefile Thu Apr 27 12:55:54 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2017/04/19 17:27:15 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/04/27 12:55:54 wiz Exp $ -DISTNAME= hypothesis-3.7.0 +DISTNAME= hypothesis-3.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/} Index: pkgsrc/devel/py-hypothesis/PLIST diff -u pkgsrc/devel/py-hypothesis/PLIST:1.3 pkgsrc/devel/py-hypothesis/PLIST:1.4 --- pkgsrc/devel/py-hypothesis/PLIST:1.3 Wed Oct 19 12:42:56 2016 +++ pkgsrc/devel/py-hypothesis/PLIST Thu Apr 27 12:55:54 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2016/10/19 12:42:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2017/04/27 12:55:54 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -78,15 +78,15 @@ ${PYSITELIB}/hypothesis/internal/conject ${PYSITELIB}/hypothesis/internal/conjecture/utils.py ${PYSITELIB}/hypothesis/internal/conjecture/utils.pyc ${PYSITELIB}/hypothesis/internal/conjecture/utils.pyo -${PYSITELIB}/hypothesis/internal/debug.py -${PYSITELIB}/hypothesis/internal/debug.pyc -${PYSITELIB}/hypothesis/internal/debug.pyo ${PYSITELIB}/hypothesis/internal/deferredformat.py ${PYSITELIB}/hypothesis/internal/deferredformat.pyc ${PYSITELIB}/hypothesis/internal/deferredformat.pyo ${PYSITELIB}/hypothesis/internal/detection.py ${PYSITELIB}/hypothesis/internal/detection.pyc ${PYSITELIB}/hypothesis/internal/detection.pyo +${PYSITELIB}/hypothesis/internal/escalation.py +${PYSITELIB}/hypothesis/internal/escalation.pyc +${PYSITELIB}/hypothesis/internal/escalation.pyo ${PYSITELIB}/hypothesis/internal/floats.py ${PYSITELIB}/hypothesis/internal/floats.pyc ${PYSITELIB}/hypothesis/internal/floats.pyo Index: pkgsrc/devel/py-hypothesis/distinfo diff -u pkgsrc/devel/py-hypothesis/distinfo:1.6 pkgsrc/devel/py-hypothesis/distinfo:1.7 --- pkgsrc/devel/py-hypothesis/distinfo:1.6 Wed Apr 19 17:27:15 2017 +++ pkgsrc/devel/py-hypothesis/distinfo Thu Apr 27 12:55:54 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/04/19 17:27:15 wiz Exp $ +$NetBSD: distinfo,v 1.7 2017/04/27 12:55:54 wiz Exp $ -SHA1 (hypothesis-3.7.0.tar.gz) = ba39a4b49420c6b9d7c4c1909f4f6d6bb0b8063f -RMD160 (hypothesis-3.7.0.tar.gz) = 38440540b5d6f982cad4fcb63e40f7e8ec26cbc6 -SHA512 (hypothesis-3.7.0.tar.gz) = 81fa8083e91ca7c2e64d06b9fec65209c33fe6517950a9aed9d074200726b979169639fce0b164665d9299d3ac51ea223bb5a0b0e4900a2df9254b365d19e7bd -Size (hypothesis-3.7.0.tar.gz) = 79113 bytes +SHA1 (hypothesis-3.8.2.tar.gz) = 7416346ebd8ae6f78f482980f80a57764913e27f +RMD160 (hypothesis-3.8.2.tar.gz) = 8c4338df4656acaf82e81784e19f4be4139428bd +SHA512 (hypothesis-3.8.2.tar.gz) = 373c2eaa4456fbb841ac7459b332bb7f1c11d279bf6b691f3097daf7bc9fab11c49c5fc8a8b2742e14810bda1d1c35f021a341c8f3f8ac784775b7d8401d2fbd +Size (hypothesis-3.8.2.tar.gz) = 79204 bytes --_----------=_1493297754259190--