Thu Feb 18 10:31:27 2021 UTC ()
py-hypothesis: update to 6.2.0.

6.2.0 - 2021-02-12

If you use pytest-html, Hypothesis now includes the summary statistics
for each test in the HTML report, whether or not the
--hypothesis-show-statistics argument was passed to show them in
the command-line output.


(wiz)
diff -r1.95 -r1.96 pkgsrc/devel/py-hypothesis/Makefile
diff -r1.92 -r1.93 pkgsrc/devel/py-hypothesis/distinfo

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

--- pkgsrc/devel/py-hypothesis/Makefile 2021/02/04 11:15:16 1.95
+++ pkgsrc/devel/py-hypothesis/Makefile 2021/02/18 10:31:27 1.96
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.95 2021/02/04 11:15:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.96 2021/02/18 10:31:27 wiz Exp $
2# 2#
3# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html 3# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
4 4
5DISTNAME= hypothesis-6.1.1 5DISTNAME= hypothesis-6.2.0
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
7CATEGORIES= devel python 7CATEGORIES= devel python
8MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/} 8MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://github.com/HypothesisWorks/hypothesis 11HOMEPAGE= https://github.com/HypothesisWorks/hypothesis
12COMMENT= Python library for property based testing 12COMMENT= Python library for property based testing
13LICENSE= mpl-2.0 13LICENSE= mpl-2.0
14 14
15DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs 15DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
16DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.1.0:../../devel/py-sortedcontainers 16DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.1.0:../../devel/py-sortedcontainers
17 17
18PYTHON_VERSIONS_INCOMPATIBLE= 27 18PYTHON_VERSIONS_INCOMPATIBLE= 27

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

--- pkgsrc/devel/py-hypothesis/distinfo 2021/02/04 11:15:16 1.92
+++ pkgsrc/devel/py-hypothesis/distinfo 2021/02/18 10:31:27 1.93
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.92 2021/02/04 11:15:16 wiz Exp $ 1$NetBSD: distinfo,v 1.93 2021/02/18 10:31:27 wiz Exp $
2 2
3SHA1 (hypothesis-6.1.1.tar.gz) = e466f1d42a1d93aed7199b381d3f34fcdd07cd05 3SHA1 (hypothesis-6.2.0.tar.gz) = eac33cf0f3ea01f76c003248667e00436284e001
4RMD160 (hypothesis-6.1.1.tar.gz) = 50fe1ac0629c67c909da8ed17928ba58ac929fdf 4RMD160 (hypothesis-6.2.0.tar.gz) = e5aacedb954fb742cab579f50a5b76290b8d82b8
5SHA512 (hypothesis-6.1.1.tar.gz) = 942592404340772058158c64e675291ac4077f542183346877fedbfaa6002d9f11fc7bade2cdb633685219c7ef3c8c9846bc4c043f3d5774ec30d3f3e06d7a4c 5SHA512 (hypothesis-6.2.0.tar.gz) = 764621b1eefebbeccf7a20c9dd9e28f548d7b0c24173233850868ef28e1b7362b91b35235afa45ec395f9d2a300a5bc1d2b5b518376df9331cecf98e94e234e0
6Size (hypothesis-6.1.1.tar.gz) = 288560 bytes 6Size (hypothesis-6.2.0.tar.gz) = 288790 bytes