aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-07-08 12:34:32 +0300
committerKhem Raj <raj.khem@gmail.com>2022-07-11 22:46:17 +0100
commited1c1a393e503c8eb4cb2582adf26dc7289a13b1 (patch)
tree275c41bc6a7825443e67649a6342f92a39811b0b
parentdfe5cc909276eaba7dc4d15b387947d33f222a14 (diff)
downloadmeta-openembedded-contrib-ed1c1a393e503c8eb4cb2582adf26dc7289a13b1.tar.gz
python3-humanize: Upgrade 4.2.0 -> 4.2.3
Upgrade to release 4.2.3: - Update annotations, docs, and tests: naturaltime can also accept a timedelta - Update annotations: naturadelta and naturaltime can also accept a float - Rename Arabic locale from ar_SA to ar to enable fallbacks - Use %d for year translations, convert to string for intcomma after - Fix intcomma with ndigits=0 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-humanize_4.2.3.bb (renamed from meta-python/recipes-devtools/python/python3-humanize_4.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-humanize_4.2.0.bb b/meta-python/recipes-devtools/python/python3-humanize_4.2.3.bb
index e85c3cb2a5..2e4822cad8 100644
--- a/meta-python/recipes-devtools/python/python3-humanize_4.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-humanize_4.2.3.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
-SRC_URI[sha256sum] = "b79797c101f274a19ed7b5f0cd3aa65e1aa379868b974692a9d3129ccc311be2"
+SRC_URI[sha256sum] = "2bc1fdd831cd00557d3010abdd84d3e41b4a96703a3eaf6c24ee290b26b75a44"
inherit pypi python_setuptools_build_meta