python-Arpeggio

This commit is contained in:
sunhui 2023-08-01 09:45:43 +08:00
parent dad0b1463e
commit 9c6fcd1e8d
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
Arpeggio-2.0.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-Arpeggio Name: python-Arpeggio
Version: 2.0.0 Version: 2.0.2
Release: 1 Release: 1
Summary: Packrat parser interpreter Summary: Packrat parser interpreter
License: MIT License: MIT
URL: https://github.com/textX/Arpeggio URL: https://github.com/textX/Arpeggio
Source0: https://files.pythonhosted.org/packages/3d/ed/53c315e680fdf58818c0938f6c132df4342c95fc68977001244403fee476/Arpeggio-2.0.0.tar.gz Source0: https://files.pythonhosted.org/packages/12/c4/516bb54456f85ad1947702ea4cef543a59de66d31a9887dbc3d9df36e3e1/Arpeggio-2.0.2.tar.gz
BuildArch: noarch BuildArch: noarch
@ -30,7 +30,7 @@ Provides: python3-Arpeggio-doc
%description help %_description %description help %_description
%prep %prep
%autosetup -n Arpeggio-2.0.0 %autosetup -n Arpeggio-2.0.2
%build %build
%py3_build %py3_build
@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Aug 01 2023 sunhui <sunhui@kylinos.cn> - 2.0.2-1
- Update package to version 2.0.2
* Tue Jul 04 2023 chenzixuan <chenzixuan@kylinos.cn> - 2.0.0-1 * Tue Jul 04 2023 chenzixuan <chenzixuan@kylinos.cn> - 2.0.0-1
- Package updated to latest 2.0.0 version - Package updated to latest 2.0.0 version