diff --git a/Arpeggio-2.0.0.tar.gz b/Arpeggio-2.0.0.tar.gz deleted file mode 100644 index 9cbfcbd..0000000 Binary files a/Arpeggio-2.0.0.tar.gz and /dev/null differ diff --git a/Arpeggio-2.0.2.tar.gz b/Arpeggio-2.0.2.tar.gz new file mode 100644 index 0000000..e99ddfe Binary files /dev/null and b/Arpeggio-2.0.2.tar.gz differ diff --git a/python-Arpeggio.spec b/python-Arpeggio.spec index 44038c3..c51b648 100644 --- a/python-Arpeggio.spec +++ b/python-Arpeggio.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Arpeggio -Version: 2.0.0 +Version: 2.0.2 Release: 1 Summary: Packrat parser interpreter License: MIT 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 @@ -30,7 +30,7 @@ Provides: python3-Arpeggio-doc %description help %_description %prep -%autosetup -n Arpeggio-2.0.0 +%autosetup -n Arpeggio-2.0.2 %build %py3_build @@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 01 2023 sunhui - 2.0.2-1 +- Update package to version 2.0.2 + * Tue Jul 04 2023 chenzixuan - 2.0.0-1 - Package updated to latest 2.0.0 version