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,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 23 10:30:39 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.8.7
* Mostly bugfixes and new tests.
* See ChangeLog.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 4 12:54:32 UTC 2018 - Matej Cepl <mcepl@suse.com> Tue Dec 4 12:54:32 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

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

View File

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

View File

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