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: Sat Feb 15 21:04:18 UTC 2025
Modified Files:
pkgsrc/textproc/py-humanize: Makefile PLIST distinfo
Log Message:
py-humanize: updated to 4.12.0
4.12.0
Added
Add support for Python 3.14 and test PyPy3.11
Handle en_GB and en_US locale
Release to PyPI using Trusted Publishing
Changed
Defer imports for faster overall import time: 19 ms -> 3 ms
Replace deprecated classifier with licence expression (PEP 639)
Lint and test with tox-uv
Fixed
Fix overflow issue in naturalsize with np.int32 input
Fix pt_BR locale
Generate translation binaries during release
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/py-humanize/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-humanize/PLIST
cvs rdiff -u -r1.27 -r1.28 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.31 pkgsrc/textproc/py-humanize/Makefile:1.32
--- pkgsrc/textproc/py-humanize/Makefile:1.31 Tue Oct 15 05:54:05 2024
+++ pkgsrc/textproc/py-humanize/Makefile Sat Feb 15 21:04:18 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2024/10/15 05:54:05 adam Exp $
+# $NetBSD: Makefile,v 1.32 2025/02/15 21:04:18 adam Exp $
-DISTNAME= humanize-4.11.0
+DISTNAME= humanize-4.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
@@ -11,7 +11,7 @@ COMMENT= Convert numbers into easily rea
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.27:../../devel/py-hatchling
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
Index: pkgsrc/textproc/py-humanize/PLIST
diff -u pkgsrc/textproc/py-humanize/PLIST:1.18 pkgsrc/textproc/py-humanize/PLIST:1.19
--- pkgsrc/textproc/py-humanize/PLIST:1.18 Tue Oct 15 05:54:05 2024
+++ pkgsrc/textproc/py-humanize/PLIST Sat Feb 15 21:04:18 2025
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.18 2024/10/15 05:54:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2025/02/15 21:04:18 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENCE
${PYSITELIB}/humanize/__init__.py
${PYSITELIB}/humanize/__init__.pyc
${PYSITELIB}/humanize/__init__.pyo
Index: pkgsrc/textproc/py-humanize/distinfo
diff -u pkgsrc/textproc/py-humanize/distinfo:1.27 pkgsrc/textproc/py-humanize/distinfo:1.28
--- pkgsrc/textproc/py-humanize/distinfo:1.27 Tue Oct 15 05:54:05 2024
+++ pkgsrc/textproc/py-humanize/distinfo Sat Feb 15 21:04:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/10/15 05:54:05 adam Exp $
+$NetBSD: distinfo,v 1.28 2025/02/15 21:04:18 adam Exp $
-BLAKE2s (humanize-4.11.0.tar.gz) = 5ea7577680e9f809fd0dac9bc8ae5e5f8da9fa041213f326e2089f998f5dcbcc
-SHA512 (humanize-4.11.0.tar.gz) = 0f872b86643276bd58543d47b72719763b52ea9a434076b99d0db72d89642c2bd77e240bf506cdd04fad049fe1575919b006376d99c037936e9b9e1beb25e1a9
-Size (humanize-4.11.0.tar.gz) = 80374 bytes
+BLAKE2s (humanize-4.12.0.tar.gz) = 8606c55ec075e21b03c79d0daf674dd83a46b01597bd25b69c48d0feb47e8cba
+SHA512 (humanize-4.12.0.tar.gz) = 6ebb11c2595ee9b1dfb7a3f0a5225ea82b1ab2ebeaf8505ed09ff93c6ba2338a3ef23c6d784ca8b501eac152a637989a46fd1bfbbd8d3750ce372cd1a4df9b26
+Size (humanize-4.12.0.tar.gz) = 80785 bytes
Home |
Main Index |
Thread Index |
Old Index