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:           Sun Nov 29 18:08:38 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.85 -r1.86 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.88 pkgsrc/devel/py-hypothesis/Makefile:1.89
--- pkgsrc/devel/py-hypothesis/Makefile:1.88    Fri Nov 27 16:08:13 2020
+++ pkgsrc/devel/py-hypothesis/Makefile Sun Nov 29 18:08:38 2020
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.85 pkgsrc/devel/py-hypothesis/distinfo:1.86
--- pkgsrc/devel/py-hypothesis/distinfo:1.85    Fri Nov 27 16:08:13 2020
+++ pkgsrc/devel/py-hypothesis/distinfo Sun Nov 29 18:08:38 2020
@@ -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