diff --git a/pandas-1.3.2.tar.gz b/pandas-1.5.1.tar.gz similarity index 38% rename from pandas-1.3.2.tar.gz rename to pandas-1.5.1.tar.gz index 920d91cfa4ca2d74394530e5277338647e6f3c6b..266bbe4018da7819c956b576c36229069bcc63db 100644 Binary files a/pandas-1.3.2.tar.gz and b/pandas-1.5.1.tar.gz differ diff --git a/python-pandas.spec b/python-pandas.spec index 6c137063dc41f015810b104cd15c95b8b03871b2..0961367d1e7cb6d3564084c9c426b5dc4734bb33 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -2,14 +2,14 @@ %bcond_with test Name: python-%{pypi_name} -Version: 1.3.2 +Version: 1.5.1 Release: 1 Summary: Data structures and data analysis tools for Python License: BSD URL: https://pandas.pydata.org/ -Source0: https://github.com/pandas-dev/pandas/releases/download/v%{version}/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/d7/4e/bc3163c2f0b2f0728c398cad15e082efaa27e40fa579a0523e98caf10fdf/pandas-1.5.1.tar.gz -BuildRequires: gcc gcc-c++ python3-Cython python3-cffi +BuildRequires: gcc gcc-c++ python3-Cython >= 0.29.32 python3-cffi BuildRequires: python3-devel python3-setuptools python3-numpy %if %{with test} BuildRequires: python3-pytest >= 4.0.2 @@ -51,6 +51,9 @@ py.test-%{python3_version} %{python3_sitearch}/%{pypi_name}-*.egg-info/ %changelog +* Wed Oct 26 2022 wangjunqi - 1.5.1-1 +- Update package to version 1.5.1 + * Wed Aug 25 2021 wulei - 1.3.2-1 - update to 1.3.2