2023-12-01 20:01:42 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-humanize: updated to 4.9.0
4.9.0
Added
Add support for Python 3.13
Add Norwegian localization
Add Hebrew localization
Add Klingon translation
Changed
Replace Flake8 with Ruff
Fixed
Fix DeprecationWarning: Plural value must be an integer, got float
Remove useless shebangs
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-08-24 22:02:09 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-humanize: update to 4.8.0.
Added
Add Hungarian localization (#131) @gy-balint
Revise Turkish localization (#139) @geekdinazor
Translate "thousand" to "千" for zh_CN (#127) @dofine
Changed
Update docs link to https://humanize.readthedocs.io (#128) @hugovk
Fixed
Move logic to convert aware datetime to naive into function (#123) @ErikKalkoken
Docs: fix formatting of return value (#137) @hugovk
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-05 22:51:45 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-humanize: update to 4.7.0.
Added
Declare support for Python 3.12 (#119) @hugovk
Add Esperanto localization (#113) @carmiac
Support timezone-aware datetimes in naturaltime (#100) @tandav
Update Bengali translation (#99) @baseplate-admin
Changed
Drop support for EOL Python 3.7 (#118) @hugovk
Fixed
Remove unused MANIFEST.in (#120) @hugovk
|
2023-05-05 10:54:00 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-humanize: update to 4.6.0.
No summary of changes found - a year of heavy development,
new upstream site, support for new Python versions.
|
2022-01-05 11:02:48 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-humanize: fix dependency type for setuptools*
Bump PKGREVISION
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
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'
|