Update to version 2.9.0
This commit is contained in:
parent
d32e257e7c
commit
634748fdba
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
|
%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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user