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 2023-10-11 23:53:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pandas (Old) and /work/SRC/openSUSE:Factory/.python-pandas.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandas" Wed Oct 11 23:53:30 2023 rev:56 rq:1116350 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes 2023-09-12 21:02:31.435406303 +0200 +++ /work/SRC/openSUSE:Factory/.python-pandas.new.1807/python-pandas.changes 2023-10-12 11:54:34.332029408 +0200 @@ -1,0 +2,52 @@ +Sat Oct 7 20:22:18 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 2.1.1 + ## Fixed regressions + * Fixed regression in concat() when DataFrame âs have two + different extension dtypes (GH 54848) + * Fixed regression in merge() when merging over a PyArrow string + index (GH 54894) + * Fixed regression in read_csv() when usecols is given and dtypes + is a dict for engine="python" (GH 54868) + * Fixed regression in read_csv() when delim_whitespace is True + (GH 54918, GH 54931) + * Fixed regression in GroupBy.get_group() raising for axis=1 (GH + 54858) + * Fixed regression in DataFrame.__setitem__() raising + AssertionError when setting a Series with a partial MultiIndex + (GH 54875) + * Fixed regression in DataFrame.filter() not respecting the order + of elements for filter (GH 54980) + * Fixed regression in DataFrame.to_sql() not roundtripping + datetime columns correctly for sqlite (GH 54877) + * Fixed regression in DataFrameGroupBy.agg() when aggregating a + DataFrame with duplicate column names using a dictionary (GH + 55006) + * Fixed regression in MultiIndex.append() raising when appending + overlapping IntervalIndex levels (GH 54934) + * Fixed regression in Series.drop_duplicates() for PyArrow + strings (GH 54904) + * Fixed regression in Series.interpolate() raising when + fill_value was given (GH 54920) + * Fixed regression in Series.value_counts() raising for numeric + data if bins was specified (GH 54857) + * Fixed regression in comparison operations for PyArrow backed + columns not propagating exceptions correctly (GH 54944) + * Fixed regression when comparing a Series with datetime64 dtype + with None (GH 54870) + ## Bug fixes + * Fixed bug for ArrowDtype raising NotImplementedError for + fixed-size list (GH 55000) + * Fixed bug in DataFrame.stack() with future_stack=True and + columns a non-MultiIndex consisting of tuples (GH 54948) + * Fixed bug in Series.dt.tz() with ArrowDtype where a string was + returned instead of a tzinfo object (GH 55003) + * Fixed bug in Series.pct_change() and DataFrame.pct_change() + showing unnecessary FutureWarning (GH 54981) + ## Other + * Reverted the deprecation that disallowed Series.apply() + returning a DataFrame when the passed-in callable returns a + Series object (GH 52116) +- Drop pandas-pr55073-pyarrow13.patch merged upstream + +------------------------------------------------------------------- Old: ---- pandas-2.1.0.tar.gz pandas-pr55073-pyarrow13.patch New: ---- pandas-2.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pandas.spec ++++++ --- /var/tmp/diff_new_pack.IK0RFv/_old 2023-10-12 11:54:35.120057830 +0200 +++ /var/tmp/diff_new_pack.IK0RFv/_new 2023-10-12 11:54:35.120057830 +0200 @@ -53,7 +53,7 @@ %{?sle15_python_module_pythons} Name: python-pandas%{psuffix} # Set version through _service -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: Python data structures for data analysis, time series, and statistics License: BSD-3-Clause @@ -62,26 +62,28 @@ # SourceRepository: https://github.com/pandas-dev/pandas # Must be created by cloning through `osc service runall`: gh#pandas-dev/pandas#54903, gh#pandas-dev/pandas#54907 Source0: pandas-%{version}.tar.gz -# PATCH-FIX-UPSTREAM pandas-pr55073-pyarrow13.patch gh#pandas-dev/pandas#55073 gh#pandas-dev/pandas#55048 -Patch0: https://github.com/pandas-dev/pandas/pull/55073.patch#/pandas-pr55073-pyarrow13.patch BuildRequires: %{python_module Cython >= 0.29.33 with %python-Cython < 3} BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module meson-python >= 0.13.1} -BuildRequires: %{python_module numpy-devel >= 1.22.4} +BuildRequires: %{python_module numpy-devel >= 1.23.2 if %python-base < 3.12 else %python-numpy-devel >= 1.26} BuildRequires: %{python_module pip} BuildRequires: %{python_module versioneer-toml} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: git-core -BuildRequires: meson >= 1.0.1 +BuildRequires: meson >= 1.2.1 BuildRequires: python-rpm-macros Requires: python-python-dateutil >= 2.8.2 Requires: python-pytz >= 2020.1 Requires: timezone >= 2022a Obsoletes: python-pandas-doc < %{version} Provides: python-pandas-doc = %{version} -Requires: python-numpy >= 1.22.4 +%if 0%{python_version_nodots} < 312 +Requires: python-numpy >= 1.23.2 +%else +Requires: python-numpy >= 1.26 +%endif # SECTION extras Recommends: python-pandas-performance Suggests: python-pandas-all @@ -423,7 +425,6 @@ # don't require the PyPI data only tzdata package, we use the timezone RPM package sed -i '/dependencies = \[/,/\]/ {/tzdata.*>=/d}' pyproject.toml %endif -%patch0 -p1 %build %if !%{with test} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.IK0RFv/_old 2023-10-12 11:54:35.180059994 +0200 +++ /var/tmp/diff_new_pack.IK0RFv/_new 2023-10-12 11:54:35.184060139 +0200 @@ -2,7 +2,7 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/pandas-dev/pandas.git</param> <param name="scm">git</param> - <param name="revision">v2.1.0</param> + <param name="revision">v2.1.1</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="filename">pandas</param> ++++++ pandas-2.1.0.tar.gz -> pandas-2.1.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-pandas/pandas-2.1.0.tar.gz /work/SRC/openSUSE:Factory/.python-pandas.new.1807/pandas-2.1.1.tar.gz differ: char 12, line 1