pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-humanize py-humanize: updated to 3.13.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e42c6c4fb95
branches:  trunk
changeset: 770975:3e42c6c4fb95
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Dec 11 19:56:13 2021 +0000

description:
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

diffstat:

 textproc/py-humanize/Makefile |  4 ++--
 textproc/py-humanize/PLIST    |  6 +++++-
 textproc/py-humanize/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r c6018c1e34bd -r 3e42c6c4fb95 textproc/py-humanize/Makefile
--- a/textproc/py-humanize/Makefile     Sat Dec 11 19:53:15 2021 +0000
+++ b/textproc/py-humanize/Makefile     Sat Dec 11 19:56:13 2021 +0000
@@ -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/}
diff -r c6018c1e34bd -r 3e42c6c4fb95 textproc/py-humanize/PLIST
--- a/textproc/py-humanize/PLIST        Sat Dec 11 19:53:15 2021 +0000
+++ b/textproc/py-humanize/PLIST        Sat Dec 11 19:56:13 2021 +0000
@@ -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_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_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
diff -r c6018c1e34bd -r 3e42c6c4fb95 textproc/py-humanize/distinfo
--- a/textproc/py-humanize/distinfo     Sat Dec 11 19:53:15 2021 +0000
+++ b/textproc/py-humanize/distinfo     Sat Dec 11 19:56:13 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index