From e1d4a53286c4d5fde79ccbcad4fb4f0f6cc3e5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Thu, 13 Aug 2026 13:57:34 +0900 Subject: gnu: python-pandas-stubs: Update to 3.0.3.260530. * gnu/packages/python-science.scm (python-pandas-stubs): Update to 3.0.3.260530. [arguments]<#:test-flags>: Deselect additional failing tests. [native-inputs]: Add python-pytz and python-tables. Merges: guix/guix!10525 Reviewed-by: Hugo Buddelmeijer Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-science.scm | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-science.scm') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index be3b66714ea..be736be45e3 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3245,7 +3245,7 @@ of Pandas (name "python-pandas-stubs") ;; The versioning follows that of Pandas and uses the date of the ;; python-pandas-stubs release. - (version "2.3.3.251219") + (version "3.0.3.260530") (source (origin (method git-fetch) @@ -3254,13 +3254,29 @@ of Pandas (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1xh753wv5dbc59qp7fas323181mlblvhqmd9a4g7zzhaa2mxmzqs")))) + (base32 "0r79bbblf2rkbw2min9x231c0h74rmir0aay0wv52v6d4vig7xdw")))) (build-system pyproject-build-system) (arguments (list - ;; tests: 1619 passed, 12 skipped, 7 deselected + ;; tests: 3184 passed, 6 skipped, 21 deselected #:test-flags #~(list + ;; Expected type '' but got '' + "--deselect=tests/frame/test_frame.py::test_types_median" + "--deselect=tests/frame/test_frame.py::test_types_min" + "--deselect=tests/frame/test_frame.py::test_types_max" + "--deselect=tests/frame/test_indexing.py::test_getset_untyped" + "--deselect=tests/series/test_agg.py::test_agg_any_float" + "--deselect=tests/series/test_agg.py::test_agg_int" + "--deselect=tests/series/test_agg.py::test_agg_float" + "--deselect=tests/series/test_agg.py::test_agg_complex" + "--deselect=tests/series/test_series.py::test_types_min" + "--deselect=tests/series/test_series.py::test_types_max" + "--deselect=tests/series/test_series.py::test_types_var" + "--deselect=tests/series/test_series.py::test_types_agg" + "--deselect=tests/series/test_series.py::test_types_aggregate" + ;; ModuleNotFoundError: No module named 'pyiceberg' + "--deselect=tests/test_io.py::test_iceberg" ;; ImportError: Missing optional dependency 'python-calamine'. "--deselect=tests/test_io.py::test_read_excel" "--deselect=tests/test_io.py::test_excel_reader"))) @@ -3281,8 +3297,10 @@ of Pandas python-pyarrow python-pyreadstat python-pytest + python-pytz python-scipy python-sqlalchemy-2 + python-tables python-tabulate python-typing-extensions python-xarray @@ -3293,6 +3311,7 @@ of Pandas ;; python-calamine ;; python-poethepoet ;; python-pyarrow-stubs + ;; python-pyiceberg ;; python-pyrefly ;; python-python-calamine ;; python-pyxlsb -- cgit v1.2.3