!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:
commit
8d28ce4f89
Binary file not shown.
BIN
anytree-2.9.0.tar.gz
Normal file
BIN
anytree-2.9.0.tar.gz
Normal file
Binary file not shown.
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user