Skip to content

Commit

Permalink
python3-humanize: upgrade 4.3.0 -> 4.4.0
Browse files Browse the repository at this point in the history
Changelog:
==========
Added
-------
    Add installation instructions (#56)
    Internationalise the decimal separator in intcomma() (#53)
    Internationalise intcomma for de_DE locale (#49)

Fixed
------
    Replace short scale with long scale for Polish numbers (#54)
    Fix intcomma() failing with a string as input when ndigits is not None (#52)
    Fix some pylint findings (#42)
    Fix "ValueError: math domain error" for metric(0) (#47)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Sep 28, 2022
1 parent 4047d78 commit 7803590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"

SRC_URI[sha256sum] = "0dfac79fe8c1c0c734c14177b07b857bad9ae30dd50daa0a14e2c3d8054ee0c4"
SRC_URI[sha256sum] = "efb2584565cc86b7ea87a977a15066de34cdedaf341b11c851cfcfd2b964779c"

inherit pypi python_setuptools_build_meta

Expand Down

0 comments on commit 7803590

Please sign in to comment.