[meta-python,2/2] python3-humanize: Upgrade 4.1.0 -> 4.2.0

Message ID 20220622184429.931224-2-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/2] python3-traitlets: Upgrade 5.2.1 -> 5.3.0 | expand

Commit Message

Leon Anavi June 22, 2022, 6:44 p.m. UTC
Upgrade to release 4.2.0:

- Add humanize.metric() for converting big/small numbers to SI units
- Add type hints

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-humanize_4.1.0.bb => python3-humanize_4.2.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-humanize_4.1.0.bb => python3-humanize_4.2.0.bb} (82%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-humanize_4.1.0.bb b/meta-python/recipes-devtools/python/python3-humanize_4.2.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-humanize_4.1.0.bb
rename to meta-python/recipes-devtools/python/python3-humanize_4.2.0.bb
index df5a4e9d5..e85c3cb2a 100644
--- a/meta-python/recipes-devtools/python/python3-humanize_4.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-humanize_4.2.0.bb
@@ -5,7 +5,7 @@  SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
 
-SRC_URI[sha256sum] = "3a119b242ec872c029d8b7bf8435a61a5798f124b244a08013aec5617302f80e"
+SRC_URI[sha256sum] = "b79797c101f274a19ed7b5f0cd3aa65e1aa379868b974692a9d3129ccc311be2"
 
 inherit pypi python_setuptools_build_meta