!6 Upgrade to latest release [python-Arpeggio -> 2.0.0]
From: @Jason_828e Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
dad0b1463e
Binary file not shown.
BIN
Arpeggio-2.0.0.tar.gz
Normal file
BIN
Arpeggio-2.0.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-Arpeggio
|
Name: python-Arpeggio
|
||||||
Version: 1.9.2
|
Version: 2.0.0
|
||||||
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/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
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -18,6 +18,8 @@ Arpeggio is a recursive descent parser with memoization based on PEG grammars\
|
|||||||
Summary: Packrat parser interpreter
|
Summary: Packrat parser interpreter
|
||||||
Provides: python-Arpeggio
|
Provides: python-Arpeggio
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-wheel
|
||||||
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pytest-runner
|
BuildRequires: python3-pytest-runner
|
||||||
%description -n python3-Arpeggio %_description
|
%description -n python3-Arpeggio %_description
|
||||||
@ -28,7 +30,7 @@ Provides: python3-Arpeggio-doc
|
|||||||
%description help %_description
|
%description help %_description
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Arpeggio-1.9.2
|
%autosetup -n Arpeggio-2.0.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -68,5 +70,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 04 2023 chenzixuan <chenzixuan@kylinos.cn> - 2.0.0-1
|
||||||
|
- Package updated to latest 2.0.0 version
|
||||||
|
|
||||||
* Tue Jun 23 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Tue Jun 23 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user