summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-humanize_4.4.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-humanize: upgrade 4.4.0 -> 4.7.0Trevor Gamblin2023-07-241-21/+0
| | | | | | | | | | humanize moved to hatchling as a build backend, so adjust the recipe to match. Changelog: https://github.com/python-humanize/humanize/releases Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: upgrade 4.3.0 -> 4.4.0wangmy2022-09-281-0/+21
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>