Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B63184EEA for ; Wed, 5 Jul 2023 20:51:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yahEtbc_nKBg for ; Wed, 5 Jul 2023 20:51:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E64B784CE8 for ; Wed, 5 Jul 2023 20:51:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DFBDFFBDB; Wed, 5 Jul 2023 20:51:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688590305198310" MIME-Version: 1.0 Date: Wed, 5 Jul 2023 20:51:45 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/py-humanize To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230705205145.DFBDFFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688590305198310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jul 5 20:51:45 UTC 2023 Modified Files: pkgsrc/textproc/py-humanize: Makefile PLIST distinfo Log Message: py-humanize: update to 4.7.0. 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 To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-humanize/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-humanize/PLIST cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-humanize/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688590305198310 Content-Disposition: inline Content-Length: 2850 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-humanize/Makefile diff -u pkgsrc/textproc/py-humanize/Makefile:1.24 pkgsrc/textproc/py-humanize/Makefile:1.25 --- pkgsrc/textproc/py-humanize/Makefile:1.24 Fri May 5 08:54:00 2023 +++ pkgsrc/textproc/py-humanize/Makefile Wed Jul 5 20:51:45 2023 @@ -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/} @@ -18,7 +18,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[ USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # needs 'make install' do-test: Index: pkgsrc/textproc/py-humanize/PLIST diff -u pkgsrc/textproc/py-humanize/PLIST:1.13 pkgsrc/textproc/py-humanize/PLIST:1.14 --- pkgsrc/textproc/py-humanize/PLIST:1.13 Fri May 5 08:54:00 2023 +++ pkgsrc/textproc/py-humanize/PLIST Wed Jul 5 20:51:45 2023 @@ -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 @@ -24,6 +24,8 @@ ${PYSITELIB}/humanize/locale/de_DE/LC_ME ${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 Index: pkgsrc/textproc/py-humanize/distinfo diff -u pkgsrc/textproc/py-humanize/distinfo:1.22 pkgsrc/textproc/py-humanize/distinfo:1.23 --- pkgsrc/textproc/py-humanize/distinfo:1.22 Fri May 5 08:54:00 2023 +++ pkgsrc/textproc/py-humanize/distinfo Wed Jul 5 20:51:45 2023 @@ -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 --_----------=_1688590305198310--