Update to 0.9.0
This commit is contained in:
parent
a4eaded158
commit
e0e27e9797
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/lark-parser-0.8.2.tar.gz
|
||||
/lark-parser-0.9.0.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global pypi_name lark-parser
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.8.2
|
||||
Release: 3%{?dist}
|
||||
Version: 0.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Lark is a modern general-purpose parsing library for Python
|
||||
License: MIT
|
||||
Url: https://github.com/lark-parser/lark
|
||||
@ -89,6 +89,9 @@ rm -rfv %{buildroot}/%{python3_sitelib}/lark-stubs/
|
||||
%{python3_sitelib}/lark/
|
||||
|
||||
%changelog
|
||||
* Mon Oct 05 2020 Miro Hrončok <mhroncok@redhat.com> - 0.9.0-1
|
||||
- Update to 0.9.0
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lark-parser-0.8.2.tar.gz) = f86f239406dd11bae2920c9f7514cdfbf442c5a7a5934085e8be3c30a1c363f96bf5132b701a83b9073b78bbb0bd72feea80e2414389f1aefda9b4147605686c
|
||||
SHA512 (lark-parser-0.9.0.tar.gz) = e22f35666aa39cc504eaf48950170bd44eb9d9e15ae2f13d47a4950576be31f1bbabf799847b02e5ee22c0f96fb75c5256c8e4a4aa195caa830444f5b91d6852
|
||||
|
Loading…
Reference in New Issue
Block a user