pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-humanize py-humanize: updated to 3.12.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdee13611d31
branches:  trunk
changeset: 769679:bdee13611d31
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 18 17:46:10 2021 +0000

description:
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'

diffstat:

 textproc/py-humanize/Makefile |  4 ++--
 textproc/py-humanize/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 3b7351c61542 -r bdee13611d31 textproc/py-humanize/Makefile
--- a/textproc/py-humanize/Makefile     Thu Nov 18 17:41:54 2021 +0000
+++ b/textproc/py-humanize/Makefile     Thu Nov 18 17:46:10 2021 +0000
@@ -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/}
diff -r 3b7351c61542 -r bdee13611d31 textproc/py-humanize/distinfo
--- a/textproc/py-humanize/distinfo     Thu Nov 18 17:41:54 2021 +0000
+++ b/textproc/py-humanize/distinfo     Thu Nov 18 17:46:10 2021 +0000
@@ -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