From b356da021f37d78d088ee4f6b2cf45a78ca101cb410b650064be313be6585cbf Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 21 Feb 2023 07:24:22 +0000 Subject: [PATCH] Accepting request 1066827 from home:ecsos - To fix build error correct capitalization of python modul Cython. OBS-URL: https://build.opensuse.org/request/show/1066827 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cchardet?expand=0&rev=12 --- python-cchardet.changes | 5 +++++ python-cchardet.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-cchardet.changes b/python-cchardet.changes index 0bff8a6..512344b 100644 --- a/python-cchardet.changes +++ b/python-cchardet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 20 13:12:19 UTC 2023 - ecsos + +- To fix build error correct capitalization of python modul Cython. + ------------------------------------------------------------------- Sun Feb 19 12:37:25 UTC 2023 - Dirk Müller diff --git a/python-cchardet.spec b/python-cchardet.spec index 91a2522..4416f82 100644 --- a/python-cchardet.spec +++ b/python-cchardet.spec @@ -25,7 +25,7 @@ Summary: CChardet is high speed universal character encoding detector License: GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1 URL: https://github.com/PyYoshi/cChardet Source: https://files.pythonhosted.org/packages/source/c/cchardet/cchardet-%{version}.tar.gz -BuildRequires: %{python_module cython} +BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes