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: Tue Jun 23 13:20:34 UTC 2026
Modified Files:
pkgsrc/textproc/py-prettytable: Makefile distinfo
Log Message:
py-prettytable: updated to 3.18.0
3.18.0
Added
Add support for Python 3.16
Support multiline headers
Support reStructuredText tables
Support int_format, float_format and custom_format for CSV
Add caption support for Markdown
Validate column-specific options when dict attrs are modified
Overwrite int/float formatter with custom_formatter
Document paginate()
Docs: add example of using custom_format
Improve type coverage of colortable
Changed
Improve wcwidth>=0.3.5 integration and performance
Replace re.split with str.split and remove re import
Speed up import time
Stop testing experimental Python 3.13t
Deprecated
Performance: deprecate and defer import of OptionsType
Performance: deprecate and defer import of TableHandler
Fixed
Expand tabs in cell values so columns stay aligned
Drop stale align/valign keys when field_names are renamed
Fix bleeding of wrapped colours into table edges
Fix horizontal_align_char getter
Allow different types for Cursor than only sqlite3.Cursor
Remove duplicate line
Document header_horizontal_char and remove a duplicate docstring line
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/textproc/py-prettytable/Makefile
cvs rdiff -u -r1.35 -r1.36 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.41 pkgsrc/textproc/py-prettytable/Makefile:1.42
--- pkgsrc/textproc/py-prettytable/Makefile:1.41 Sun Nov 16 11:49:15 2025
+++ pkgsrc/textproc/py-prettytable/Makefile Tue Jun 23 13:20:34 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2025/11/16 11:49:15 adam Exp $
+# $NetBSD: Makefile,v 1.42 2026/06/23 13:20:34 adam Exp $
-DISTNAME= prettytable-3.17.0
+DISTNAME= prettytable-3.18.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/prettytable/}
Index: pkgsrc/textproc/py-prettytable/distinfo
diff -u pkgsrc/textproc/py-prettytable/distinfo:1.35 pkgsrc/textproc/py-prettytable/distinfo:1.36
--- pkgsrc/textproc/py-prettytable/distinfo:1.35 Sun Nov 16 11:49:15 2025
+++ pkgsrc/textproc/py-prettytable/distinfo Tue Jun 23 13:20:34 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2025/11/16 11:49:15 adam Exp $
+$NetBSD: distinfo,v 1.36 2026/06/23 13:20:34 adam Exp $
-BLAKE2s (prettytable-3.17.0.tar.gz) = 23820343e68c75ff025b79ad2f3464d2e4a4479ad04d4b530d0a103e083185ed
-SHA512 (prettytable-3.17.0.tar.gz) = 89598bd1b92e1ade6289c929dffe6979d18cfbd6931d4f93a12e0140d1361a207a9eb9de743a31fbde623277c95fdcb2cf5469eac7f0a8fdad744a71ff4688a6
-Size (prettytable-3.17.0.tar.gz) = 67892 bytes
+BLAKE2s (prettytable-3.18.0.tar.gz) = af6b064d2fbe0ca9bdcaf5f9c5b592d5ef557017bac152141ca906f45a10560f
+SHA512 (prettytable-3.18.0.tar.gz) = c705bbd49d41d5fcbbbc81ad2e74b9daeecec0fea6f525c6bfcea7261cce1280e31cfe719459c447a61170531b4f80f53c27366ffa7cfb54693c2062fd924940
+Size (prettytable-3.18.0.tar.gz) = 76373 bytes
Home |
Main Index |
Thread Index |
Old Index