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:   wiz
Date:           Thu Feb 18 10:31:27 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.92 -r1.93 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.95 pkgsrc/devel/py-hypothesis/Makefile:1.96
--- pkgsrc/devel/py-hypothesis/Makefile:1.95    Thu Feb  4 11:15:16 2021
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Feb 18 10:31:27 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.95 2021/02/04 11:15:16 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2021/02/18 10:31:27 wiz Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.1.1
+DISTNAME=      hypothesis-6.2.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.92 pkgsrc/devel/py-hypothesis/distinfo:1.93
--- pkgsrc/devel/py-hypothesis/distinfo:1.92    Thu Feb  4 11:15:16 2021
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Feb 18 10:31:27 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.92 2021/02/04 11:15:16 wiz Exp $
+$NetBSD: distinfo,v 1.93 2021/02/18 10:31:27 wiz Exp $
 
-SHA1 (hypothesis-6.1.1.tar.gz) = e466f1d42a1d93aed7199b381d3f34fcdd07cd05
-RMD160 (hypothesis-6.1.1.tar.gz) = 50fe1ac0629c67c909da8ed17928ba58ac929fdf
-SHA512 (hypothesis-6.1.1.tar.gz) = 942592404340772058158c64e675291ac4077f542183346877fedbfaa6002d9f11fc7bade2cdb633685219c7ef3c8c9846bc4c043f3d5774ec30d3f3e06d7a4c
-Size (hypothesis-6.1.1.tar.gz) = 288560 bytes
+SHA1 (hypothesis-6.2.0.tar.gz) = eac33cf0f3ea01f76c003248667e00436284e001
+RMD160 (hypothesis-6.2.0.tar.gz) = e5aacedb954fb742cab579f50a5b76290b8d82b8
+SHA512 (hypothesis-6.2.0.tar.gz) = 764621b1eefebbeccf7a20c9dd9e28f548d7b0c24173233850868ef28e1b7362b91b35235afa45ec395f9d2a300a5bc1d2b5b518376df9331cecf98e94e234e0
+Size (hypothesis-6.2.0.tar.gz) = 288790 bytes



Home | Main Index | Thread Index | Old Index