pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-multidict py-multidict: updated to 4.7.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a91f51a02d93
branches:  trunk
changeset: 423615:a91f51a02d93
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Feb 22 06:51:45 2020 +0000

description:
py-multidict: updated to 4.7.5

4.7.5:

Bugfixes
- Fixed creating and updating of MultiDict from a sequence of pairs and keyword arguments. Previously passing a list argument modified it inplace, and other sequences caused an error.
- Fixed comparing with mapping: an exception raised in the `__len__` method caused raising a SyntaxError.
- Fixed comparing with mapping: all exceptions raised in the `__getitem__` method were silenced.

diffstat:

 databases/py-multidict/Makefile |   4 ++--
 databases/py-multidict/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r dd0fdfbedc77 -r a91f51a02d93 databases/py-multidict/Makefile
--- a/databases/py-multidict/Makefile   Sat Feb 22 06:50:56 2020 +0000
+++ b/databases/py-multidict/Makefile   Sat Feb 22 06:51:45 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/01/13 11:03:25 adam Exp $
+# $NetBSD: Makefile,v 1.20 2020/02/22 06:51:45 adam Exp $
 
-DISTNAME=      multidict-4.7.4
+DISTNAME=      multidict-4.7.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/multidict/}
diff -r dd0fdfbedc77 -r a91f51a02d93 databases/py-multidict/distinfo
--- a/databases/py-multidict/distinfo   Sat Feb 22 06:50:56 2020 +0000
+++ b/databases/py-multidict/distinfo   Sat Feb 22 06:51:45 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/01/13 11:03:25 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/02/22 06:51:45 adam Exp $
 
-SHA1 (multidict-4.7.4.tar.gz) = bf16e1ca6fa55314c211e25d3ad92bbf838ffbe2
-RMD160 (multidict-4.7.4.tar.gz) = 68b13e500d3519d9d897a5633a4fd99525ee5931
-SHA512 (multidict-4.7.4.tar.gz) = dc5f5f376e114e7438563217631ee16953836de4a52e60b159c5749d124d47c21dfb7b853efca2dd6dd4023e595c6e1865b0aee818c288353b52bdc5b5f2bb19
-Size (multidict-4.7.4.tar.gz) = 50315 bytes
+SHA1 (multidict-4.7.5.tar.gz) = b1338f2dc8b9978b7a2a50e1071359d89b5251fe
+RMD160 (multidict-4.7.5.tar.gz) = 33260d4e41804c0be48468103af344e6ce2c8c2e
+SHA512 (multidict-4.7.5.tar.gz) = cde917bee0466ab6af9ee08835c41ba2156483855510a054b79894ebd5fc89549de04284e3eef5c2123297db219c326f43a3587bc15aa51857fda122f087e42e
+Size (multidict-4.7.5.tar.gz) = 50845 bytes



Home | Main Index | Thread Index | Old Index