guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 146fbb19b1390ac443e476312c20f4031b78230e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 24 14:24:35 2025 +0100

    gnu: python-tablib: Update to 3.9.0.
    
    * gnu/packages/python-xyz.scm (python-tablib): Update to 3.9.0.
    [inputs]: Add python-tabulate.
    [propagated-inputs]: Remove python-tabulate.
    [native-inputs]: Remove python-pandas and python-wheel.
    
    Change-Id: I98082293c603666eeef7d873e75d73f22bdfa696
---
 gnu/packages/python-xyz.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 93111d6eb7..3958a52046 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35234,27 +35234,26 @@ pythonic way.")
 (define-public python-tablib
   (package
     (name "python-tablib")
-    (version "3.8.0")
+    (version "3.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "tablib" version))
        (sha256
-        (base32 "0ayv93q7kpii6z3n57i6b78mpr1ibwd70nvd981a05d7cpfbrn4l"))))
+        (base32 "1qjzbpaln1grr5ngcm2apd5dxp0gcrwis5n60hg60d8gvf7bsshv"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pandas
-           python-pytest
+     (list python-pytest
            python-pytest-cov
            python-setuptools
-           python-setuptools-scm
-           python-wheel))
+           python-setuptools-scm))
+    (inputs ;; [cli]
+     (list python-tabulate))
     (propagated-inputs
      (list python-markuppy
            python-odfpy
            python-openpyxl
            python-pyyaml
-           python-tabulate
            python-xlrd
            python-xlwt))
     (home-page "https://tablib.readthedocs.io";)

Reply via email to