Skip to content

Commit

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

    Declare support for Python 3.12 (#119) @hugovk
    Add Esperanto localization (#113) @carmiac
    Support timezone-aware datetimes in naturaltime (#100) @tandav
    Update Bengali translation (#99) @baseplate-admin

Changed

    Drop support for EOL Python 3.7 (#118) @hugovk

Fixed

    Remove unused MANIFEST.in (#120) @hugovk
  • Loading branch information
0-wiz-0 committed Jul 5, 2023
1 parent 77125b1 commit 2e1551a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions textproc/py-humanize/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.24 2023/05/05 08:54:00 wiz Exp $
# $NetBSD: Makefile,v 1.25 2023/07/05 20:51:45 wiz Exp $

DISTNAME= humanize-4.6.0
DISTNAME= humanize-4.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
Expand All @@ -18,7 +18,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27
PYTHON_VERSIONS_INCOMPATIBLE= 27 37

# needs 'make install'
do-test:
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.13 2023/05/05 08:54:00 wiz Exp $
@comment $NetBSD: PLIST,v 1.14 2023/07/05 20:51:45 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
Expand All @@ -24,6 +24,8 @@ ${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/de_DE/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/el_GR/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/el_GR/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/eo/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/eo/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.mo
${PYSITELIB}/humanize/locale/es_ES/LC_MESSAGES/humanize.po
${PYSITELIB}/humanize/locale/eu/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.22 2023/05/05 08:54:00 wiz Exp $
$NetBSD: distinfo,v 1.23 2023/07/05 20:51:45 wiz Exp $

BLAKE2s (humanize-4.6.0.tar.gz) = e7974fdecdede44eaf7900ad294e74f5200d664ef906abe2a0b36ba10622b312
SHA512 (humanize-4.6.0.tar.gz) = 3c003d645d33b4d31ffa5a63b8754b939579a6ed396cd285789f9bd17e750147c425d41adb424af45d69844c6e2b9be8fed04f388f017f25c6eda1f31c053b3e
Size (humanize-4.6.0.tar.gz) = 69815 bytes
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

0 comments on commit 2e1551a

Please sign in to comment.