2020-10-03 20:19:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-humanize: updated to 3.0.1
3.0.1
Fixed
Fix some translation for id_ID
3.0.0
Added
Add explicit setuptools dependency for pkg_resources
Removed
Drop support for Python 3.5
Fixed
Update minimum_unit handling of naturaldelta and naturaltime
Internationalise a previously hardcoded 'and'
Update docs
|
2020-07-14 14:46:02 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-humanize: updated to 2.5.0
2.5.0:
Add pt_PT locale
|
2020-06-29 15:35:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-humanize: updated to 2.4.1
2.4.1:
Fixed:
Explicit error if _DEFAULT_LOCALE_PATH is None
Fix incorrect Portuguese spelling
Fix fractional(0.333) output in README
|
2020-04-29 12:11:56 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-humanize: updated to 2.4.0
2.4.0:
Polish (pl_PL) locales added
|
2020-04-11 09:08:05 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-humanize: updated to 2.3.0
2.3.0:
Added Spanish (Spain) locale
|
2020-03-24 08:00:22 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-humanize: updated to 2.2.0
2.2.0:
Add Ukrainian
Update translations
|
2020-03-22 18:56:22 by Tobias Nygren | Files touched by this commit (1) |
Log message:
py-humanize: needs py-setuptools_scm
|
2020-03-21 12:23:57 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-humanize: updated to 2.1.0
2.1.0:
Added
Add ndigits option to intcomma
Show more than bytes for negative file sizes
2.0.0:
Note: Humanize 1.1.0 was meant to be tagged 2.0.0 because it drops support for \
Python 2, so is also released as 2.0.0. If you still support Python 2, use \
Humanize 1.0.0.
Added
Disambiguate naturaldate return: only append year if more than ~5 months away
Add scientific notation to string support
Add micro- and millisecond units to naturaldelta and naturaltime
Changed
Disambiguate naturaldate return: only append year if more than ~5 months away
Convert remaining tests to use pytest.mark.parametrize
Refactor some tests to use pytest.mark.parametrize
Removed
Drop support for EOL Python 2
Fixed
Fix intword returning 1000.0 million instead of 1.0 billion
|
2017-09-04 20:08:31 by Thomas Klausner | Files touched by this commit (163) |
Log message:
Follow some redirects.
|
2017-04-04 13:34:05 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Import py-humanize-0.5.1 as textproc/py-humanize.
This modest package contains various common humanization utilities,
like turning a number into a fuzzy human readable duration ('3
minutes ago') or into a human readable size or throughput. It is
localized to Russian, French, and Korean.
|