Fri Aug 4 04:57:52 2017 UTC ()
3.14.2:
This fixes a bug where Hypothesis would not work correctly on Python 2.7 if you had the typing module backport installed.


(adam)
diff -r1.25 -r1.26 pkgsrc/devel/py-hypothesis/Makefile
diff -r1.22 -r1.23 pkgsrc/devel/py-hypothesis/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/devel/py-hypothesis/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-hypothesis/Makefile 2017/08/03 07:42:09 1.25
+++ pkgsrc/devel/py-hypothesis/Makefile 2017/08/04 04:57:52 1.26
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.25 2017/08/03 07:42:09 adam Exp $ 1# $NetBSD: Makefile,v 1.26 2017/08/04 04:57:52 adam Exp $
2 2
3DISTNAME= hypothesis-3.14.1 3DISTNAME= hypothesis-3.14.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/HypothesisWorks/hypothesis-python 9HOMEPAGE= https://github.com/HypothesisWorks/hypothesis-python
10COMMENT= Python library for property based testing 10COMMENT= Python library for property based testing
11LICENSE= mpl-2.0 11LICENSE= mpl-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 13DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

cvs diff -r1.22 -r1.23 pkgsrc/devel/py-hypothesis/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-hypothesis/distinfo 2017/08/03 07:42:09 1.22
+++ pkgsrc/devel/py-hypothesis/distinfo 2017/08/04 04:57:52 1.23
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.22 2017/08/03 07:42:09 adam Exp $ 1$NetBSD: distinfo,v 1.23 2017/08/04 04:57:52 adam Exp $
2 2
3SHA1 (hypothesis-3.14.1.tar.gz) = e1756eb129425a07b59f47cb80e67fdbbc5997cc 3SHA1 (hypothesis-3.14.2.tar.gz) = b00e3ceeb4302517eebecb4df38a5b139ca44e37
4RMD160 (hypothesis-3.14.1.tar.gz) = 639af12b0eb7030d5c7c13583bd98f63554c1417 4RMD160 (hypothesis-3.14.2.tar.gz) = de253a13eafdda46b97cbfe9ccb373b11809df9c
5SHA512 (hypothesis-3.14.1.tar.gz) = d6409d4a3888a5bce9af5c066c0643c3b5f93ecb3cb58583a485294e523db534cd11bb5ff63a7ae7985e3daa8ffbe589099f53694c54160081b20cb1b8deed99 5SHA512 (hypothesis-3.14.2.tar.gz) = 14c6f934dd81180a1f58cbeb58e61649e967d459a08a2bf9a18d93261458d0ae9753c4c5cf2cc85cc3b021fb71624270674230c236e597b20afccc2d04da56a1
6Size (hypothesis-3.14.1.tar.gz) = 94494 bytes 6Size (hypothesis-3.14.2.tar.gz) = 94471 bytes