Fri Apr 16 08:47:52 2021 UTC ()
py-humanize: updated to 3.4.1

3.4.1:
Fixed
Add Catalan binary translation

3.4.0:
Added
Add Catalan translation

Changed
Add documentation and release notes to project_urls

Fixed
Fix tests for Python 3.10


(adam)
diff -r1.13 -r1.14 pkgsrc/textproc/py-humanize/Makefile
diff -r1.6 -r1.7 pkgsrc/textproc/py-humanize/PLIST
diff -r1.11 -r1.12 pkgsrc/textproc/py-humanize/distinfo

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

--- pkgsrc/textproc/py-humanize/Makefile 2021/03/21 07:49:32 1.13
+++ pkgsrc/textproc/py-humanize/Makefile 2021/04/16 08:47:52 1.14
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2021/03/21 07:49:32 adam Exp $ 1# $NetBSD: Makefile,v 1.14 2021/04/16 08:47:52 adam Exp $
2 2
3DISTNAME= humanize-3.3.0 3DISTNAME= humanize-3.4.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.6 -r1.7 pkgsrc/textproc/py-humanize/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-humanize/PLIST 2020/07/14 12:46:02 1.6
+++ pkgsrc/textproc/py-humanize/PLIST 2021/04/16 08:47:52 1.7
@@ -1,29 +1,31 @@ @@ -1,29 +1,31 @@
1@comment $NetBSD: PLIST,v 1.6 2020/07/14 12:46:02 adam Exp $ 1@comment $NetBSD: PLIST,v 1.7 2021/04/16 08:47:52 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/ca_ES/LC_MESSAGES/humanize.mo
 18${PYSITELIB}/humanize/locale/ca_ES/LC_MESSAGES/humanize.po
17${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.mo 19${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.mo
18${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.po 20${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.po
19${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.mo 21${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.mo
20${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.po 22${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.po
21${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo 23${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.mo
22${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.po 24${PYSITELIB}/humanize/locale/fa_IR/LC_MESSAGES/humanize.po
23${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo 25${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo
24${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.po 26${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.po
25${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo 27${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo
26${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.po 28${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.po
27${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.mo 29${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.mo
28${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.po 30${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.po
29${PYSITELIB}/humanize/locale/it_IT/LC_MESSAGES/humanize.mo 31${PYSITELIB}/humanize/locale/it_IT/LC_MESSAGES/humanize.mo

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

--- pkgsrc/textproc/py-humanize/distinfo 2021/03/21 07:49:32 1.11
+++ pkgsrc/textproc/py-humanize/distinfo 2021/04/16 08:47:52 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2021/03/21 07:49:32 adam Exp $ 1$NetBSD: distinfo,v 1.12 2021/04/16 08:47:52 adam Exp $
2 2
3SHA1 (humanize-3.3.0.tar.gz) = 27cdea9a09d203ff1c76bc949507b93bf8b36786 3SHA1 (humanize-3.4.1.tar.gz) = 6a0194e283431473766d389311c256a29326be04
4RMD160 (humanize-3.3.0.tar.gz) = 7b58cda6c20783ca850c64fa1a662d09a329b5f4 4RMD160 (humanize-3.4.1.tar.gz) = d651493993be1bdc99c4345efe3673c5e85b632e
5SHA512 (humanize-3.3.0.tar.gz) = a25bbaaa8cdd8fc0a7375637c19f91f892b33b8576e4c88b9adc431e976cb4f8937f1f98d71f442547626276c75cb6be445cac9b11b6504b6a444740df486faf 5SHA512 (humanize-3.4.1.tar.gz) = d7e201717ee6b1065920faed3fa70f48c7b6acaf246a707126246d84f516fe7a14713bf4c488b18815907a0926b6cf505f106e15f17051f69756a50f50cea51b
6Size (humanize-3.3.0.tar.gz) = 54639 bytes 6Size (humanize-3.4.1.tar.gz) = 56119 bytes