#5 Update to 0.9.0, run tests
Merged 3 years ago by totol. Opened 3 years ago by churchyard.
rpms/ churchyard/python-lark-parser 0.9  into  master

file modified
+1
@@ -1,1 +1,2 @@ 

  /lark-parser-0.8.2.tar.gz

+ /lark-parser-0.9.0.tar.gz

file modified
+8 -2
@@ -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
@@ -82,6 +82,9 @@ 

  %py3_install

  rm -rfv %{buildroot}/%{python3_sitelib}/lark-stubs/

  

+ %check

+ %{python3} -m tests

+ 

  %files -n python3-%{pypi_name}

  %license LICENSE

  %doc README.md examples
@@ -89,6 +92,9 @@ 

  %{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

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (lark-parser-0.8.2.tar.gz) = f86f239406dd11bae2920c9f7514cdfbf442c5a7a5934085e8be3c30a1c363f96bf5132b701a83b9073b78bbb0bd72feea80e2414389f1aefda9b4147605686c

+ SHA512 (lark-parser-0.9.0.tar.gz) = e22f35666aa39cc504eaf48950170bd44eb9d9e15ae2f13d47a4950576be31f1bbabf799847b02e5ee22c0f96fb75c5256c8e4a4aa195caa830444f5b91d6852

This is needed for poetry-core 1.0.0. Note that 0.9.0 is explicitly listed, I don't know yet if 0.10.0 would work, so please don't update to the most recent version just yet.

@totol Can I merge this? I'd be happy to help you co-maintain this package.

Would you mind if I merged this? If not, I'll merge in a week.

Pull-Request has been merged by totol

3 years ago