Update package to version 2.12.0

This commit is contained in:
jxy_git 2023-11-13 17:06:09 +08:00
parent 8d28ce4f89
commit f76c4a105d
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
Name: python-anytree
Version: 2.9.0
Version: 2.12.0
Release: 1
Summary: Powerful and Lightweight Python Tree Data Structure
License: Apache-2.0
URL: https://pypi.io/project/anytree
Source0: %pypi_source %{modname}
@ -30,8 +29,6 @@ Powerful and Lightweight Python Tree Data Structure with various plugins.
%prep
%setup -q -n %{modname}-%{version}
%build
%pyproject_build
@ -42,12 +39,14 @@ Powerful and Lightweight Python Tree Data Structure with various plugins.
%files -n python3-anytree
%{python3_sitelib}/%{modname}/
%{python3_sitelib}/%{modname}-%{version}*
%{_bindir}/ebt
%doc README.rst
%license LICENSE
%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
- Update package to version 2.9.0