15
0

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

- update to 2.4.5.0.1.1
  * add Python 3.8
  * Remove Py 2.6 testing

OBS-URL: https://build.opensuse.org/request/show/766774
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cPyparsing?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-01-24 09:42:07 +00:00
committed by Git OBS Bridge
parent f1b772937c
commit be2d35fe07
4 changed files with 15 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cPyparsing
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cPyparsing
Version: 2.4.0.1.0.0
Version: 2.4.5.0.1.1
Release: 0
Summary: Cython implementation of PyParsing
License: Apache-2.0
@@ -46,6 +46,9 @@ export CFLAGS="%{optflags}"
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
# no tests in PyPi tarball and no release tags in GitHub repo https://github.com/evhub/cpyparsing/issues/3
%files %{python_files}
%doc README.md
%license LICENSE.txt