From 2da178cdd57c80a50bae3b2a8a6abb2add029b9f28c6d3ee6aa16e7d6ead16c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 4 Mar 2019 08:57:58 +0000 Subject: [PATCH] - Drop the cython dependencies and mark package as noach: * Upstream dropped the cython code OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=22 --- python-mistune.changes | 6 ++++++ python-mistune.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-mistune.changes b/python-mistune.changes index 0dd0605..d65016b 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 4 08:56:53 UTC 2019 - Tomáš Chvátal + +- Drop the cython dependencies and mark package as noach: + * Upstream dropped the cython code + ------------------------------------------------------------------- Sat Mar 2 04:51:06 UTC 2019 - Arun Persaud diff --git a/python-mistune.spec b/python-mistune.spec index d6905dd..f304a2e 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -25,12 +25,11 @@ License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/lepture/mistune Source0: https://files.pythonhosted.org/packages/source/m/mistune/mistune-%{version}.tar.gz -BuildRequires: %{python_module Cython} -BuildRequires: %{python_module devel} BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildArch: noarch %python_subpackages %description