parent
7e877d3a4a
commit
fdd4184551
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/lark-parser-0.8.1.tar.gz
|
/lark-parser-0.8.2.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global pypi_name lark-parser
|
%global pypi_name lark-parser
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.8.1
|
Version: 0.8.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Lark is a modern general-purpose parsing library for Python
|
Summary: Lark is a modern general-purpose parsing library for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -80,6 +80,7 @@ Features:
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
rm -rfv %{buildroot}/%{python3_sitelib}/lark-stubs/
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -88,6 +89,9 @@ Features:
|
|||||||
%{python3_sitelib}/lark/
|
%{python3_sitelib}/lark/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 07 2020 Thomas Andrejak <thomas.andrejak@gmail.com> - 0.8.2-1
|
||||||
|
- Update to 0.8.2
|
||||||
|
|
||||||
* Mon Feb 24 2020 Thomas Andrejak <thomas.andrejak@gmail.com> - 0.8.1-1
|
* Mon Feb 24 2020 Thomas Andrejak <thomas.andrejak@gmail.com> - 0.8.1-1
|
||||||
- Update to 0.8.1
|
- Update to 0.8.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lark-parser-0.8.1.tar.gz) = 601ac368b499fc28a065dc5aaf72df137c25e966e5e273cd75745eb02af7b98c968a92f99c030634aca034944e8aa2f08deeeade14cc7a9a227dd534f2e7820b
|
SHA512 (lark-parser-0.8.2.tar.gz) = f86f239406dd11bae2920c9f7514cdfbf442c5a7a5934085e8be3c30a1c363f96bf5132b701a83b9073b78bbb0bd72feea80e2414389f1aefda9b4147605686c
|
||||||
|
Loading…
Reference in New Issue
Block a user