Skip to content

Commit

Permalink
py-humanize: update to 4.8.0.
Browse files Browse the repository at this point in the history
Added

    Add Hungarian localization (#131) @gy-balint
    Revise Turkish localization (#139) @geekdinazor
    Translate "thousand" to "千" for zh_CN (#127) @dofine

Changed

    Update docs link to https://humanize.readthedocs.io (#128) @hugovk

Fixed

    Move logic to convert aware datetime to naive into function (#123) @ErikKalkoken
    Docs: fix formatting of return value (#137) @hugovk
  • Loading branch information
0-wiz-0 committed Aug 24, 2023
1 parent c304c2d commit 59b7e5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions textproc/py-humanize/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.26 2023/08/01 23:20:53 wiz Exp $
# $NetBSD: Makefile,v 1.27 2023/08/24 20:02:09 wiz Exp $

DISTNAME= humanize-4.7.0
DISTNAME= humanize-4.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
Expand Down
4 changes: 3 additions & 1 deletion textproc/py-humanize/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.14 2023/07/05 20:51:45 wiz Exp $
@comment $NetBSD: PLIST,v 1.15 2023/08/24 20:02:09 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
Expand Down Expand Up @@ -36,6 +36,8 @@ ${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/fi_FI/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/fr_FR/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/hu_HU/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/hu_HU/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/id_ID/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/it_IT/LC_MESSAGES/humanize.mo
Expand Down
8 changes: 4 additions & 4 deletions textproc/py-humanize/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.23 2023/07/05 20:51:45 wiz Exp $
$NetBSD: distinfo,v 1.24 2023/08/24 20:02:09 wiz Exp $

BLAKE2s (humanize-4.7.0.tar.gz) = cddb0ca6496e097c4d91f815ac1ab6f284be86856eb52a4967fa37c3c65fac94
SHA512 (humanize-4.7.0.tar.gz) = 2454c4b7dec6868a1626af560e4f87d7bfb8eac6a919c7d7c03254723ec58494f104f7fa365c64cb4cecf50cd6d498b4201f9fda6ac1f6d2980e9e54eebde738
Size (humanize-4.7.0.tar.gz) = 72028 bytes
BLAKE2s (humanize-4.8.0.tar.gz) = f77b8a2e85a4867c49655393e642d87bc99f66c70431c4a148b3c054c23b90b4
SHA512 (humanize-4.8.0.tar.gz) = 2372b9518c6037bbd6bda341cce7f04e6acd0f68c1fe7218e3201477ce12324f6b98efca2bc7024222bfcc222840cd5a6a04649269c86ded7bb81b30d1602cc9
Size (humanize-4.8.0.tar.gz) = 72894 bytes

0 comments on commit 59b7e5e

Please sign in to comment.