Wed Jul 5 20:51:45 2023 UTC ()
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


(wiz)
diff -r1.24 -r1.25 pkgsrc/textproc/py-humanize/Makefile
diff -r1.13 -r1.14 pkgsrc/textproc/py-humanize/PLIST
diff -r1.22 -r1.23 pkgsrc/textproc/py-humanize/distinfo

cvs diff -r1.24 -r1.25 pkgsrc/textproc/py-humanize/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-humanize/Makefile 2023/05/05 08:54:00 1.24
+++ pkgsrc/textproc/py-humanize/Makefile 2023/07/05 20:51:45 1.25
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.24 2023/05/05 08:54:00 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2023/07/05 20:51:45 wiz Exp $
2 2
3DISTNAME= humanize-4.6.0 3DISTNAME= humanize-4.7.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/python-humanize/humanize 9HOMEPAGE= https://github.com/python-humanize/humanize
10COMMENT= Convert numbers into easily readable format 10COMMENT= Convert numbers into easily readable format
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling 13TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs 14TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
15TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun 15TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
17TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov 17TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
18 18
19USE_LANGUAGES= # none 19USE_LANGUAGES= # none
20 20
21PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27 37
22 22
23# needs 'make install' 23# needs 'make install'
24do-test: 24do-test:
25 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} 25 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
26 26
27.include "../../lang/python/wheel.mk" 27.include "../../lang/python/wheel.mk"
28.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/textproc/py-humanize/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-humanize/PLIST 2023/05/05 08:54:00 1.13
+++ pkgsrc/textproc/py-humanize/PLIST 2023/07/05 20:51:45 1.14
@@ -1,39 +1,41 @@ @@ -1,39 +1,41 @@
1@comment $NetBSD: PLIST,v 1.13 2023/05/05 08:54:00 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.14 2023/07/05 20:51:45 wiz Exp $
2${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER 2${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
3${PYSITELIB}/${WHEEL_INFODIR}/METADATA 3${PYSITELIB}/${WHEEL_INFODIR}/METADATA
4${PYSITELIB}/${WHEEL_INFODIR}/RECORD 4${PYSITELIB}/${WHEEL_INFODIR}/RECORD
5${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED 5${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
6${PYSITELIB}/${WHEEL_INFODIR}/WHEEL 6${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
7${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json 7${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
8${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENCE 8${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENCE
9${PYSITELIB}/humanize/__init__.py 9${PYSITELIB}/humanize/__init__.py
10${PYSITELIB}/humanize/__init__.pyc 10${PYSITELIB}/humanize/__init__.pyc
11${PYSITELIB}/humanize/filesize.py 11${PYSITELIB}/humanize/filesize.py
12${PYSITELIB}/humanize/filesize.pyc 12${PYSITELIB}/humanize/filesize.pyc
13${PYSITELIB}/humanize/i18n.py 13${PYSITELIB}/humanize/i18n.py
14${PYSITELIB}/humanize/i18n.pyc 14${PYSITELIB}/humanize/i18n.pyc
15${PYSITELIB}/humanize/locale/ar/LC_MESSAGES/humanize.mo 15${PYSITELIB}/humanize/locale/ar/LC_MESSAGES/humanize.mo
16${PYSITELIB}/humanize/locale/ar/LC_MESSAGES/humanize.po 16${PYSITELIB}/humanize/locale/ar/LC_MESSAGES/humanize.po
17${PYSITELIB}/humanize/locale/bn_BD/LC_MESSAGES/humanize.mo 17${PYSITELIB}/humanize/locale/bn_BD/LC_MESSAGES/humanize.mo
18${PYSITELIB}/humanize/locale/bn_BD/LC_MESSAGES/humanize.po 18${PYSITELIB}/humanize/locale/bn_BD/LC_MESSAGES/humanize.po
19${PYSITELIB}/humanize/locale/ca_ES/LC_MESSAGES/humanize.mo 19${PYSITELIB}/humanize/locale/ca_ES/LC_MESSAGES/humanize.mo
20${PYSITELIB}/humanize/locale/ca_ES/LC_MESSAGES/humanize.po 20${PYSITELIB}/humanize/locale/ca_ES/LC_MESSAGES/humanize.po
21${PYSITELIB}/humanize/locale/da_DK/LC_MESSAGES/humanize.mo 21${PYSITELIB}/humanize/locale/da_DK/LC_MESSAGES/humanize.mo
22${PYSITELIB}/humanize/locale/da_DK/LC_MESSAGES/humanize.po 22${PYSITELIB}/humanize/locale/da_DK/LC_MESSAGES/humanize.po
23${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.mo 23${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.mo
24${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.po 24${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.po
25${PYSITELIB}/humanize/locale/el_GR/LC_MESSAGES/humanize.mo 25${PYSITELIB}/humanize/locale/el_GR/LC_MESSAGES/humanize.mo
26${PYSITELIB}/humanize/locale/el_GR/LC_MESSAGES/humanize.po 26${PYSITELIB}/humanize/locale/el_GR/LC_MESSAGES/humanize.po
 27${PYSITELIB}/humanize/locale/eo/LC_MESSAGES/humanize.mo
 28${PYSITELIB}/humanize/locale/eo/LC_MESSAGES/humanize.po
27${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.mo 29${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.mo
28${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.po 30${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.po
29${PYSITELIB}/humanize/locale/eu/LC_MESSAGES/humanize.mo 31${PYSITELIB}/humanize/locale/eu/LC_MESSAGES/humanize.mo
30${PYSITELIB}/humanize/locale/eu/LC_MESSAGES/humanize.po 32${PYSITELIB}/humanize/locale/eu/LC_MESSAGES/humanize.po
31${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo 33${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo
32${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.po 34${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.po
33${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo 35${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo
34${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.po 36${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.po
35${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo 37${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo
36${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.po 38${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.po
37${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.mo 39${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.mo
38${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.po 40${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.po
39${PYSITELIB}/humanize/locale/it_IT/LC_MESSAGES/humanize.mo 41${PYSITELIB}/humanize/locale/it_IT/LC_MESSAGES/humanize.mo

cvs diff -r1.22 -r1.23 pkgsrc/textproc/py-humanize/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-humanize/distinfo 2023/05/05 08:54:00 1.22
+++ pkgsrc/textproc/py-humanize/distinfo 2023/07/05 20:51:45 1.23
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.22 2023/05/05 08:54:00 wiz Exp $ 1$NetBSD: distinfo,v 1.23 2023/07/05 20:51:45 wiz Exp $
2 2
3BLAKE2s (humanize-4.6.0.tar.gz) = e7974fdecdede44eaf7900ad294e74f5200d664ef906abe2a0b36ba10622b312 3BLAKE2s (humanize-4.7.0.tar.gz) = cddb0ca6496e097c4d91f815ac1ab6f284be86856eb52a4967fa37c3c65fac94
4SHA512 (humanize-4.6.0.tar.gz) = 3c003d645d33b4d31ffa5a63b8754b939579a6ed396cd285789f9bd17e750147c425d41adb424af45d69844c6e2b9be8fed04f388f017f25c6eda1f31c053b3e 4SHA512 (humanize-4.7.0.tar.gz) = 2454c4b7dec6868a1626af560e4f87d7bfb8eac6a919c7d7c03254723ec58494f104f7fa365c64cb4cecf50cd6d498b4201f9fda6ac1f6d2980e9e54eebde738
5Size (humanize-4.6.0.tar.gz) = 69815 bytes 5Size (humanize-4.7.0.tar.gz) = 72028 bytes