Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
169400e0fc
!12 Update version to 2.2.2
From: @zhao-jingyu985 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-04-25 02:38:31 +00:00
zhaojingyu
c7b4fc16fc update version to 2.2.2 2024-04-25 09:34:41 +08:00
openeuler-ci-bot
941a55ed59
!11 Update to 2.2.0 for Cython3
From: @wk333 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2024-02-22 02:03:43 +00:00
wk333
59d206770b Update to 2.2.0 for Cython3 2024-02-19 17:07:42 +08:00
openeuler-ci-bot
e151bc9d99
!10 Update to 1.5.3
From: @wu-leilei 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-09-11 08:28:05 +00:00
wu-leilei
ab101bf93a Update to 1.5.3 2023-09-11 09:27:35 +08:00
openeuler-ci-bot
80c1a60be3
!8 Update package to version 1.4.2
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-04-23 01:15:28 +00:00
wubijie
6d51e5844b Update package to version 1.4.2 2023-04-20 09:47:31 +08:00
openeuler-ci-bot
ac160daff2
!7 Update package to version 1.4.1
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-04-18 02:36:44 +00:00
wubijie
009455b16e Update package to version 1.4.1 2023-04-17 19:53:44 +08:00
3 changed files with 22 additions and 5 deletions

Binary file not shown.

BIN
pandas-2.2.2.tar.gz Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
%bcond_with test
Name: python-%{pypi_name}
Version: 1.3.2
Version: 2.2.2
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,27 @@ 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
* Wed Apr 24 2024 zhaojingyu <zhaojingyu@kylinos.cn> - 2.2.2-1
- Update to 2.2.2
- Avoid issuing a spurious DeprecationWarning when a custom DataFrame or Series subclass method is called
* 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
- Update to 1.5.3
* Fri Apr 21 2023 wubijie <wubijie@kylinos.cn> - 1.4.2-1
- Update package to version 1.4.2
* Tue Apr 18 2023 wubijie <wubijie@kylinos.cn> - 1.4.1-1
- Update package to version 1.4.1
* Wed Aug 25 2021 wulei <wulei80@huawei.com> - 1.3.2-1
- update to 1.3.2