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: updated to 3.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e07bfe527ca9
branches:  trunk
changeset: 373845:e07bfe527ca9
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 14 08:53:14 2022 +0000

description:
py-prettytable: updated to 3.1.0

Release 3.1.0

Added

Add colorful tables and themes
Convert None to empty cell or custom value

diffstat:

 textproc/py-prettytable/Makefile |  6 ++++--
 textproc/py-prettytable/PLIST    |  5 ++++-
 textproc/py-prettytable/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r 05910be9a6cb -r e07bfe527ca9 textproc/py-prettytable/Makefile
--- a/textproc/py-prettytable/Makefile  Mon Feb 14 08:52:02 2022 +0000
+++ b/textproc/py-prettytable/Makefile  Mon Feb 14 08:53:14 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2022/01/07 23:15:04 fcambus Exp $
+# $NetBSD: Makefile,v 1.21 2022/02/14 08:53:14 adam Exp $
 
-DISTNAME=      prettytable-3.0.0
+DISTNAME=      prettytable-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prettytable/}
@@ -13,6 +13,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-lazy-fixture-[0-9]*:../../devel/py-test-lazy-fixture
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
diff -r 05910be9a6cb -r e07bfe527ca9 textproc/py-prettytable/PLIST
--- a/textproc/py-prettytable/PLIST     Mon Feb 14 08:52:02 2022 +0000
+++ b/textproc/py-prettytable/PLIST     Mon Feb 14 08:53:14 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/05/04 08:33:14 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/02/14 08:53:14 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,6 +7,9 @@
 ${PYSITELIB}/prettytable/__init__.py
 ${PYSITELIB}/prettytable/__init__.pyc
 ${PYSITELIB}/prettytable/__init__.pyo
+${PYSITELIB}/prettytable/colortable.py
+${PYSITELIB}/prettytable/colortable.pyc
+${PYSITELIB}/prettytable/colortable.pyo
 ${PYSITELIB}/prettytable/prettytable.py
 ${PYSITELIB}/prettytable/prettytable.pyc
 ${PYSITELIB}/prettytable/prettytable.pyo
diff -r 05910be9a6cb -r e07bfe527ca9 textproc/py-prettytable/distinfo
--- a/textproc/py-prettytable/distinfo  Mon Feb 14 08:52:02 2022 +0000
+++ b/textproc/py-prettytable/distinfo  Mon Feb 14 08:53:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2022/01/07 23:15:04 fcambus Exp $
+$NetBSD: distinfo,v 1.17 2022/02/14 08:53:14 adam Exp $
 
-BLAKE2s (prettytable-3.0.0.tar.gz) = f58e829341336fe5cb141a4aeff889dffff6e2d1b8d44f750a18743027a6a1b0
-SHA512 (prettytable-3.0.0.tar.gz) = f7b03ee1c1371187708b1cd7724f1afead1249a796928d2abdce42fa834ee128e930f20aef1df579426c65f1fb574b1a831e521ade6e9e65977d5dd88bafc5af
-Size (prettytable-3.0.0.tar.gz) = 50012 bytes
+BLAKE2s (prettytable-3.1.0.tar.gz) = b42fc31ea226461162e72dd0a732367d29a8298db6daa325f09b75a4a2202761
+SHA512 (prettytable-3.1.0.tar.gz) = 0f1fe86412cc553ef74d264044fd1830c1d5de6914a5a3d7ba3c7e9c92ed5e7b00dcaed1654f819b6a5233b24dfc331453a4ebb86a3e11779ea9932059519a56
+Size (prettytable-3.1.0.tar.gz) = 52695 bytes



Home | Main Index | Thread Index | Old Index