From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../{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 -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#128092): https://lists.openembedded.org/g/openembedded-devel/message/128092 Mute This Topic: https://lists.openembedded.org/mt/120170885/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
