Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pandas for openSUSE:Factory 
checked in at 2024-12-13 22:33:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pandas (Old)
 and      /work/SRC/openSUSE:Factory/.python-pandas.new.29675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pandas"

Fri Dec 13 22:33:02 2024 rev:73 rq:1230726 version:2.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes      
2024-11-27 22:12:38.263724391 +0100
+++ /work/SRC/openSUSE:Factory/.python-pandas.new.29675/python-pandas.changes   
2024-12-13 22:33:20.381565430 +0100
@@ -1,0 +2,5 @@
+Fri Dec 13 06:51:11 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Change skipped tests to also support Python 3.13. 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pandas.spec ++++++
--- /var/tmp/diff_new_pack.kpUpy5/_old  2024-12-13 22:33:21.041592958 +0100
+++ /var/tmp/diff_new_pack.kpUpy5/_new  2024-12-13 22:33:21.041592958 +0100
@@ -509,17 +509,17 @@
 SKIP_TESTS+=" or test_self_join_date_columns"
 # expects a dirty git revision from git repo
 SKIP_TESTS+=" or test_git_version"
-%if "%{flavor}" == "test-py312"
 # https://github.com/pandas-dev/pandas/pull/57391, proposed change is not 
necessarily the right one
+%if "%{flavor}" == "test-py312"
+SKIP_TESTS+=" or (test_scalar_unary and numexpr-pandas)"
+%endif
+%if "%{flavor}" == "test-py313"
 SKIP_TESTS+=" or (test_scalar_unary and numexpr-pandas)"
 %endif
-# Numpy2: unexpected 'np.str_(...)' in error message
-SKIP_TESTS+=" or test_group_subplot_invalid_column_name"
 # https://github.com/pandas-dev/pandas/pull/55901, not gonna merge this huge 
patch to fix one test failing with new timezone, will be included in new release
 SKIP_TESTS+=" or test_array_inference[data7-expected7]"
 # numpy 2.1 issues?
 SKIP_TESTS+=" or test_frame_setitem_dask_array_into_new_col"
-SKIP_TESTS+=" or test_from_obscure_array"
 # too new xarray https://github.com/pandas-dev/pandas/pull/60109
 SKIP_TESTS+=" or (TestDataFrameToXArray and test_to_xarray_index_types)"
 

Reply via email to