Update to 2.2.0 for Cython3

This commit is contained in:
wk333 2024-02-19 17:07:42 +08:00
parent e151bc9d99
commit 59d206770b
3 changed files with 9 additions and 5 deletions

Binary file not shown.

BIN
pandas-2.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
%bcond_with test %bcond_with test
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.5.3 Version: 2.2.0
Release: 1 Release: 1
Summary: Data structures and data analysis tools for Python Summary: Data structures and data analysis tools for Python
License: BSD License: BSD
@ -14,6 +14,7 @@ BuildRequires: python3-devel python3-setuptools python3-numpy
%if %{with test} %if %{with test}
BuildRequires: python3-pytest >= 4.0.2 BuildRequires: python3-pytest >= 4.0.2
%endif %endif
BuildRequires: python3-pip python3-wheel python3-meson-python python3-versioneer
%global _description \ %global _description \
pandas is an open source, BSD-licensed library \ 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} %autosetup -n %{pypi_name}-%{version}
%build %build
%py3_build %pyproject_build
%install %install
%py3_install %pyproject_install
%if %{with test} %if %{with test}
%check %check
@ -46,11 +47,14 @@ py.test-%{python3_version}
%files -n python3-%{pypi_name} %files -n python3-%{pypi_name}
%license LICENSE %license LICENSE
%doc README.md RELEASE.md %doc README.md
%{python3_sitearch}/%{pypi_name}/ %{python3_sitearch}/%{pypi_name}/
%{python3_sitearch}/%{pypi_name}-*.egg-info/ %{python3_sitearch}/%{pypi_name}-*.dist-info/
%changelog %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 <wu_lei@hoperun.com> - 1.5.3-1 * Fri Sep 08 2023 wulei <wu_lei@hoperun.com> - 1.5.3-1
- Update to 1.5.3 - Update to 1.5.3