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:           Mon Oct 29 08:21:57 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.62 -r1.63 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.65 pkgsrc/devel/py-hypothesis/Makefile:1.66
--- pkgsrc/devel/py-hypothesis/Makefile:1.65    Fri Oct 26 08:05:31 2018
+++ pkgsrc/devel/py-hypothesis/Makefile Mon Oct 29 08:21:57 2018
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.62 pkgsrc/devel/py-hypothesis/distinfo:1.63
--- pkgsrc/devel/py-hypothesis/distinfo:1.62    Fri Oct 26 08:05:31 2018
+++ pkgsrc/devel/py-hypothesis/distinfo Mon Oct 29 08:21:57 2018
@@ -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