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: Sun Nov 16 11:49:15 UTC 2025
Modified Files:
pkgsrc/textproc/py-prettytable: Makefile distinfo
Log Message:
py-prettytable: updated to 3.17.0
3.17.0
Added
Add support for Python 3.15 (and test 3.13t-3.15t)
Set dicts with column-specific config for all column-specific attrs
Add missing type annotations for properties
Use type stubs for wcwidth
Changed
Drop support for Python 3.9
Simplify empty dictionary/None check
Replace pre-commit with prek
Fixed
In add_rows(), check length of array with len()
Fix README for sort_key
Fix filter example
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/textproc/py-prettytable/Makefile
cvs rdiff -u -r1.34 -r1.35 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.40 pkgsrc/textproc/py-prettytable/Makefile:1.41
--- pkgsrc/textproc/py-prettytable/Makefile:1.40 Mon Apr 7 12:25:38 2025
+++ pkgsrc/textproc/py-prettytable/Makefile Sun Nov 16 11:49:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2025/04/07 12:25:38 adam Exp $
+# $NetBSD: Makefile,v 1.41 2025/11/16 11:49:15 adam Exp $
-DISTNAME= prettytable-3.16.0
+DISTNAME= prettytable-3.17.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.34 pkgsrc/textproc/py-prettytable/distinfo:1.35
--- pkgsrc/textproc/py-prettytable/distinfo:1.34 Mon Apr 7 12:25:38 2025
+++ pkgsrc/textproc/py-prettytable/distinfo Sun Nov 16 11:49:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2025/04/07 12:25:38 adam Exp $
+$NetBSD: distinfo,v 1.35 2025/11/16 11:49:15 adam Exp $
-BLAKE2s (prettytable-3.16.0.tar.gz) = d53c39b7cbd50cf53700dbcebf5980539216c28b0b2797ee8ae60f9995f2144e
-SHA512 (prettytable-3.16.0.tar.gz) = 2c63cf56267ddda4454c330925d818b690acaf651fff1f101c93dd49a590825419bb327d027da7405318da581cf678141347d0a496972e3a6d2404844958f5ca
-Size (prettytable-3.16.0.tar.gz) = 66276 bytes
+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
Home |
Main Index |
Thread Index |
Old Index