14
0

Accepting request 697108 from home:mcalabkova:branches:devel:languages:python

- update to version 1.8.7
  * Mostly bugfixes and new tests.
  * See ChangeLog.

OBS-URL: https://build.opensuse.org/request/show/697108
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spark_parser?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-04-23 11:06:45 +00:00
committed by Git OBS Bridge
parent 1c2df08605
commit 53a70fc868
4 changed files with 14 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-spark_parser
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-spark_parser
Version: 1.6.1
Version: 1.8.7
Release: 0
Summary: An Earley-Algorithm Context-free grammar Parser Toolkit
License: MIT
@@ -34,6 +34,7 @@ BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module click}
BuildRequires: %{python_module nose >= 1.0}
BuildRequires: %{python_module pytest}
%endif
%python_subpackages
@@ -58,7 +59,7 @@ grammar. These are grammars which are left-recursive.
%if %{with test}
%check
%python_exec setup.py test
%pytest test
%endif
%files %{python_files}