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.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3080e2da16e
branches:  trunk
changeset: 387545:a3080e2da16e
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 31 22:06:26 2022 +0000

description:
py-prettytable: updated to 3.4.1

3.4.1
Fixed

Revert "Add header alignment attribute"


3.4.0
Added

Add option to specify line break character used in pagination
Add header alignment attribute

Fixed

None annotation for __init__ constructors/functions

diffstat:

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

diffs (43 lines):

diff -r 122a07e0e06a -r a3080e2da16e textproc/py-prettytable/Makefile
--- a/textproc/py-prettytable/Makefile  Mon Oct 31 21:59:32 2022 +0000
+++ b/textproc/py-prettytable/Makefile  Mon Oct 31 22:06:26 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/06/27 15:29:17 fcambus Exp $
+# $NetBSD: Makefile,v 1.26 2022/10/31 22:06:26 adam Exp $
 
-DISTNAME=      prettytable-3.3.0
+DISTNAME=      prettytable-3.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prettytable/}
@@ -16,6 +16,8 @@
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-lazy-fixture-[0-9]*:../../devel/py-test-lazy-fixture
 
+USE_LANGUAGES= # none
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
@@ -23,8 +25,6 @@
 DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
 .endif
 
-USE_LANGUAGES= # none
-
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
diff -r 122a07e0e06a -r a3080e2da16e textproc/py-prettytable/distinfo
--- a/textproc/py-prettytable/distinfo  Mon Oct 31 21:59:32 2022 +0000
+++ b/textproc/py-prettytable/distinfo  Mon Oct 31 22:06:26 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2022/05/05 21:02:17 fcambus Exp $
+$NetBSD: distinfo,v 1.21 2022/10/31 22:06:26 adam Exp $
 
-BLAKE2s (prettytable-3.3.0.tar.gz) = 8b61ae01c7f3f99dc2a5aa9acccc4151575c5c3aa4804c24a2bd257df7ea0bd9
-SHA512 (prettytable-3.3.0.tar.gz) = e190717e2ea89e8faddc7015fd5118e0d93ac5f5318641ce5960b22b4ea3740ff12c4d15812b33655252f258c96f9e848f554d1e678d39761c28025ba7772609
-Size (prettytable-3.3.0.tar.gz) = 54305 bytes
+BLAKE2s (prettytable-3.4.1.tar.gz) = 647e3aec636d88cf66539fbc9c64ba8fd8f6da7a43dc08b25af86ce42f6ea0dd
+SHA512 (prettytable-3.4.1.tar.gz) = 47a00d5d3bd6be77734abf0c6a50ac13f3d6fb72d8cc7bd2d760c860401f46ee94f766063eaeb30cf3d67c6f33fca9e3a1ae9d68af61139704bb1e23ba649ce4
+Size (prettytable-3.4.1.tar.gz) = 54395 bytes



Home | Main Index | Thread Index | Old Index