Sat Dec 11 19:56:13 2021 UTC ()
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


(adam)
diff -r1.20 -r1.21 pkgsrc/textproc/py-humanize/Makefile
diff -r1.20 -r1.21 pkgsrc/textproc/py-humanize/distinfo
diff -r1.11 -r1.12 pkgsrc/textproc/py-humanize/PLIST

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

--- pkgsrc/textproc/py-humanize/Makefile 2021/11/18 17:46:10 1.20
+++ pkgsrc/textproc/py-humanize/Makefile 2021/12/11 19:56:13 1.21
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.20 2021/11/18 17:46:10 adam Exp $ 1# $NetBSD: Makefile,v 1.21 2021/12/11 19:56:13 adam Exp $
2 2
3DISTNAME= humanize-3.12.0 3DISTNAME= humanize-3.13.1
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/jmoiron/humanize 9HOMEPAGE= https://github.com/jmoiron/humanize
10COMMENT= Convert numbers into easily readable format 10COMMENT= Convert numbers into easily readable format
11LICENSE= mit 11LICENSE= mit
12 12
13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm 13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
14DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 14DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
15TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun 15TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov

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

--- pkgsrc/textproc/py-humanize/distinfo 2021/11/18 17:46:10 1.20
+++ pkgsrc/textproc/py-humanize/distinfo 2021/12/11 19:56:13 1.21
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.20 2021/11/18 17:46:10 adam Exp $ 1$NetBSD: distinfo,v 1.21 2021/12/11 19:56:13 adam Exp $
2 2
3BLAKE2s (humanize-3.12.0.tar.gz) = a9589942a8452a21913c4a98d29d2c8b8419f3d1fc42afefe23ce98e0afdd6f8 3BLAKE2s (humanize-3.13.1.tar.gz) = 17a8b3778177df7d9ff35583b4f1e8b5e71b37b93600f0f698d17b41901c0526
4SHA512 (humanize-3.12.0.tar.gz) = 339cd392c9fd022714dfa54920b24522eee37ec24711fea8016f6a95728a500eaf9cc4dde76e542886f6c5b570a77beeb6dbc5047a475496f99199d793ab2e44 4SHA512 (humanize-3.13.1.tar.gz) = f2d510347f05f953bb6f67811a7fd062f721c76892388d43ea0f19f826e75853c6f7b6cddcd986c06414dc8a3c8b3c88bee16a61fa23baa24d951ba275114de2
5Size (humanize-3.12.0.tar.gz) = 67112 bytes 5Size (humanize-3.13.1.tar.gz) = 72109 bytes

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

--- pkgsrc/textproc/py-humanize/PLIST 2021/08/25 09:04:41 1.11
+++ pkgsrc/textproc/py-humanize/PLIST 2021/12/11 19:56:13 1.12
@@ -1,33 +1,35 @@ @@ -1,33 +1,35 @@
1@comment $NetBSD: PLIST,v 1.11 2021/08/25 09:04:41 adam Exp $ 1@comment $NetBSD: PLIST,v 1.12 2021/12/11 19:56:13 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/humanize/__init__.py 8${PYSITELIB}/humanize/__init__.py
9${PYSITELIB}/humanize/__init__.pyc 9${PYSITELIB}/humanize/__init__.pyc
10${PYSITELIB}/humanize/__init__.pyo 10${PYSITELIB}/humanize/__init__.pyo
11${PYSITELIB}/humanize/filesize.py 11${PYSITELIB}/humanize/filesize.py
12${PYSITELIB}/humanize/filesize.pyc 12${PYSITELIB}/humanize/filesize.pyc
13${PYSITELIB}/humanize/filesize.pyo 13${PYSITELIB}/humanize/filesize.pyo
14${PYSITELIB}/humanize/i18n.py 14${PYSITELIB}/humanize/i18n.py
15${PYSITELIB}/humanize/i18n.pyc 15${PYSITELIB}/humanize/i18n.pyc
16${PYSITELIB}/humanize/i18n.pyo 16${PYSITELIB}/humanize/i18n.pyo
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
 22${PYSITELIB}/humanize/locale/da_DK/LC_MESSAGES/humanize.po
