diff --git a/Arpeggio-2.0.2.tar.gz b/Arpeggio-2.0.2.tar.gz deleted file mode 100644 index e99ddfe1762270f47b1411e4f184f772905b846f..0000000000000000000000000000000000000000 Binary files a/Arpeggio-2.0.2.tar.gz and /dev/null differ diff --git a/Arpeggio-2.0.3.tar.gz b/Arpeggio-2.0.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1bf8a0e99a40a8ae130ac6fe663d9d0b95390880 Binary files /dev/null and b/Arpeggio-2.0.3.tar.gz differ diff --git a/python-Arpeggio.spec b/python-Arpeggio.spec index c51b648e78432b60d170b0aa7aa5d85ae0823067..95716d3315b8ce6603d6ed5c1452a20b409b1062 100644 --- a/python-Arpeggio.spec +++ b/python-Arpeggio.spec @@ -1,11 +1,12 @@ %global _empty_manifest_terminate_build 0 -Name: python-Arpeggio -Version: 2.0.2 +%global srcname Arpeggio +Name: python-%{srcname} +Version: 2.0.3 Release: 1 Summary: Packrat parser interpreter License: MIT URL: https://github.com/textX/Arpeggio -Source0: https://files.pythonhosted.org/packages/12/c4/516bb54456f85ad1947702ea4cef543a59de66d31a9887dbc3d9df36e3e1/Arpeggio-2.0.2.tar.gz +Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch @@ -30,7 +31,7 @@ Provides: python3-Arpeggio-doc %description help %_description %prep -%autosetup -n Arpeggio-2.0.2 +%autosetup -n %{srcname}-%{version} %build %py3_build @@ -70,6 +71,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 12 2025 lichenguang - 2.0.3-1 +- Update pacakge to version 2.0.3 +- Fixed memory leak through exception traceback +- ci: update ubuntu image and supported Python + * Tue Aug 01 2023 sunhui - 2.0.2-1 - Update package to version 2.0.2