From 172ef6ae60c8dae8d8902a27221b0a1be2384be2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 8 Jul 2026 17:44:31 +0800 Subject: [PATCH] python3-humanize: upgrade 4.15.0 -> 4.16.0 Changelog: ============ - Add Latvian language localization - Add i18n support for naturalsize() and French translation - Performance improvements: 1.07x - 8.4x - Lazy imports for Python 3.15+ - Drop experimental Python 3.13 free-threaded - Refactor: simplify scientific() and extract _SUPERSCRIPT_MAP constant - Fix naturalsize() rounding rollover at unit boundaries - Carry metric() to the next SI prefix when rounding reaches 1000 - Stop printing two minus signs in fractional for a negative mixed number - Return an empty string from natural_list() for an empty list - Handle tz-aware datetimes in naturalday() and naturaldate() - Fix Arabic translation - Fix Spanish large number translations to use long scale Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-humanize_4.15.0.bb => python3-humanize_4.16.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-humanize_4.15.0.bb => python3-humanize_4.16.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-humanize_4.15.0.bb b/meta-python/recipes-devtools/python/python3-humanize_4.16.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-humanize_4.15.0.bb rename to meta-python/recipes-devtools/python/python3-humanize_4.16.0.bb index 27a7cd022e..faed62db8d 100644 --- a/meta-python/recipes-devtools/python/python3-humanize_4.15.0.bb +++ b/meta-python/recipes-devtools/python/python3-humanize_4.16.0.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d" -SRC_URI[sha256sum] = "1dd098483eb1c7ee8e32eb2e99ad1910baefa4b75c3aff3a82f4d78688993b10" +SRC_URI[sha256sum] = "7dc2244a2f84a4bfb1d36c37bac80cd78e35cdc5c119206d87b018e1445f3a3f" inherit pypi python_hatchling