21${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.mo 23${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.mo
22${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.po 24${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.po
23${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.mo 25${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.mo
24${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.po 26${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.po
25${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo 27${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo
26${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.po 28${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.po
27${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo 29${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo
28${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.po 30${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.po
29${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo 31${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo
30${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.po 32${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.po
31${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.mo 33${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.mo
32${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.po 34${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.po
33${PYSITELIB}/humanize/locale/it_IT/LC_MESSAGES/humanize.mo 35${PYSITELIB}/humanize/locale/it_IT/LC_MESSAGES/humanize.mo
@@ -50,19 +52,21 @@ ${PYSITELIB}/humanize/locale/sk_SK/LC_ME @@ -50,19 +52,21 @@ ${PYSITELIB}/humanize/locale/sk_SK/LC_ME
50${PYSITELIB}/humanize/locale/sk_SK/LC_MESSAGES/humanize.po 52${PYSITELIB}/humanize/locale/sk_SK/LC_MESSAGES/humanize.po
51${PYSITELIB}/humanize/locale/sl_SI/LC_MESSAGES/humanize.mo 53${PYSITELIB}/humanize/locale/sl_SI/LC_MESSAGES/humanize.mo
52${PYSITELIB}/humanize/locale/sl_SI/LC_MESSAGES/humanize.po 54${PYSITELIB}/humanize/locale/sl_SI/LC_MESSAGES/humanize.po
53${PYSITELIB}/humanize/locale/sv_SE/LC_MESSAGES/humanize.mo 55${PYSITELIB}/humanize/locale/sv_SE/LC_MESSAGES/humanize.mo
54${PYSITELIB}/humanize/locale/sv_SE/LC_MESSAGES/humanize.po 56${PYSITELIB}/humanize/locale/sv_SE/LC_MESSAGES/humanize.po
55${PYSITELIB}/humanize/locale/tr_TR/LC_MESSAGES/humanize.mo 57${PYSITELIB}/humanize/locale/tr_TR/LC_MESSAGES/humanize.mo
56${PYSITELIB}/humanize/locale/tr_TR/LC_MESSAGES/humanize.po 58${PYSITELIB}/humanize/locale/tr_TR/LC_MESSAGES/humanize.po
57${PYSITELIB}/humanize/locale/uk_UA/LC_MESSAGES/humanize.mo 59${PYSITELIB}/humanize/locale/uk_UA/LC_MESSAGES/humanize.mo
58${PYSITELIB}/humanize/locale/uk_UA/LC_MESSAGES/humanize.po 60${PYSITELIB}/humanize/locale/uk_UA/LC_MESSAGES/humanize.po
59${PYSITELIB}/humanize/locale/vi_VN/LC_MESSAGES/humanize.mo 61${PYSITELIB}/humanize/locale/vi_VN/LC_MESSAGES/humanize.mo
60${PYSITELIB}/humanize/locale/vi_VN/LC_MESSAGES/humanize.po 62${PYSITELIB}/humanize/locale/vi_VN/LC_MESSAGES/humanize.po
61${PYSITELIB}/humanize/locale/zh_CN/LC_MESSAGES/humanize.mo 63${PYSITELIB}/humanize/locale/zh_CN/LC_MESSAGES/humanize.mo
62${PYSITELIB}/humanize/locale/zh_CN/LC_MESSAGES/humanize.po 64${PYSITELIB}/humanize/locale/zh_CN/LC_MESSAGES/humanize.po
 65${PYSITELIB}/humanize/locale/zh_HK/LC_MESSAGES/humanize.mo
 66${PYSITELIB}/humanize/locale/zh_HK/LC_MESSAGES/humanize.po
63${PYSITELIB}/humanize/number.py 67${PYSITELIB}/humanize/number.py
64${PYSITELIB}/humanize/number.pyc 68${PYSITELIB}/humanize/number.pyc
65${PYSITELIB}/humanize/number.pyo 69${PYSITELIB}/humanize/number.pyo
66${PYSITELIB}/humanize/time.py 70${PYSITELIB}/humanize/time.py
67${PYSITELIB}/humanize/time.pyc 71${PYSITELIB}/humanize/time.pyc
68${PYSITELIB}/humanize/time.pyo 72${PYSITELIB}/humanize/time.pyo