pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-prettytable



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 31 22:06:26 UTC 2022

Modified Files:
        pkgsrc/textproc/py-prettytable: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/py-prettytable/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/py-prettytable/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-prettytable/Makefile
diff -u pkgsrc/textproc/py-prettytable/Makefile:1.25 pkgsrc/textproc/py-prettytable/Makefile:1.26
--- pkgsrc/textproc/py-prettytable/Makefile:1.25        Mon Jun 27 15:29:17 2022
+++ pkgsrc/textproc/py-prettytable/Makefile     Mon Oct 31 22:06:26 2022
@@ -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-[0-9]
 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 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
 .endif
 
-USE_LANGUAGES= # none
-
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 

Index: pkgsrc/textproc/py-prettytable/distinfo
diff -u pkgsrc/textproc/py-prettytable/distinfo:1.20 pkgsrc/textproc/py-prettytable/distinfo:1.21
--- pkgsrc/textproc/py-prettytable/distinfo:1.20        Thu May  5 21:02:17 2022
+++ pkgsrc/textproc/py-prettytable/distinfo     Mon Oct 31 22:06:26 2022
@@ -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