diff --git a/pandas-1.5.3.tar.gz b/pandas-2.2.0.tar.gz similarity index 36% rename from pandas-1.5.3.tar.gz rename to pandas-2.2.0.tar.gz index 35fcfdfce330f0e7548813207173448c12799cd2..c105fd30549ebecea23bfd3fc44ea7ee0872ea53 100644 Binary files a/pandas-1.5.3.tar.gz and b/pandas-2.2.0.tar.gz differ diff --git a/python-pandas.spec b/python-pandas.spec index 4c23b29ae96b7ad4c9a93689ea5ddb46e40a6a37..2fed20f37fdd71f9b8ecaf9acab7966d559482fd 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -2,7 +2,7 @@ %bcond_with test Name: python-%{pypi_name} -Version: 1.5.3 +Version: 2.2.0 Release: 1 Summary: Data structures and data analysis tools for Python License: BSD @@ -14,6 +14,7 @@ BuildRequires: python3-devel python3-setuptools python3-numpy %if %{with test} BuildRequires: python3-pytest >= 4.0.2 %endif +BuildRequires: python3-pip python3-wheel python3-meson-python python3-versioneer %global _description \ pandas is an open source, BSD-licensed library \ @@ -34,10 +35,10 @@ Requires: python3-numpy python3-dateutil python3-pytz python3-hypothesis python3 %autosetup -n %{pypi_name}-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install %if %{with test} %check @@ -46,11 +47,14 @@ py.test-%{python3_version} %files -n python3-%{pypi_name} %license LICENSE -%doc README.md RELEASE.md +%doc README.md %{python3_sitearch}/%{pypi_name}/ -%{python3_sitearch}/%{pypi_name}-*.egg-info/ +%{python3_sitearch}/%{pypi_name}-*.dist-info/ %changelog +* Mon Feb 19 2024 wangkai <13474090681@163.com> - 2.2.0-1 +- Update to 2.2.0 for Cython3 + * Fri Sep 08 2023 wulei - 1.5.3-1 - Update to 1.5.3