summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-humanize_4.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-humanize: Upgrade 4.2.0 -> 4.2.3Leon Anavi2022-07-111-21/+0
| | | | | | | | | | | | | | | Upgrade to release 4.2.3: - Update annotations, docs, and tests: naturaltime can also accept a timedelta - Update annotations: naturadelta and naturaltime can also accept a float - Rename Arabic locale from ar_SA to ar to enable fallbacks - Use %d for year translations, convert to string for intcomma after - Fix intcomma with ndigits=0 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: Upgrade 4.1.0 -> 4.2.0Leon Anavi2022-07-021-0/+21
Upgrade to release 4.2.0: - Add humanize.metric() for converting big/small numbers to SI units - Add type hints Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>