diff mbox series

[meta-python] python3-bidict: upgrade 0.22.0 -> 0.22.1

Message ID 1672376281-25331-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-bidict: upgrade 0.22.0 -> 0.22.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 30, 2022, 4:57 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Only include the source code in the source distribution. This reduces the
 size of the source distribution from 200kB to 30kB.
-Fix the return type hint of bidict.inverted() to return an Iterator, rather
 than an Iterable.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-bidict_0.22.0.bb => python3-bidict_0.22.1.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-bidict_0.22.0.bb => python3-bidict_0.22.1.bb} (79%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-bidict_0.22.0.bb b/meta-python/recipes-devtools/python/python3-bidict_0.22.1.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-bidict_0.22.0.bb
rename to meta-python/recipes-devtools/python/python3-bidict_0.22.1.bb
index 088931d14..1ed0af81a 100644
--- a/meta-python/recipes-devtools/python/python3-bidict_0.22.0.bb
+++ b/meta-python/recipes-devtools/python/python3-bidict_0.22.1.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "https://bidict.readthedocs.io/"
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=858e74278ef3830d46481172ae03c819"
 
-SRC_URI[sha256sum] = "5c826b3e15e97cc6e615de295756847c282a79b79c5430d3bfc909b1ac9f5bd8"
+SRC_URI[sha256sum] = "1e0f7f74e4860e6d0943a05d4134c63a2fad86f3d4732fb265bd79e4e856d81d"
 
 inherit pypi python_setuptools_build_meta