Skip to content

Commit 8fcfaf5

Browse files
zangrc-fnstkraj
authored andcommitted
python3-multidict: upgrade 5.1.0 -> 5.2.0
-License-Update: Delete the description of the license and use the license address instead. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-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. (`openembedded#629 <https://github.com/aio-libs/multidict/issues/629>`_) 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. (`openembedded#620 <https://github.com/aio-libs/multidict/issues/620>`_) Signed-off-by: Zang Ruochen <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 9f453e9 commit 8fcfaf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb renamed to meta-python/recipes-devtools/python/python3-multidict_5.2.0.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ SUMMARY = "Multidicts are useful for working with HTTP headers, URL query args e
22
HOMEPAGE = "https://github.com/aio-libs/multidict/"
33

44
LICENSE = "Apache-2.0"
5-
LIC_FILES_CHKSUM = "file://LICENSE;md5=e74c98abe0de8f798ca609137f9cef4a"
5+
LIC_FILES_CHKSUM = "file://LICENSE;md5=84c63e2bcd84e619d249af5181e2147f"
66

7-
SRC_URI[sha256sum] = "25b4e5f22d3a37ddf3effc0710ba692cfc792c2b9edfb9c05aefe823256e84d5"
7+
SRC_URI[sha256sum] = "0dd1c93edb444b33ba2274b66f63def8a327d607c6c790772f448a53b6ea59ce"
88

99
inherit pypi setuptools3 ptest
1010

0 commit comments

Comments
 (0)