14
0

- Update to 1.8.9:

* bugfixes and test enhancements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spark_parser?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-09-10 10:10:56 +00:00
committed by Git OBS Bridge
parent 53a70fc868
commit a598c70e34
4 changed files with 13 additions and 12 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 10 10:10:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.8.9:
* bugfixes and test enhancements
-------------------------------------------------------------------
Tue Apr 23 10:30:39 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -17,25 +17,22 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-spark_parser
Version: 1.8.7
Version: 1.8.9
Release: 0
Summary: An Earley-Algorithm Context-free grammar Parser Toolkit
License: MIT
Group: Development/Languages/Python
URL: https://github.com/rocky/python-spark/
Source: https://files.pythonhosted.org/packages/source/s/spark_parser/spark_parser-%{version}.tar.gz
BuildRequires: %{python_module click}
BuildRequires: %{python_module nose >= 1.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-click
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module click}
BuildRequires: %{python_module nose >= 1.0}
BuildRequires: %{python_module pytest}
%endif
%python_subpackages
%description
@@ -57,10 +54,8 @@ grammar. These are grammars which are left-recursive.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with test}
%check
%pytest test
%endif
%files %{python_files}
%license LICENSE

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c5e6064afbb3c114749016d585b0e4f9222d4ffa97a1854c9ab70b25783ef48
size 116817

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7bb97b97953fb8bf0cd8158d820b6467ef1e7f747738e82248ae4c824f1e25a
size 118345