Update to version 2.9.0

This commit is contained in:
lingjuer 2023-08-02 09:24:38 +08:00
parent d32e257e7c
commit 634748fdba
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
Name: python-anytree
Version: 2.8.0
Release: 2
Version: 2.9.0
Release: 1
Summary: Powerful and Lightweight Python Tree Data Structure
License: Apache-2.0
@ -13,6 +13,9 @@ 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.
@ -26,26 +29,28 @@ Powerful and Lightweight Python Tree Data Structure with various plugins.
%prep
%setup -q -n %{modname}-%{version}
rm -r %{modname}.egg-info
%build
%py3_build
%pyproject_build
%install
%py3_install
rm $RPM_BUILD_ROOT/usr/LICENSE
%pyproject_install
%files -n python3-anytree
%{python3_sitelib}/%{modname}/
%{python3_sitelib}/%{modname}-%{version}*
%{_bindir}/ebt
%doc README.rst
%license LICENSE
%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
- Modify license information.