gnu: python-rich-tables: Update to 0.8.0.

* gnu/packages/python-xyz.scm (python-rich-tables): Update to 0.8.0.
[arguments] <test-flags>: Skip one test.
[propagated-inputs]: Add python-humanize.

Change-Id: If6472174a057eba03ae9a9c5c367a577b5c29db0
This commit is contained in:
Sharlatan Hellseher 2025-09-26 22:20:44 +01:00
parent 8b627e931a
commit 06c8ae0c3d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4179,7 +4179,7 @@ with Numpy and SciPy.")
(define-public python-rich-tables (define-public python-rich-tables
(package (package
(name "python-rich-tables") (name "python-rich-tables")
(version "0.6.1") (version "0.8.0")
(source (source
(origin (origin
(method git-fetch) ; no tests data in PyPi package (method git-fetch) ; no tests data in PyPi package
@ -4188,8 +4188,13 @@ with Numpy and SciPy.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1wqr6sldf97ycs4gfvsqhbh1ki2kgsaicsy44g9lspvlda5nfcp1")))) (base32 "1gkwgxcjnghn0alqw53kgb4ixf047dnb49kc0af3blvcwnmfmb5f"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments
(list
#:test-flags
;; TypeError: can't subtract offset-naive and offset-aware datetimes
#~(list "--deselect=tests/test_outputs.py::test_outputs[tests/json/album.json]")))
(native-inputs (native-inputs
(list python-freezegun (list python-freezegun
python-poetry-core python-poetry-core
@ -4197,6 +4202,7 @@ with Numpy and SciPy.")
python-pytest-cov)) python-pytest-cov))
(propagated-inputs (propagated-inputs
(list python-funcy (list python-funcy
python-humanize
python-multimethod python-multimethod
python-platformdirs python-platformdirs
python-rgbxy python-rgbxy