pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-tablib
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 10 11:40:52 UTC 2026
Modified Files:
pkgsrc/textproc/py-tablib: Makefile distinfo
Log Message:
py-tablib: updated to 3.10.0
3.10.0
Security
Escape dataset title in HTML serialization
Added
Add support for Python 3.15
Use lazy imports on Python 3.15 to improve startup speed
Changed
Remove #yaml tag from generic error message URL
Drop support for Python 3.9
Fixed
Convert XLS cell values when importing a Databook
Fix TypeError when stacking two headerless Datasets with stack_cols
Fix ODS export of boolean values crashing on re-import
Only strip the leading '=' when escaping XLSX formulae
Raise TypeError for invalid Dataset instance
Raise HeadersNeeded instead of TypeError when subscripting a headerless Dataset by column name
Preserve column order in YAML export
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/py-tablib/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-tablib/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-tablib/Makefile
diff -u pkgsrc/textproc/py-tablib/Makefile:1.23 pkgsrc/textproc/py-tablib/Makefile:1.24
--- pkgsrc/textproc/py-tablib/Makefile:1.23 Sun Jun 28 15:41:43 2026
+++ pkgsrc/textproc/py-tablib/Makefile Mon Aug 10 11:40:52 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2026/06/28 15:41:43 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/08/10 11:40:52 adam Exp $
-DISTNAME= tablib-3.9.0
+DISTNAME= tablib-3.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tablib/}
Index: pkgsrc/textproc/py-tablib/distinfo
diff -u pkgsrc/textproc/py-tablib/distinfo:1.14 pkgsrc/textproc/py-tablib/distinfo:1.15
--- pkgsrc/textproc/py-tablib/distinfo:1.14 Mon Oct 20 07:22:50 2025
+++ pkgsrc/textproc/py-tablib/distinfo Mon Aug 10 11:40:52 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/10/20 07:22:50 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/08/10 11:40:52 adam Exp $
-BLAKE2s (tablib-3.9.0.tar.gz) = 71b75fb1710263f252160cacefa5fbfc56384d95009f87bbbcf82701beb5aa44
-SHA512 (tablib-3.9.0.tar.gz) = e2f6f4bd7f3762d5c46585e8e135fc97211eb1bd2adbdb3a8b0ec512790ecb5f2cc3d692d59c564d6a733cb76e0b092542f9de4d6ec3bae9c8dcc35293b3db3e
-Size (tablib-3.9.0.tar.gz) = 125565 bytes
+BLAKE2s (tablib-3.10.0.tar.gz) = 541570b45df0b25d70ba212ea19f38fc1301134798a827518059885628ac740b
+SHA512 (tablib-3.10.0.tar.gz) = fd3e844018e99286cc0dfd9bb43d7288abaa3fcac160645d5bb0d6d884b5eacfe476a7f45c5cf7e55755f0149d9ba62c95b914abfdaebc265d6a253fb96fbd4c
+Size (tablib-3.10.0.tar.gz) = 127128 bytes
Home |
Main Index |
Thread Index |
Old Index