Compare commits
No commits in common. "169400e0fc9773267a90f0e761eafddd1cddc113" and "ef7682624e1bfe38143cae5be12ff2b3def5f12c" have entirely different histories.
169400e0fc
...
ef7682624e
BIN
pandas-1.3.2.tar.gz
Normal file
BIN
pandas-1.3.2.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 2.2.2
|
Version: 1.3.2
|
||||||
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,7 +14,6 @@ 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 \
|
||||||
@ -35,10 +34,10 @@ Requires: python3-numpy python3-dateutil python3-pytz python3-hypothesis python3
|
|||||||
%autosetup -n %{pypi_name}-%{version}
|
%autosetup -n %{pypi_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_build
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%py3_install
|
||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
@ -47,27 +46,11 @@ py.test-%{python3_version}
|
|||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md RELEASE.md
|
||||||
%{python3_sitearch}/%{pypi_name}/
|
%{python3_sitearch}/%{pypi_name}/
|
||||||
%{python3_sitearch}/%{pypi_name}-*.dist-info/
|
%{python3_sitearch}/%{pypi_name}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 25 2021 wulei <wulei80@huawei.com> - 1.3.2-1
|
||||||
- update to 1.3.2
|
- update to 1.3.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user