forked from pool/python-spark_parser
Accepting request 729761 from devel:languages:python
- Update to 1.8.9: * bugfixes and test enhancements OBS-URL: https://build.opensuse.org/request/show/729761 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-spark_parser?expand=0&rev=5
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c5e6064afbb3c114749016d585b0e4f9222d4ffa97a1854c9ab70b25783ef48
|
||||
size 116817
|
3
spark_parser-1.8.9.tar.gz
Normal file
3
spark_parser-1.8.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7bb97b97953fb8bf0cd8158d820b6467ef1e7f747738e82248ae4c824f1e25a
|
||||
size 118345
|
Reference in New Issue
Block a user