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
This commit is contained in:
Matej Cepl 2023-02-21 07:24:22 +00:00 committed by Git OBS Bridge
parent 88a09dc9ce
commit b356da021f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 20 13:12:19 UTC 2023 - ecsos <ecsos@opensuse.org>
- To fix build error correct capitalization of python modul Cython.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 19 12:37:25 UTC 2023 - Dirk Müller <dmueller@suse.com> Sun Feb 19 12:37:25 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -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 License: GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1
URL: https://github.com/PyYoshi/cChardet URL: https://github.com/PyYoshi/cChardet
Source: https://files.pythonhosted.org/packages/source/c/cchardet/cchardet-%{version}.tar.gz 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 devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes