Fri Nov 5 15:00:56 2021 UTC ()
py-prettytable: update 2.4.0.

Added:

- Markdown: Add colons to align the rendered output
- Add rows attribute to prettytable


(fcambus)
diff -r1.16 -r1.17 pkgsrc/textproc/py-prettytable/Makefile
diff -r1.13 -r1.14 pkgsrc/textproc/py-prettytable/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/textproc/py-prettytable/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-prettytable/Makefile 2021/11/01 18:53:21 1.16
+++ pkgsrc/textproc/py-prettytable/Makefile 2021/11/05 15:00:55 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2021/11/01 18:53:21 fcambus Exp $ 1# $NetBSD: Makefile,v 1.17 2021/11/05 15:00:55 fcambus Exp $
2 2
3DISTNAME= prettytable-2.3.0 3DISTNAME= prettytable-2.4.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/prettytable/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/prettytable/}
7 7
8MAINTAINER= fcambus@NetBSD.org 8MAINTAINER= fcambus@NetBSD.org
9HOMEPAGE= https://github.com/jazzband/prettytable 9HOMEPAGE= https://github.com/jazzband/prettytable
10COMMENT= Display tabular data in a visually appealing ASCII table format 10COMMENT= Display tabular data in a visually appealing ASCII table format
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth 13DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm 14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
16 16

cvs diff -r1.13 -r1.14 pkgsrc/textproc/py-prettytable/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-prettytable/distinfo 2021/11/01 18:53:21 1.13
+++ pkgsrc/textproc/py-prettytable/distinfo 2021/11/05 15:00:55 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2021/11/01 18:53:21 fcambus Exp $ 1$NetBSD: distinfo,v 1.14 2021/11/05 15:00:55 fcambus Exp $
2 2
3BLAKE2s (prettytable-2.3.0.tar.gz) = b65f770aaa33f3acaa55abe387ef6ac525a44162d24d4b594e2d7d0ff7d09869 3BLAKE2s (prettytable-2.4.0.tar.gz) = 0e90a43bc9ddb32692faf5aaa335673bf368190fa6d54d1296dd09fba564bae8
4SHA512 (prettytable-2.3.0.tar.gz) = feeaeeb0a1897c0aaa2bc0ac7f470244529e8c70debb26976494719607840c8b8a80698b7e463402031b250fe152091e947555be2a6f983764e01bdaa1a71a22 4SHA512 (prettytable-2.4.0.tar.gz) = 50983855868d23a590004dcb81ad9a3f22191c656532683f71260a369df5bd2a0001db946268944cc169528f64f36833eb524fc46efabe562434ec32832ce011
5Size (prettytable-2.3.0.tar.gz) = 49386 bytes 5Size (prettytable-2.4.0.tar.gz) = 49756 bytes