python-treelib

This commit is contained in:
sunhui 2023-07-27 15:27:09 +08:00
parent 0735f691bb
commit df67d1ef35
3 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-treelib Name: python-treelib
Version: 1.6.1 Version: 1.6.4
Release: 1 Release: 1
Summary: A Python 2/3 implementation of tree structure. Summary: A Python 2/3 implementation of tree structure.
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/caesar0301/treelib URL: https://github.com/caesar0301/treelib
Source0: https://files.pythonhosted.org/packages/04/b0/2269c328abffbb63979f7143351a24a066776b87526d79956aea5018b80a/treelib-1.6.1.tar.gz Source0: https://files.pythonhosted.org/packages/04/b0/2269c328abffbb63979f7143351a24a066776b87526d79956aea5018b80a/treelib-1.6.4.tar.gz
BuildArch: noarch BuildArch: noarch
@ -29,7 +29,7 @@ Provides: python3-treelib-doc
This is a simple tree data structure implementation in python. This is a simple tree data structure implementation in python.
%prep %prep
%autosetup -n treelib-1.6.1 %autosetup -n treelib-1.6.4
%build %build
%py3_build %py3_build
@ -69,5 +69,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Jul 27 2023 sunhui <sunhui@kylinos.cn> - 1.6.4-1
- Update package to version 1.6.4
* Mon Aug 09 2021 Python_Bot <Python_Bot@openeuler.org> - 1.6.1-1 * Mon Aug 09 2021 Python_Bot <Python_Bot@openeuler.org> - 1.6.1-1
- Package Spec generated - Package Spec generated

Binary file not shown.

BIN
treelib-1.6.4.tar.gz Normal file

Binary file not shown.