diff --git a/anytree-2.12.0.tar.gz b/anytree-2.12.0.tar.gz new file mode 100644 index 0000000..7c84f13 Binary files /dev/null and b/anytree-2.12.0.tar.gz differ diff --git a/anytree-2.9.0.tar.gz b/anytree-2.9.0.tar.gz deleted file mode 100644 index 443c0be..0000000 Binary files a/anytree-2.9.0.tar.gz and /dev/null differ diff --git a/python-anytree.spec b/python-anytree.spec index c990691..1826c6a 100644 --- a/python-anytree.spec +++ b/python-anytree.spec @@ -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 - 2.12.0-1 +- Update package to version 2.12.0 + * Wed Aug 02 2023 zhangchenglin - 2.9.0-1 - Update package to version 2.9.0