2021-12-11 20:56:13 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-humanize: updated to 3.13.1
3.13.1
Fixed
Temporarily comment out to avoid warning during import humanize
3.13.0
Added
Add da_DK language
Fix and add Russian and Ukrainian words
Add missing strings for Polish translation
Add Traditional Chinese (zh-HK)
Changed
Remove redundant setuptools from install_requires
Deprecated
This is the last release to support Python 3.6
Deprecate private functions
Reinstate VERSION and deprecate
|
2021-11-18 18:46:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-humanize: updated to 3.12.0
3.12.0
Added
Add support for Python 3.10
Changed
Use importlib.metadata to get package version instead of \
pkg_resources.get_distribution to decrease memory consumption
Fixed
Fix incorrect type in comment for 'when'
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-07-05 21:05:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-humanize: updated to 3.10.0
3.10.0:
Add Swedish translation
|
2021-06-15 11:11:26 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-humanize: updated to 3.9.0
3.9.0:
Move vi_VI to vi_VN and update some translations
|
2021-06-13 19:34:05 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-humanize: updated to 3.8.0
3.8.0:
Add Slovenian translation
3.7.1:
Include generated translation binaries in release
Update release checklist so translation binaries aren't forgotten
3.7.0:
Add missing strings for Persian
3.6.0:
Add pluralization for intword
Add es_ES '%s and %s' translation
Add gender support for ordinals
Add type hints for all exposed natural* functions
|
2021-05-08 07:53:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-humanize: updated to 3.5.0
3.5.0
Added
Add intword processing for thousands
Changed
Update translation .po files with 'thousand'
Remove generated translation binaries from repo
|
2021-04-16 10:47:52 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-humanize: updated to 3.4.1
3.4.1:
Fixed
Add Catalan binary translation
3.4.0:
Added
Add Catalan translation
Changed
Add documentation and release notes to project_urls
Fixed
Fix tests for Python 3.10
|
2021-03-21 08:49:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-humanize: updated to 3.3.0
3.3.0:
Add humanize.number.clamp
|