pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-humanize



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 24 20:02:09 UTC 2023

Modified Files:
        pkgsrc/textproc/py-humanize: Makefile PLIST distinfo

Log Message:
py-humanize: update to 4.8.0.

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/py-humanize/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-humanize/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/py-humanize/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-humanize/Makefile
diff -u pkgsrc/textproc/py-humanize/Makefile:1.26 pkgsrc/textproc/py-humanize/Makefile:1.27
--- pkgsrc/textproc/py-humanize/Makefile:1.26   Tue Aug  1 23:20:53 2023
+++ pkgsrc/textproc/py-humanize/Makefile        Thu Aug 24 20:02:09 2023
@@ -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/}

Index: pkgsrc/textproc/py-humanize/PLIST
diff -u pkgsrc/textproc/py-humanize/PLIST:1.14 pkgsrc/textproc/py-humanize/PLIST:1.15
--- pkgsrc/textproc/py-humanize/PLIST:1.14      Wed Jul  5 20:51:45 2023
+++ pkgsrc/textproc/py-humanize/PLIST   Thu Aug 24 20:02:09 2023
@@ -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
@@ -36,6 +36,8 @@ ${PYSITELIB}/humanize/locale/fi_FI/LC_ME
 ${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

Index: pkgsrc/textproc/py-humanize/distinfo
diff -u pkgsrc/textproc/py-humanize/distinfo:1.23 pkgsrc/textproc/py-humanize/distinfo:1.24
--- pkgsrc/textproc/py-humanize/distinfo:1.23   Wed Jul  5 20:51:45 2023
+++ pkgsrc/textproc/py-humanize/distinfo        Thu Aug 24 20:02:09 2023
@@ -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



Home | Main Index | Thread Index | Old Index