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 Oct  9 19:22:46 UTC 2021

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

Log Message:
py-multidict: updated to 5.2.0

5.2.0 (2021-10-03)
=====================

Features
- 1. Added support Python 3.10
  2. Started shipping platform-specific wheels with the ``musl`` tag targeting typical Alpine Linux runtimes.
  3. Started shipping platform-specific arm64 wheels for Apple Silicon.

Bugfixes
- Fixed pure-python implementation that used to raise "Dictionary changed during iteration" error when iterated view (``.keys()``, ``.values()`` or ``.items()``) was created before the dictionary's 
content change.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/databases/py-multidict/Makefile \
    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.24 pkgsrc/databases/py-multidict/Makefile:1.25
--- pkgsrc/databases/py-multidict/Makefile:1.24 Mon Dec  7 15:49:30 2020
+++ pkgsrc/databases/py-multidict/Makefile      Sat Oct  9 19:22:45 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2020/12/07 15:49:30 adam Exp $
+# $NetBSD: Makefile,v 1.25 2021/10/09 19:22:45 adam Exp $
 
-DISTNAME=      multidict-5.1.0
+DISTNAME=      multidict-5.2.0
 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.24 pkgsrc/databases/py-multidict/distinfo:1.25
--- pkgsrc/databases/py-multidict/distinfo:1.24 Thu Oct  7 13:35:38 2021
+++ pkgsrc/databases/py-multidict/distinfo      Sat Oct  9 19:22:45 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2021/10/07 13:35:38 nia Exp $
+$NetBSD: distinfo,v 1.25 2021/10/09 19:22:45 adam Exp $
 
-RMD160 (multidict-5.1.0.tar.gz) = 4bf1eea504cae909ec57b8df19b8040fb3cef6d2
-SHA512 (multidict-5.1.0.tar.gz) = 2a6a6aaedb6ed6f7c2b9d2a848623a6a1b5908de346d2b6c8a7b3d207e3c4cf2b7fe4a29536a1939ebbee6905aabcd23c07f818f55cc16e9362a04455d440253
-Size (multidict-5.1.0.tar.gz) = 53685 bytes
+RMD160 (multidict-5.2.0.tar.gz) = 192d746363616767e86f46159a337748f0e158b0
+SHA512 (multidict-5.2.0.tar.gz) = d775a208f03ca99cb21bf35411c2f8405ef062ef48c91267e77d0d7c052d0c761f241b1e0a178882aca68ea153ff449214cf0d15a206a7949385d1b9cc87ab4d
+Size (multidict-5.2.0.tar.gz) = 49004 bytes



Home | Main Index | Thread Index | Old Index