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:           Thu Oct 18 10:07:18 UTC 2018

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

Log Message:
py-hypothesis: updated to 3.78.0

3.78.0:
This release has deprecated the generation of integers, floats and fractions when the conversion of the upper and/ or lower bound is not 100% exact, e.g. when an integer gets passed a bound that is 
not a whole number. (:issue:1625)

3.77.0:
This minor release adds functionality to :obj:~hypothesis.settings allowing it to be used as a decorator on :obj:~hypothesis.stateful.RuleBasedStateMachine and 
:obj:~hypothesis.stateful.GenericStateMachine.

3.76.1:
This patch fixes some warnings added by recent releases of :pypi:pydocstyle and :pypi:mypy.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.60 -r1.61 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.63 pkgsrc/devel/py-hypothesis/Makefile:1.64
--- pkgsrc/devel/py-hypothesis/Makefile:1.63    Fri Oct 12 11:49:59 2018
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Oct 18 10:07:18 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2018/10/12 11:49:59 adam Exp $
+# $NetBSD: Makefile,v 1.64 2018/10/18 10:07:18 adam Exp $
 
-DISTNAME=      hypothesis-3.76.0
+DISTNAME=      hypothesis-3.78.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.60 pkgsrc/devel/py-hypothesis/distinfo:1.61
--- pkgsrc/devel/py-hypothesis/distinfo:1.60    Fri Oct 12 11:49:59 2018
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Oct 18 10:07:18 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.60 2018/10/12 11:49:59 adam Exp $
+$NetBSD: distinfo,v 1.61 2018/10/18 10:07:18 adam Exp $
 
-SHA1 (hypothesis-3.76.0.tar.gz) = 035f41ec33aea9e314b53275f9f2d1c545439537
-RMD160 (hypothesis-3.76.0.tar.gz) = 8021b7f508aa04677ff2c822752e94eea6b0f237
-SHA512 (hypothesis-3.76.0.tar.gz) = 4c74181a956602649cd5580eca87ccb29a1635518dfa540d85810b0125850badbe655221596f6aa5524293a55ece2baa9cfd339ae136dbd706dbcad4770d054e
-Size (hypothesis-3.76.0.tar.gz) = 179497 bytes
+SHA1 (hypothesis-3.78.0.tar.gz) = be6315fd9d28c0b099ec10cfa9ef1ee58f3fbf37
+RMD160 (hypothesis-3.78.0.tar.gz) = eed7d83cae6dca64bc1de2f60d08f7f0aea45706
+SHA512 (hypothesis-3.78.0.tar.gz) = c0d968f8a8625eb10158cbc79e2c6ab4a40c2ba05b248fa986c7607cd1839e63514123a130560e4549d460eee069db4a6104f100fd185e123fdacf0e2e0acd12
+Size (hypothesis-3.78.0.tar.gz) = 179874 bytes



Home | Main Index | Thread Index | Old Index