pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis py-hypothesis: update to 5.41.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62ae6ba9e6f5
branches:  trunk
changeset: 442716:62ae6ba9e6f5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 29 18:08:38 2020 +0000

description:
py-hypothesis: update to 5.41.4.

5.41.4 - 2020-11-28

This patch fixes issue #2657, where passing unicode patterns compiled
with re.IGNORECASE to from_regex() could trigger an internal error
when casefolding a character creates a longer string (e.g.
"\u0130".lower() -> "i\u0370").

diffstat:

 devel/py-hypothesis/Makefile |   6 ++++--
 devel/py-hypothesis/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r bdbaddf9b90b -r 62ae6ba9e6f5 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Sun Nov 29 18:07:05 2020 +0000
+++ b/devel/py-hypothesis/Makefile      Sun Nov 29 18:08:38 2020 +0000
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.88 2020/11/27 16:08:13 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2020/11/29 18:08:38 wiz Exp $
+#
+# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-5.41.3
+DISTNAME=      hypothesis-5.41.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r bdbaddf9b90b -r 62ae6ba9e6f5 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Sun Nov 29 18:07:05 2020 +0000
+++ b/devel/py-hypothesis/distinfo      Sun Nov 29 18:08:38 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.85 2020/11/27 16:08:13 wiz Exp $
+$NetBSD: distinfo,v 1.86 2020/11/29 18:08:38 wiz Exp $
 
-SHA1 (hypothesis-5.41.3.tar.gz) = 7fbb5d5fbd324f5bfaf66ea97f56fed7c827f697
-RMD160 (hypothesis-5.41.3.tar.gz) = bdfd85348a4181c62fe50b49f8d75428dc3fa295
-SHA512 (hypothesis-5.41.3.tar.gz) = 463e8927d57db62a9d980a0b5bf878659fe298fd264e0a1765f954b0b7413e55f0bd52ff29e6fa5eeb0c852a80a27d945e48c3cbc803028a4127aa273b7a0fcc
-Size (hypothesis-5.41.3.tar.gz) = 278772 bytes
+SHA1 (hypothesis-5.41.4.tar.gz) = e1d4a203b9eda390419437705561a09bf41890d1
+RMD160 (hypothesis-5.41.4.tar.gz) = be8eb93564eb1d7cb679d6b27ec619529c6f40b9
+SHA512 (hypothesis-5.41.4.tar.gz) = d2e332c45403c23eaa7849219f3db14f1cebe026f56c3e10ceee84d153dde2bf08c88a4a2f035473cad712b60b5368f71f44222577d2a6c8368194f5f3388ac9
+Size (hypothesis-5.41.4.tar.gz) = 279313 bytes



Home | Main Index | Thread Index | Old Index