Accepting request 570447 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/570447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=34
This commit is contained in:
2018-02-03 14:36:57 +00:00
committed by Git OBS Bridge
parent 122cf26c26
commit b5e0370391
6 changed files with 22 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Cython-doc
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%ifarch x86_64
%bcond_without test
%else
@@ -23,7 +24,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Cython-doc
Version: 0.26.1
Version: 0.27.3
Release: 0
Url: http://www.cython.org
Summary: The Cython compiler for writing C extensions for the Python language
@@ -35,8 +36,8 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
%if %{with test}
BuildRequires: gcc-c++
BuildRequires: %{python_module Cython = %{version}}
BuildRequires: gcc-c++
%endif
BuildArch: noarch