pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-tabulate



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar  5 09:46:59 UTC 2026

Modified Files:
        pkgsrc/textproc/py-tabulate: Makefile PLIST distinfo

Log Message:
py-tabulate: updated to 0.10.0

0.10.0
Add support for Python 3.11, 3.12, 3.13.
Drop support for Python 3.7, 3.8.
PRESERVE_STERILITY global is replaced with preserve_sterility function argument.
New formatting options: headersglobalalign, headersalign, colglobalalign.
New output format: ``colon_grid`` (Pandoc grid_tables with alignment)
Various bug fixes.
Improved error messages.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-tabulate/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-tabulate/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-tabulate/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-tabulate/Makefile
diff -u pkgsrc/textproc/py-tabulate/Makefile:1.16 pkgsrc/textproc/py-tabulate/Makefile:1.17
--- pkgsrc/textproc/py-tabulate/Makefile:1.16   Sun Apr 13 11:14:18 2025
+++ pkgsrc/textproc/py-tabulate/Makefile        Thu Mar  5 09:46:58 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2025/04/13 11:14:18 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/03/05 09:46:58 adam Exp $
 
-DISTNAME=      tabulate-0.9.0
+DISTNAME=      tabulate-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tabulate/}
 
@@ -13,7 +12,6 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.3:../../devel/py-setuptools_scm
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
@@ -21,8 +19,5 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} tabulate tabulate-${PYVERSSUFFIX} || ${TRUE}
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-tabulate/PLIST
diff -u pkgsrc/textproc/py-tabulate/PLIST:1.6 pkgsrc/textproc/py-tabulate/PLIST:1.7
--- pkgsrc/textproc/py-tabulate/PLIST:1.6       Sun Apr 13 11:14:18 2025
+++ pkgsrc/textproc/py-tabulate/PLIST   Thu Mar  5 09:46:58 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/13 11:14:18 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/03/05 09:46:58 adam Exp $
 bin/tabulate-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -9,6 +9,3 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
 ${PYSITELIB}/tabulate/__init__.py
 ${PYSITELIB}/tabulate/__init__.pyc
 ${PYSITELIB}/tabulate/__init__.pyo
-${PYSITELIB}/tabulate/version.py
-${PYSITELIB}/tabulate/version.pyc
-${PYSITELIB}/tabulate/version.pyo

Index: pkgsrc/textproc/py-tabulate/distinfo
diff -u pkgsrc/textproc/py-tabulate/distinfo:1.12 pkgsrc/textproc/py-tabulate/distinfo:1.13
--- pkgsrc/textproc/py-tabulate/distinfo:1.12   Tue Oct 25 19:00:50 2022
+++ pkgsrc/textproc/py-tabulate/distinfo        Thu Mar  5 09:46:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/10/25 19:00:50 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/03/05 09:46:59 adam Exp $
 
-BLAKE2s (tabulate-0.9.0.tar.gz) = 10502b77c771f9763604e94b7d0c464c14d570f4b96cba6855f94389a5e0e6d5
-SHA512 (tabulate-0.9.0.tar.gz) = 042a6b34ea6e5b6324cb40112b3078b62e6f1f6186401262e7b06a5b96dd118d4b70e259a96121e383ac1fe53f3953c27532206af9825b97db9f41fe1e5f3934
-Size (tabulate-0.9.0.tar.gz) = 81090 bytes
+BLAKE2s (tabulate-0.10.0.tar.gz) = 748e8eb0b51568ce3a83edb8c78353822d02d8dc44eda43e09ce8b34014f865f
+SHA512 (tabulate-0.10.0.tar.gz) = e101d03063366fa4ade34505d33d1c0e723fa867178a3bff23f886d8ac4f6e6534344abc0114084a6cc87ad18695f0dbfaa8d743d073f032d0bfcf5c96616f88
+Size (tabulate-0.10.0.tar.gz) = 91754 bytes



Home | Main Index | Thread Index | Old Index