py-humanize: updated to 3.11.0
3.11.0 Added Add Bengali langauage Fixed Fix Korean localization
This commit is contained in:
parent
cfaadfa3f8
commit
0cb1ba11b8
3 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.18 2021/07/05 19:05:30 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2021/08/25 09:04:41 adam Exp $
|
||||
|
||||
DISTNAME= humanize-3.10.0
|
||||
DISTNAME= humanize-3.11.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.10 2021/07/05 19:05:30 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.11 2021/08/25 09:04:41 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -14,6 +14,8 @@ ${PYSITELIB}/humanize/filesize.pyo
|
|||
${PYSITELIB}/humanize/i18n.py
|
||||
${PYSITELIB}/humanize/i18n.pyc
|
||||
${PYSITELIB}/humanize/i18n.pyo
|
||||
${PYSITELIB}/humanize/locale/bn_BD/LC_MESSAGES/humanize.mo
|
||||
${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/de_DE/LC_MESSAGES/humanize.mo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.16 2021/07/05 19:05:30 adam Exp $
|
||||
$NetBSD: distinfo,v 1.17 2021/08/25 09:04:41 adam Exp $
|
||||
|
||||
SHA1 (humanize-3.10.0.tar.gz) = 0774f921fade271fd1330dab46b42c81ba9ee57d
|
||||
RMD160 (humanize-3.10.0.tar.gz) = 581b00ebae4aafaaf81985217e50b8eaebf29415
|
||||
SHA512 (humanize-3.10.0.tar.gz) = f31929ddc1055fb54294b67e25e3b41883ef4e8ff9b76082cdd4703d64a066d0a368d116a60e26465f07dd3a0df8c87bb459ff1b03153d8843d3eefb06ff6961
|
||||
Size (humanize-3.10.0.tar.gz) = 65658 bytes
|
||||
SHA1 (humanize-3.11.0.tar.gz) = e0f317bb0c87732c26f9a0d7b03a8e075fd82528
|
||||
RMD160 (humanize-3.11.0.tar.gz) = 84e87dc5e339e178460ee243a64b41508bea06c7
|
||||
SHA512 (humanize-3.11.0.tar.gz) = 7aa3c513c6702de0e099865f787858de4c9c65cfe95af61fd0204ff6df64e7359474b4067b4672546936beae6c8c512dd9c75f555d7075c94819e81143c21ce9
|
||||
Size (humanize-3.11.0.tar.gz) = 67034 bytes
|
||||
|
|
Loading…
Reference in a new issue