pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-humanize
Module Name: pkgsrc
Committed By: adam
Date: Wed Jul 1 10:01:43 UTC 2026
Modified Files:
pkgsrc/textproc/py-humanize: Makefile PLIST distinfo
Log Message:
py-humanize: updated to 4.16.0
4.16.0
Added
Add Latvian language localization
Add i18n support for naturalsize() and French translation
Changed
Performance improvements: 1.07x - 8.4x
Lazy imports for Python 3.15+
Drop experimental Python 3.13 free-threaded
Refactor: simplify scientific() and extract _SUPERSCRIPT_MAP constant
Fixed
Fix naturalsize() rounding rollover at unit boundaries
Carry metric() to the next SI prefix when rounding reaches 1000
Stop printing two minus signs in fractional for a negative mixed number
Return an empty string from natural_list() for an empty list
Handle tz-aware datetimes in naturalday() and naturaldate()
Fix Arabic translation
Fix Spanish large number translations to use long scale
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/py-humanize/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-humanize/PLIST
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/py-humanize/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-humanize/Makefile
diff -u pkgsrc/textproc/py-humanize/Makefile:1.38 pkgsrc/textproc/py-humanize/Makefile:1.39
--- pkgsrc/textproc/py-humanize/Makefile:1.38 Mon Dec 22 14:18:57 2025
+++ pkgsrc/textproc/py-humanize/Makefile Wed Jul 1 10:01:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2025/12/22 14:18:57 adam Exp $
+# $NetBSD: Makefile,v 1.39 2026/07/01 10:01:42 adam Exp $
-DISTNAME= humanize-4.15.0
+DISTNAME= humanize-4.16.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
Index: pkgsrc/textproc/py-humanize/PLIST
diff -u pkgsrc/textproc/py-humanize/PLIST:1.21 pkgsrc/textproc/py-humanize/PLIST:1.22
--- pkgsrc/textproc/py-humanize/PLIST:1.21 Mon Oct 20 07:55:52 2025
+++ pkgsrc/textproc/py-humanize/PLIST Wed Jul 1 10:01:42 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2025/10/20 07:55:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2026/07/01 10:01:42 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -54,6 +54,8 @@ ${PYSITELIB}/humanize/locale/ja_JP/LC_ME
${PYSITELIB}/humanize/locale/ja_JP/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/ko_KR/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/ko_KR/LC_MESSAGES/humanize.po
+${PYSITELIB}/humanize/locale/lv/LC_MESSAGES/humanize.mo
+${PYSITELIB}/humanize/locale/lv/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/nb/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/nb/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/nl_NL/LC_MESSAGES/humanize.mo
Index: pkgsrc/textproc/py-humanize/distinfo
diff -u pkgsrc/textproc/py-humanize/distinfo:1.34 pkgsrc/textproc/py-humanize/distinfo:1.35
--- pkgsrc/textproc/py-humanize/distinfo:1.34 Mon Dec 22 14:18:57 2025
+++ pkgsrc/textproc/py-humanize/distinfo Wed Jul 1 10:01:42 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2025/12/22 14:18:57 adam Exp $
+$NetBSD: distinfo,v 1.35 2026/07/01 10:01:42 adam Exp $
-BLAKE2s (humanize-4.15.0.tar.gz) = 313fa017e2df807d47b3c4441b2b3821a9b3d1d297b72496c244d1148a117baa
-SHA512 (humanize-4.15.0.tar.gz) = 685bb5bd14d013cbec7ad4b815cd6895a486315d88c81a39d00b59f4ffbfc94223352d55105c6e5fbb22a79ca018b8de70b5d82941739dfe0b2d165725bc0744
-Size (humanize-4.15.0.tar.gz) = 83599 bytes
+BLAKE2s (humanize-4.16.0.tar.gz) = 46ec593f3d9ebbf845ac7980db6a4ad00ba7311b4bc005408321ce143e216b44
+SHA512 (humanize-4.16.0.tar.gz) = ec5588287d7d5547b7fdf44234f4e52b6726a867dfd9f223e942fdb57b37b7a5e7fc44583a6cfd51f8209732f676d2b20e870e2e3b9a772c786c9cbda7fd5adc
+Size (humanize-4.16.0.tar.gz) = 89515 bytes
Home |
Main Index |
Thread Index |
Old Index