diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-24 14:24:35 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-24 15:27:36 +0100 |
| commit | 146fbb19b1390ac443e476312c20f4031b78230e (patch) | |
| tree | 8ddc696531e749eb77849ba3fb5c3c65ac187ab1 /gnu | |
| parent | 660622cdd8f8acb194f17c94aeb1763096fb4f40 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 93111d6eb72..3958a520467 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") |
