diff --git a/Arpeggio-1.9.2.tar.gz b/Arpeggio-1.9.2.tar.gz deleted file mode 100644 index cd3bd51..0000000 Binary files a/Arpeggio-1.9.2.tar.gz and /dev/null differ diff --git a/Arpeggio-2.0.0.tar.gz b/Arpeggio-2.0.0.tar.gz new file mode 100644 index 0000000..9cbfcbd Binary files /dev/null and b/Arpeggio-2.0.0.tar.gz differ diff --git a/python-Arpeggio.spec b/python-Arpeggio.spec index 67ec533..44038c3 100644 --- a/python-Arpeggio.spec +++ b/python-Arpeggio.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Arpeggio -Version: 1.9.2 +Version: 2.0.0 Release: 1 Summary: Packrat parser interpreter License: MIT URL: https://github.com/textX/Arpeggio -Source0: https://files.pythonhosted.org/packages/0e/a0/1fe16e650729c121af617d2038608b60359454e93e652f152a5c69abadf8/Arpeggio-1.9.2.tar.gz +Source0: https://files.pythonhosted.org/packages/3d/ed/53c315e680fdf58818c0938f6c132df4342c95fc68977001244403fee476/Arpeggio-2.0.0.tar.gz BuildArch: noarch @@ -18,6 +18,8 @@ Arpeggio is a recursive descent parser with memoization based on PEG grammars\ Summary: Packrat parser interpreter Provides: python-Arpeggio BuildRequires: python3-devel +BuildRequires: python3-wheel +BuildRequires: python3-pip BuildRequires: python3-setuptools BuildRequires: python3-pytest-runner %description -n python3-Arpeggio %_description @@ -28,7 +30,7 @@ Provides: python3-Arpeggio-doc %description help %_description %prep -%autosetup -n Arpeggio-1.9.2 +%autosetup -n Arpeggio-2.0.0 %build %py3_build @@ -68,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jul 04 2023 chenzixuan - 2.0.0-1 +- Package updated to latest 2.0.0 version + * Tue Jun 23 2020 Python_Bot - Package Spec generated