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 Nov 14 08:33:57 UTC 2022
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile distinfo
Removed Files:
pkgsrc/devel/py-hypothesis/patches:
patch-src_hypothesis_extra_array__api.py
Log Message:
py-hypothesis: updated to 6.57.1
6.57.1 - 2022-11-14
This patch updates some internal type annotations and fixes a formatting bug in the explain phase reporting.
6.57.0 - 2022-11-14
Hypothesis now raises an error if you passed a strategy as the alphabet= argument to text(), and it generated something which was not a length-one string. This has never been supported, we’re just
adding explicit validation to catch cases like this StackOverflow question.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.110 -r1.111 pkgsrc/devel/py-hypothesis/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/py-hypothesis/patches/patch-src_hypothesis_extra_array__api.py
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.114 pkgsrc/devel/py-hypothesis/Makefile:1.115
--- pkgsrc/devel/py-hypothesis/Makefile:1.114 Fri Nov 4 18:34:09 2022
+++ pkgsrc/devel/py-hypothesis/Makefile Mon Nov 14 08:33:57 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.114 2022/11/04 18:34:09 adam Exp $
+# $NetBSD: Makefile,v 1.115 2022/11/14 08:33:57 adam Exp $
#
# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
-DISTNAME= hypothesis-6.56.4
-PKGREVISION= 1
+DISTNAME= hypothesis-6.57.1
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.110 pkgsrc/devel/py-hypothesis/distinfo:1.111
--- pkgsrc/devel/py-hypothesis/distinfo:1.110 Fri Nov 4 18:34:09 2022
+++ pkgsrc/devel/py-hypothesis/distinfo Mon Nov 14 08:33:57 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.110 2022/11/04 18:34:09 adam Exp $
+$NetBSD: distinfo,v 1.111 2022/11/14 08:33:57 adam Exp $
-BLAKE2s (hypothesis-6.56.4.tar.gz) = 34cc00172c0a88f85ea6699233c16af1e7b7b0ab1318ce91e109e789713a737d
-SHA512 (hypothesis-6.56.4.tar.gz) = 7ca2a1e677444f3073e3ebf8a4c39039636f92b51f28f4b296998a6d10cde3ff9321c0d9ee7ff6d5748f3cf4b196bbf795cb5f3e5bd78585b6dc34af5587fe97
-Size (hypothesis-6.56.4.tar.gz) = 333424 bytes
-SHA1 (patch-src_hypothesis_extra_array__api.py) = 788a333566cf2d8b800ad43e2b6583f31ff04597
+BLAKE2s (hypothesis-6.57.1.tar.gz) = 86454ceec3a0fdea0444752156b465783a05961a5864d24e63764d4a35478552
+SHA512 (hypothesis-6.57.1.tar.gz) = 44b9c95d68025b6fe35405ae146a189af8c9474b4c51cdb645b23f52f3b3e9cfc3da884e48ab5440137fc858195986f6174b0205353ce8f26b86b5f8b16b49d5
+Size (hypothesis-6.57.1.tar.gz) = 333817 bytes
Home |
Main Index |
Thread Index |
Old Index