Path to this page:
./
textproc/py-humanize,
Convert numbers into easily readable format
Branch: CURRENT,
Version: 4.11.0,
Package name: py312-humanize-4.11.0,
Maintainer: pkgsrc-usersThis 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.
Required to run:[
lang/python310]
Master sites:
Filesize: 78.49 KB
Version history: (Expand)
- (2024-10-15) Updated to version: py312-humanize-4.11.0
- (2024-07-21) Updated to version: py311-humanize-4.10.0
- (2023-12-01) Updated to version: py311-humanize-4.9.0
- (2023-10-28) Updated to version: py311-humanize-4.8.0nb1
- (2023-08-24) Updated to version: py311-humanize-4.8.0
- (2023-07-05) Updated to version: py310-humanize-4.7.0
CVS history: (Expand)
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
|