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: updated to 3.81.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8932e996b125
branches:  trunk
changeset: 314474:8932e996b125
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 29 08:21:57 2018 +0000

description:
py-hypothesis: updated to 3.81.0

3.81.0:
:class:~hypothesis.stateful.GenericStateMachine and :class:~hypothesis.stateful.RuleBasedStateMachine now raise an explicit error when instances of :obj:~hypothesis.settings are assigned to the 
classes' settings attribute, which is a no-op (:issue:1643). Instead assign to SomeStateMachine.TestCase.settings, or use @settings(...) as a class decorator to handle this automatically.

diffstat:

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

diffs (27 lines):

diff -r b8dc6198dfa4 -r 8932e996b125 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Mon Oct 29 02:47:08 2018 +0000
+++ b/devel/py-hypothesis/Makefile      Mon Oct 29 08:21:57 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2018/10/26 08:05:31 adam Exp $
+# $NetBSD: Makefile,v 1.66 2018/10/29 08:21:57 adam Exp $
 
-DISTNAME=      hypothesis-3.80.0
+DISTNAME=      hypothesis-3.81.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r b8dc6198dfa4 -r 8932e996b125 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Mon Oct 29 02:47:08 2018 +0000
+++ b/devel/py-hypothesis/distinfo      Mon Oct 29 08:21:57 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.62 2018/10/26 08:05:31 adam Exp $
+$NetBSD: distinfo,v 1.63 2018/10/29 08:21:57 adam Exp $
 
-SHA1 (hypothesis-3.80.0.tar.gz) = 4684cc374acaa7e22f68e3a2a45549ed36adadd4
-RMD160 (hypothesis-3.80.0.tar.gz) = f60cb2ce3a2ad3bf691787c827df80478fd40838
-SHA512 (hypothesis-3.80.0.tar.gz) = 44facffeef36f841be213e59053726e478eb95a6f19d6e02f9e35c727ed6d9898f2ad053ce69f7e5457810ccc94b61566654ab10fb291ad98f4cc84bb97da563
-Size (hypothesis-3.80.0.tar.gz) = 181093 bytes
+SHA1 (hypothesis-3.81.0.tar.gz) = 4068b86254366ebe0f3e7bd8a7d8c320625e0495
+RMD160 (hypothesis-3.81.0.tar.gz) = 6d013c30119600838711591cdfbbd43cab8ec893
+SHA512 (hypothesis-3.81.0.tar.gz) = e575b615c02be7f63203b5577d7d36f03140c2c348a907e68fae9458a5958a88a740a3ab51d6b1201da69213126b2932bcabc4abdcc96b5a2a6a52f1bfbc36b9
+Size (hypothesis-3.81.0.tar.gz) = 181254 bytes



Home | Main Index | Thread Index | Old Index