diff --git a/anytree-2.8.0.tar.gz b/anytree-2.8.0.tar.gz deleted file mode 100644 index 9501ecb89b46bd5e310e609aca7ed3e18646c3b0..0000000000000000000000000000000000000000 Binary files a/anytree-2.8.0.tar.gz and /dev/null differ diff --git a/anytree-2.9.0.tar.gz b/anytree-2.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..443c0beda9c4228f3799091cececd76d3b3d5cb9 Binary files /dev/null and b/anytree-2.9.0.tar.gz differ diff --git a/python-anytree.spec b/python-anytree.spec index c9073029a8101d7d3b8d7a4a790a9739ef5884aa..c9906913d0038a420ce23f66990c94967448615a 100644 --- a/python-anytree.spec +++ b/python-anytree.spec @@ -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 - 2.9.0-1 +- Update package to version 2.9.0 + * Wed Jan 20 2021 wutao - 2.8.0-2 - Modify license information.