update version to 2.0.0

updated spec file

added missing dependency
This commit is contained in:
Jason_828e 2023-07-03 17:47:16 +08:00
parent aaabcc4869
commit d106ccf473
3 changed files with 8 additions and 3 deletions

Binary file not shown.

BIN
Arpeggio-2.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <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>
- Package Spec generated