15
0

Accepting request 682187 from devel:languages:python

- Update to 2.3.2.1.0.0:
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/682187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cPyparsing?expand=0&rev=3
This commit is contained in:
2019-03-22 14:00:49 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3001788fd82c66e48d0f832d6f94b9e3c8a9ae0a7b95e45a76d688a356b8d1c0
size 694507

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 6 14:23:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.3.2.1.0.0:
* no upstream changelog
-------------------------------------------------------------------
Tue Feb 5 13:49:31 UTC 2019 - alarrosa@suse.com

View File

@@ -18,19 +18,18 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cPyparsing
Version: 2.2.0.1.1.2
Version: 2.3.2.1.0.0
Release: 0
Summary: Cython implementation of PyParsing
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/evhub/cpyparsing
URL: https://github.com/evhub/cpyparsing
Source: https://files.pythonhosted.org/packages/source/c/cPyparsing/cPyparsing-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%python_subpackages
%description