diff --git a/python-treelib.spec b/python-treelib.spec index 7c3af9de2a33ceab26deffa91e5e89b5b5120afd..fa7e2ae7417d2dc1d8d027acb55f20580a02de7b 100644 --- a/python-treelib.spec +++ b/python-treelib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-treelib -Version: 1.6.4 +Version: 1.7.0 Release: 1 Summary: A Python 2/3 implementation of tree structure. License: Apache-2.0 URL: https://github.com/caesar0301/treelib -Source0: https://files.pythonhosted.org/packages/04/b0/2269c328abffbb63979f7143351a24a066776b87526d79956aea5018b80a/treelib-1.6.4.tar.gz +Source0: https://files.pythonhosted.org/packages/d8/ec/962387a2bd7ece011f47cfa08f06f832fc9fd41b31f4f0007b8b7948eb93/treelib-%{version}.tar.gz BuildArch: noarch @@ -29,7 +29,7 @@ Provides: python3-treelib-doc This is a simple tree data structure implementation in python. %prep -%autosetup -n treelib-1.6.4 +%autosetup -n treelib-%{version} %build %py3_build @@ -69,6 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 9 2023 weidong - 1.7.0-1 +- Update to upstream release 1.7.0 + * Thu Jul 27 2023 sunhui - 1.6.4-1 - Update package to version 1.6.4 diff --git a/treelib-1.6.4.tar.gz b/treelib-1.6.4.tar.gz deleted file mode 100644 index 0dd058c50e6a4e50eab54ad569d702caeda5c988..0000000000000000000000000000000000000000 Binary files a/treelib-1.6.4.tar.gz and /dev/null differ diff --git a/treelib-1.7.0.tar.gz b/treelib-1.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5b2752a6890bab1d710735a4cd4810bb4eba3053 Binary files /dev/null and b/treelib-1.7.0.tar.gz differ