pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-multidict



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Feb 22 06:51:45 UTC 2020

Modified Files:
        pkgsrc/databases/py-multidict: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/py-multidict/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/py-multidict/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-multidict/Makefile
diff -u pkgsrc/databases/py-multidict/Makefile:1.19 pkgsrc/databases/py-multidict/Makefile:1.20
--- pkgsrc/databases/py-multidict/Makefile:1.19 Mon Jan 13 11:03:25 2020
+++ pkgsrc/databases/py-multidict/Makefile      Sat Feb 22 06:51:45 2020
@@ -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/}

Index: pkgsrc/databases/py-multidict/distinfo
diff -u pkgsrc/databases/py-multidict/distinfo:1.18 pkgsrc/databases/py-multidict/distinfo:1.19
--- pkgsrc/databases/py-multidict/distinfo:1.18 Mon Jan 13 11:03:25 2020
+++ pkgsrc/databases/py-multidict/distinfo      Sat Feb 22 06:51:45 2020
@@ -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