diff options
author | adam <adam@pkgsrc.org> | 2018-10-29 08:21:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-10-29 08:21:57 +0000 |
commit | 7517d0f2cbbc8a0aaa182bdbb71fee0c17503acb (patch) | |
tree | 52bacd0416696f36745b023249ddb4ad4baf0c4f /devel | |
parent | 849d7fa21b50cb7f81013e446a227beff9251ea0 (diff) | |
download | pkgsrc-7517d0f2cbbc8a0aaa182bdbb71fee0c17503acb.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/py-hypothesis/Makefile | 4 | ||||
-rw-r--r-- | devel/py-hypothesis/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index dbdab24b3fa..6c00e7fd4a4 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -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 --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index cd2a7992f6b..3a6a106703e 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -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 |