diff --git a/_service b/_service index 69cd11f..60d8a57 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/pandas-dev/pandas.git git - v2.1.3 + v2.1.4 @PARENT_TAG@ v(.*) pandas diff --git a/pandas-2.1.3.tar.gz b/pandas-2.1.3.tar.gz deleted file mode 100644 index 0b68dc3..0000000 --- a/pandas-2.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e60b3105892bef40843b8d29345f35e9855d5bfedbd04030965607811c46d98 -size 49603896 diff --git a/pandas-2.1.4.tar.gz b/pandas-2.1.4.tar.gz new file mode 100644 index 0000000..1537b87 --- /dev/null +++ b/pandas-2.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8005437d5489c20e4d1a94a0c8c058213f16452fa8fc61d998465e3de1d760 +size 50023060 diff --git a/python-pandas.changes b/python-pandas.changes index 0bf4f40..7187b23 100644 --- a/python-pandas.changes +++ b/python-pandas.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Wed Dec 13 16:35:35 UTC 2023 - Ben Greiner + +- Update to 2.1.4 + ## Fixed regressions + * Fixed regression when trying to read a pickled pandas DataFrame + from pandas 1.3 (GH 55137) + ## Bug fixes + * Bug in Series constructor raising DeprecationWarning when index + is a list of Series (GH 55228) + * Bug in Series when trying to cast date-like string inputs to + ArrowDtype of pyarrow.timestamp (GH 56266) + * Bug in DataFrame.apply() where passing raw=True ignored args + passed to the applied function (GH 55753) + * Bug in Index.__getitem__() returning wrong result for Arrow + dtypes and negative stepsize (GH 55832) + * Fixed bug in to_numeric() converting to extension dtype for + string[pyarrow_numpy] dtype (GH 56179) + * Fixed bug in DataFrameGroupBy.min() and DataFrameGroupBy.max() + not preserving extension dtype for empty object (GH 55619) + * Fixed bug in DataFrame.__setitem__() casting Index with + object-dtype to PyArrow backed strings when infer_string option + is set (GH 55638) + * Fixed bug in DataFrame.to_hdf() raising when columns have + StringDtype (GH 55088) + * Fixed bug in Index.insert() casting object-dtype to PyArrow + backed strings when infer_string option is set (GH 55638) + * Fixed bug in Series.__ne__() resulting in False for comparison + between NA and string value for dtype="string[pyarrow_numpy]" + (GH 56122) + * Fixed bug in Series.mode() not keeping object dtype when + infer_string is set (GH 56183) + * Fixed bug in Series.reset_index() not preserving object dtype + when infer_string is set (GH 56160) + * Fixed bug in Series.str.split() and Series.str.rsplit() when + pat=None for ArrowDtype with pyarrow.string (GH 56271) + * Fixed bug in Series.str.translate() losing object dtype when + string option is set (GH 56152) +- Go back to Cython0, it has NOT been unpinned by upstream released + version + * https://github.com/pandas-dev/pandas/blob/v2.1.4/pyproject.toml#L8 + * See also gh#jsonpickle/jsonpickle#460 + ------------------------------------------------------------------- Fri Dec 1 03:25:23 UTC 2023 - Steve Kowalik diff --git a/python-pandas.spec b/python-pandas.spec index 1b4361f..fa1a5e4 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -63,7 +63,7 @@ %{?sle15_python_module_pythons} Name: python-pandas%{psuffix} # Set version through _service -Version: 2.1.3 +Version: 2.1.4 Release: 0 Summary: Python data structures for data analysis, time series, and statistics License: BSD-3-Clause @@ -71,7 +71,7 @@ URL: https://pandas.pydata.org/ # 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 -BuildRequires: %{python_module Cython} +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.23.2 if %python-base < 3.12 else %python-numpy-devel >= 1.26}