From a598c70e347824a96f87e4d3b420288de28a5ecacb4808a939a6ea438fdd8671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 10:10:56 +0000 Subject: [PATCH] - 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 --- python-spark_parser.changes | 6 ++++++ python-spark_parser.spec | 13 ++++--------- spark_parser-1.8.7.tar.gz | 3 --- spark_parser-1.8.9.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 spark_parser-1.8.7.tar.gz create mode 100644 spark_parser-1.8.9.tar.gz diff --git a/python-spark_parser.changes b/python-spark_parser.changes index 730246e..ddb280e 100644 --- a/python-spark_parser.changes +++ b/python-spark_parser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 10 10:10:05 UTC 2019 - Tomáš Chvátal + +- Update to 1.8.9: + * bugfixes and test enhancements + ------------------------------------------------------------------- Tue Apr 23 10:30:39 UTC 2019 - Marketa Calabkova diff --git a/python-spark_parser.spec b/python-spark_parser.spec index d9ae6b2..0bb78ee 100644 --- a/python-spark_parser.spec +++ b/python-spark_parser.spec @@ -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 diff --git a/spark_parser-1.8.7.tar.gz b/spark_parser-1.8.7.tar.gz deleted file mode 100644 index 37c3128..0000000 --- a/spark_parser-1.8.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c5e6064afbb3c114749016d585b0e4f9222d4ffa97a1854c9ab70b25783ef48 -size 116817 diff --git a/spark_parser-1.8.9.tar.gz b/spark_parser-1.8.9.tar.gz new file mode 100644 index 0000000..2b2bf0d --- /dev/null +++ b/spark_parser-1.8.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bb97b97953fb8bf0cd8158d820b6467ef1e7f747738e82248ae4c824f1e25a +size 118345