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 Dec 11 19:56:13 UTC 2021
Modified Files:
pkgsrc/textproc/py-humanize: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/py-humanize/Makefile \
pkgsrc/textproc/py-humanize/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-humanize/PLIST
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.20 pkgsrc/textproc/py-humanize/Makefile:1.21
--- pkgsrc/textproc/py-humanize/Makefile:1.20 Thu Nov 18 17:46:10 2021
+++ pkgsrc/textproc/py-humanize/Makefile Sat Dec 11 19:56:13 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2021/11/18 17:46:10 adam Exp $
+# $NetBSD: Makefile,v 1.21 2021/12/11 19:56:13 adam Exp $
-DISTNAME= humanize-3.12.0
+DISTNAME= humanize-3.13.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
Index: pkgsrc/textproc/py-humanize/distinfo
diff -u pkgsrc/textproc/py-humanize/distinfo:1.20 pkgsrc/textproc/py-humanize/distinfo:1.21
--- pkgsrc/textproc/py-humanize/distinfo:1.20 Thu Nov 18 17:46:10 2021
+++ pkgsrc/textproc/py-humanize/distinfo Sat Dec 11 19:56:13 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/11/18 17:46:10 adam Exp $
+$NetBSD: distinfo,v 1.21 2021/12/11 19:56:13 adam Exp $
-BLAKE2s (humanize-3.12.0.tar.gz) = a9589942a8452a21913c4a98d29d2c8b8419f3d1fc42afefe23ce98e0afdd6f8
-SHA512 (humanize-3.12.0.tar.gz) = 339cd392c9fd022714dfa54920b24522eee37ec24711fea8016f6a95728a500eaf9cc4dde76e542886f6c5b570a77beeb6dbc5047a475496f99199d793ab2e44
-Size (humanize-3.12.0.tar.gz) = 67112 bytes
+BLAKE2s (humanize-3.13.1.tar.gz) = 17a8b3778177df7d9ff35583b4f1e8b5e71b37b93600f0f698d17b41901c0526
+SHA512 (humanize-3.13.1.tar.gz) = f2d510347f05f953bb6f67811a7fd062f721c76892388d43ea0f19f826e75853c6f7b6cddcd986c06414dc8a3c8b3c88bee16a61fa23baa24d951ba275114de2
+Size (humanize-3.13.1.tar.gz) = 72109 bytes
Index: pkgsrc/textproc/py-humanize/PLIST
diff -u pkgsrc/textproc/py-humanize/PLIST:1.11 pkgsrc/textproc/py-humanize/PLIST:1.12
--- pkgsrc/textproc/py-humanize/PLIST:1.11 Wed Aug 25 09:04:41 2021
+++ pkgsrc/textproc/py-humanize/PLIST Sat Dec 11 19:56:13 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2021/08/25 09:04:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/12/11 19:56:13 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -18,6 +18,8 @@ ${PYSITELIB}/humanize/locale/bn_BD/LC_ME
${PYSITELIB}/humanize/locale/bn_BD/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/ca_ES/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/ca_ES/LC_MESSAGES/humanize.po
+${PYSITELIB}/humanize/locale/da_DK/LC_MESSAGES/humanize.mo
+${PYSITELIB}/humanize/locale/da_DK/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.mo
@@ -60,6 +62,8 @@ ${PYSITELIB}/humanize/locale/vi_VN/LC_ME
${PYSITELIB}/humanize/locale/vi_VN/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/zh_CN/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/zh_CN/LC_MESSAGES/humanize.po
+${PYSITELIB}/humanize/locale/zh_HK/LC_MESSAGES/humanize.mo
+${PYSITELIB}/humanize/locale/zh_HK/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/number.py
${PYSITELIB}/humanize/number.pyc
${PYSITELIB}/humanize/number.pyo
Home |
Main Index |
Thread Index |
Old Index