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: Wed Mar 12 09:31:38 UTC 2025
Modified Files:
pkgsrc/textproc/py-prettytable: Makefile distinfo
Log Message:
py-prettytable: updated to 3.15.1
3.15.1
Fix IndexError for add_rows() with an empty list
Fix typing: replace Iterable with indexable Sequence
3.15.0
Added
Add support for PyPy3.11
Add MediaWiki table support
Create divider with add_rows()
Add option to avoid break on hyphen in longer texts
Add row_filter option
Add option to truncate column headers to column width
Changed
Performance: remove unnecessary deepcopies and add some lru_caches
Defer type-checking and warnings imports
Remove unnecessary start=0 from range
Fixed
Use _str_block_width to calculate title width
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/py-prettytable/Makefile
cvs rdiff -u -r1.32 -r1.33 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.38 pkgsrc/textproc/py-prettytable/Makefile:1.39
--- pkgsrc/textproc/py-prettytable/Makefile:1.38 Tue Feb 4 09:43:55 2025
+++ pkgsrc/textproc/py-prettytable/Makefile Wed Mar 12 09:31:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2025/02/04 09:43:55 adam Exp $
+# $NetBSD: Makefile,v 1.39 2025/03/12 09:31:38 adam Exp $
-DISTNAME= prettytable-3.14.0
+DISTNAME= prettytable-3.15.1
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.32 pkgsrc/textproc/py-prettytable/distinfo:1.33
--- pkgsrc/textproc/py-prettytable/distinfo:1.32 Tue Feb 4 09:43:55 2025
+++ pkgsrc/textproc/py-prettytable/distinfo Wed Mar 12 09:31:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2025/02/04 09:43:55 adam Exp $
+$NetBSD: distinfo,v 1.33 2025/03/12 09:31:38 adam Exp $
-BLAKE2s (prettytable-3.14.0.tar.gz) = fc2683740e91bf0ebe9c3c1c4e196c542053ed79616e49516ab43e2b65880c20
-SHA512 (prettytable-3.14.0.tar.gz) = 9e3b5cc819b25e3731ad4b8a0809c631879c903733906177fe5b1668ea85ed025192ae0f1e0c8616a7eec51dfd9e15732a7e83c80e30549aad6a3fe768feae19
-Size (prettytable-3.14.0.tar.gz) = 61747 bytes
+BLAKE2s (prettytable-3.15.1.tar.gz) = b8f8ce09e8e85452905963700e5f3bf1ff282ad7c03231bce7c90416ee0c9f1a
+SHA512 (prettytable-3.15.1.tar.gz) = 550f1794b3da55cc14b252817fdb17e5f380978be0d5b3a055646d769f4276498bdda5dbc9df88c6bf29069becb572ffe9bb8eb30781e1c975a6ddcbca4c2380
+Size (prettytable-3.15.1.tar.gz) = 65907 bytes
Home |
Main Index |
Thread Index |
Old Index