!5 Update package to version 2.12.0

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-11-13 09:56:24 +00:00 committed by Gitee
commit 79a5326962
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 4 additions and 5 deletions

BIN
anytree-2.12.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,9 @@
%global modname anytree %global modname anytree
Name: python-anytree Name: python-anytree
Version: 2.9.0 Version: 2.12.0
Release: 1 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
URL: https://pypi.io/project/anytree URL: https://pypi.io/project/anytree
Source0: %pypi_source %{modname} Source0: %pypi_source %{modname}
@ -30,8 +29,6 @@ Powerful and Lightweight Python Tree Data Structure with various plugins.
%prep %prep
%setup -q -n %{modname}-%{version} %setup -q -n %{modname}-%{version}
%build %build
%pyproject_build %pyproject_build
@ -42,12 +39,14 @@ Powerful and Lightweight Python Tree Data Structure with various plugins.
%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
* 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 * Wed Aug 02 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 2.9.0-1
- Update package to version 2.9.0 - Update package to version 2.9.0