summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-humanize_4.3.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-humanize: upgrade 4.3.0 -> 4.4.0wangmy2022-09-281-21/+0
| | | | | | | | | | | | | | | | | | | | 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>
* python3-humanize: upgrade 4.2.3 -> 4.3.0Xu Huan2022-08-161-0/+21
Changelog: ========= Added ------- Add Greek translation Polish: Added thousand, fixed big numbers Fixed ------ Fix intword for negative numbers Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>