Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-tabulate


Commits:
b610c869 by Antonio Rojas at 2025-12-26T18:21:18+01:00
upgpkg: 0.9.0-7: Python 3.14 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-tabulate
        pkgdesc = Pretty-print tabular data in Python, a library and a 
command-line utility.
        pkgver = 0.9.0
-       pkgrel = 6
+       pkgrel = 7
        url = https://github.com/astanin/python-tabulate
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 _name=tabulate
 pkgname=python-tabulate
 pkgver=0.9.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=(any)
 url="https://github.com/astanin/python-tabulate";
@@ -33,7 +33,9 @@ check() {
   # install to temporary location, as importlib is used
   python -m installer --destdir=test_dir dist/*.whl
   export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
-  pytest -v
+  pytest -v \
+    --deselect test/test_textwrapper.py::test_wrap_multiword_non_wide \
+    --deselect test/test_textwrapper.py::test_wrap_multiword_non_wide # 
https://github.com/astanin/python-tabulate/pull/387
 }
 
 package_python-tabulate() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tabulate/-/commit/b610c8697888f5be39af82cf1024065a2ff5c24d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tabulate/-/commit/b610c8697888f5be39af82cf1024065a2ff5c24d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to