Skip to content

Commit 9ef6b0a

Browse files
wangmingyu84kraj
authored andcommitted
python3-humanize: upgrade 4.3.0 -> 4.4.0
Changelog: ========== Added ------- Add installation instructions (openembedded#56) Internationalise the decimal separator in intcomma() (openembedded#53) Internationalise intcomma for de_DE locale (openembedded#49) Fixed ------ Replace short scale with long scale for Polish numbers (openembedded#54) Fix intcomma() failing with a string as input when ndigits is not None (openembedded#52) Fix some pylint findings (openembedded#42) Fix "ValueError: math domain error" for metric(0) (openembedded#47) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 301efd8 commit 9ef6b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-python/recipes-devtools/python/python3-humanize_4.3.0.bb renamed to meta-python/recipes-devtools/python/python3-humanize_4.4.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SECTION = "devel/python"
55
LICENSE = "MIT"
66
LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
77

8-
SRC_URI[sha256sum] = "0dfac79fe8c1c0c734c14177b07b857bad9ae30dd50daa0a14e2c3d8054ee0c4"
8+
SRC_URI[sha256sum] = "efb2584565cc86b7ea87a977a15066de34cdedaf341b11c851cfcfd2b964779c"
99

1010
inherit pypi python_setuptools_build_meta
1111

0 commit comments

Comments
 (0)