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:   adam
Date:           Thu Nov 18 17:46:10 UTC 2021

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

Log Message:
py-humanize: updated to 3.12.0

3.12.0
Added

Add support for Python 3.10

Changed

Use importlib.metadata to get package version instead of pkg_resources.get_distribution to decrease memory consumption

Fixed

Fix incorrect type in comment for 'when'


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/py-humanize/Makefile \
    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.19 pkgsrc/textproc/py-humanize/Makefile:1.20
--- pkgsrc/textproc/py-humanize/Makefile:1.19   Wed Aug 25 09:04:41 2021
+++ pkgsrc/textproc/py-humanize/Makefile        Thu Nov 18 17:46:10 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2021/08/25 09:04:41 adam Exp $
+# $NetBSD: Makefile,v 1.20 2021/11/18 17:46:10 adam Exp $
 
-DISTNAME=      humanize-3.11.0
+DISTNAME=      humanize-3.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/humanize/}
Index: pkgsrc/textproc/py-humanize/distinfo
diff -u pkgsrc/textproc/py-humanize/distinfo:1.19 pkgsrc/textproc/py-humanize/distinfo:1.20
--- pkgsrc/textproc/py-humanize/distinfo:1.19   Tue Oct 26 11:23:04 2021
+++ pkgsrc/textproc/py-humanize/distinfo        Thu Nov 18 17:46:10 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 11:23:04 nia Exp $
+$NetBSD: distinfo,v 1.20 2021/11/18 17:46:10 adam Exp $
 
-BLAKE2s (humanize-3.11.0.tar.gz) = 303e88cbd6846561be0bdd25089f1376e4389afad3896e7ee12a126b6637d191
-SHA512 (humanize-3.11.0.tar.gz) = 7aa3c513c6702de0e099865f787858de4c9c65cfe95af61fd0204ff6df64e7359474b4067b4672546936beae6c8c512dd9c75f555d7075c94819e81143c21ce9
-Size (humanize-3.11.0.tar.gz) = 67034 bytes
+BLAKE2s (humanize-3.12.0.tar.gz) = a9589942a8452a21913c4a98d29d2c8b8419f3d1fc42afefe23ce98e0afdd6f8
+SHA512 (humanize-3.12.0.tar.gz) = 339cd392c9fd022714dfa54920b24522eee37ec24711fea8016f6a95728a500eaf9cc4dde76e542886f6c5b570a77beeb6dbc5047a475496f99199d793ab2e44
+Size (humanize-3.12.0.tar.gz) = 67112 bytes



Home | Main Index | Thread Index | Old Index