!4 Upgrade to latest release [python-anytree -> 2.9.0]

From: @lingjuer 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2023-08-03 08:16:11 +00:00 committed by Gitee
commit 8d28ce4f89
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 7 deletions

Binary file not shown.

BIN
anytree-2.9.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%global modname anytree %global modname anytree
Name: python-anytree Name: python-anytree
Version: 2.8.0 Version: 2.9.0
Release: 2 Release: 1
Summary: Powerful and Lightweight Python Tree Data Structure Summary: Powerful and Lightweight Python Tree Data Structure
License: Apache-2.0 License: Apache-2.0
@ -13,6 +13,9 @@ BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-poetry-core
BuildRequires: python3-pip
BuildRequires: python3-wheel
%description %description
Powerful and Lightweight Python Tree Data Structure with various plugins. Powerful and Lightweight Python Tree Data Structure with various plugins.
@ -26,26 +29,28 @@ Powerful and Lightweight Python Tree Data Structure with various plugins.
%prep %prep
%setup -q -n %{modname}-%{version} %setup -q -n %{modname}-%{version}
rm -r %{modname}.egg-info
%build %build
%py3_build %pyproject_build
%install %install
%py3_install %pyproject_install
rm $RPM_BUILD_ROOT/usr/LICENSE
%files -n python3-anytree %files -n python3-anytree
%{python3_sitelib}/%{modname}/ %{python3_sitelib}/%{modname}/
%{python3_sitelib}/%{modname}-%{version}* %{python3_sitelib}/%{modname}-%{version}*
%{_bindir}/ebt
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%changelog %changelog
* 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 * Wed Jan 20 2021 wutao <wutao61@huawei.com> - 2.8.0-2
- Modify license information. - Modify license information.