!2 Upgrade package to version 0.12.0
From: @Gzx1999 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
f7dc722c6e
Binary file not shown.
BIN
lark-parser-0.12.0.tar.gz
Normal file
BIN
lark-parser-0.12.0.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,14 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-lark-parser
|
Name: python-lark-parser
|
||||||
Version: 0.11.3
|
Version: 0.12.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: a modern parsing library
|
Summary: a modern parsing library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/lark-parser/lark
|
URL: https://github.com/lark-parser/lark
|
||||||
Source0: https://files.pythonhosted.org/packages/cd/55/8951788003c9f65dfcf9c51d7ba7952c6c5ae72685aa3cf9c66e925bd538/lark-parser-0.11.3.tar.gz
|
Source0: https://files.pythonhosted.org/packages/5a/ee/fd1192d7724419ddfe15b6f17d1c8742800d4de917c0adac3b6aaf22e921/lark-parser-0.12.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
Lark is a modern general-purpose parsing library for Python.
|
Lark is a modern general-purpose parsing library for Python.
|
||||||
@ -31,7 +33,7 @@ Lark is a modern general-purpose parsing library for Python.
|
|||||||
With Lark, you can parse any context-free grammar, efficiently, with very little code.
|
With Lark, you can parse any context-free grammar, efficiently, with very little code.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n lark-parser-0.11.3
|
%autosetup -n lark-parser-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -71,5 +73,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 25 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.12.0-1
|
||||||
|
- Upgrade package to version 0.12.0
|
||||||
|
|
||||||
* Wed Jun 02 2021 OpenStack_SIG <openstack@openeuler.org>
|
* Wed Jun 02 2021 OpenStack_SIG <openstack@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user