pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-prettytable py-prettytable: update to 3.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4b1cfa8950c
branches:  trunk
changeset: 375099:a4b1cfa8950c
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Mar 07 12:21:09 2022 +0000

description:
py-prettytable: update to 3.2.0.

Added:

- Use concrete built-in exceptions instead of Exception base class

Fixed:

- Fix width for custom none_format
- Enforce max widths for field names

diffstat:

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

diffs (25 lines):

diff -r 681a77b04549 -r a4b1cfa8950c textproc/py-prettytable/Makefile
--- a/textproc/py-prettytable/Makefile  Mon Mar 07 10:53:03 2022 +0000
+++ b/textproc/py-prettytable/Makefile  Mon Mar 07 12:21:09 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2022/02/16 20:19:02 fcambus Exp $
+# $NetBSD: Makefile,v 1.23 2022/03/07 12:21:09 fcambus Exp $
 
-DISTNAME=      prettytable-3.1.1
+DISTNAME=      prettytable-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prettytable/}
diff -r 681a77b04549 -r a4b1cfa8950c textproc/py-prettytable/distinfo
--- a/textproc/py-prettytable/distinfo  Mon Mar 07 10:53:03 2022 +0000
+++ b/textproc/py-prettytable/distinfo  Mon Mar 07 12:21:09 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/02/16 20:19:02 fcambus Exp $
+$NetBSD: distinfo,v 1.19 2022/03/07 12:21:09 fcambus Exp $
 
-BLAKE2s (prettytable-3.1.1.tar.gz) = fd82098f1a42d8b2625d113b9fa2f29d4b2bd393edc55a5773059b3812266ed8
-SHA512 (prettytable-3.1.1.tar.gz) = 2abfe1039161fc7c1d25b0d053776e842c1413e70ce209324fd9b2f1885949513238ca362f93b1adf405461c978760bc7d635e3321b94352ac2aa9fea94450d5
-Size (prettytable-3.1.1.tar.gz) = 52705 bytes
+BLAKE2s (prettytable-3.2.0.tar.gz) = 0b3c66591faa9d0660f01d1690fa5d56ed298376c613d3071516a0a0ceda8b67
+SHA512 (prettytable-3.2.0.tar.gz) = 8f2a0945159727741a52ffdaa5602b862841cb8e0c33d3f755699f4376d2c0bfa539a270e56242503f94cb4fc469cbfd27348abfd740ec8f1cd3f1970053e5db
+Size (prettytable-3.2.0.tar.gz) = 52976 bytes



Home | Main Index | Thread Index | Old Index