Upgrade package to version 0.12.0

This commit is contained in:
Gzx1999 2022-09-25 08:27:16 +08:00
parent 41e7d49891
commit 036ed86ff5
3 changed files with 8 additions and 3 deletions

Binary file not shown.

BIN
lark-parser-0.12.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-lark-parser
Version: 0.11.3
Version: 0.12.0
Release: 1
Summary: a modern parsing library
License: MIT
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
%description
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.
%prep
%autosetup -n lark-parser-0.11.3
%autosetup -n lark-parser-%{version}
%build
%py3_build
@ -71,5 +73,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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>
- Package Spec generated