Compare commits

..

No commits in common. "29873f819aa887b28d1558da91e1d30b980c14c1" and "e50419e0702726a216593d1c1289376d1538826e" have entirely different histories.

2 changed files with 0 additions and 60 deletions

Binary file not shown.

View File

@ -1,60 +0,0 @@
%global modname anytree
Name: python-anytree
Version: 2.12.1
Release: 1
Summary: Powerful and Lightweight Python Tree Data Structure
License: Apache-2.0
URL: https://pypi.io/project/anytree
Source0: %pypi_source %{modname}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-poetry-core
BuildRequires: python3-pip
BuildRequires: python3-wheel
%description
Powerful and Lightweight Python Tree Data Structure with various plugins.
%package -n python3-anytree
Summary: Powerful and Lightweight Python Tree Data Structure
%description -n python3-anytree
Powerful and Lightweight Python Tree Data Structure with various plugins.
%prep
%setup -q -n %{modname}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-anytree
%{python3_sitelib}/%{modname}/
%{python3_sitelib}/%{modname}-%{version}*
%doc README.rst
%license LICENSE
%changelog
* Fri Feb 23 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 2.12.1-1
- Update package to version 2.12.1
* Mon Nov 13 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.12.0-1
- Update package to version 2.12.0
* Wed Aug 02 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 2.9.0-1
- Update package to version 2.9.0
* Wed Jan 20 2021 wutao <wutao61@huawei.com> - 2.8.0-2
- Modify license information.
* Thu Jun 11 2020 Dillon Cheng <dillon.chen@turbolinux.com.cn> - 2.8.0-1
- build for openEuler