Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cchardet for openSUSE:Factory
checked in at 2023-02-19 18:19:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cchardet (Old)
and /work/SRC/openSUSE:Factory/.python-cchardet.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cchardet"
Sun Feb 19 18:19:56 2023 rev:5 rq:1066619 version:2.1.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cchardet/python-cchardet.changes
2021-03-05 13:44:22.351572900 +0100
+++
/work/SRC/openSUSE:Factory/.python-cchardet.new.22824/python-cchardet.changes
2023-02-19 18:19:57.405860299 +0100
@@ -1,0 +2,5 @@
+Sun Feb 19 12:37:25 UTC 2023 - Dirk Müller <[email protected]>
+
+- build with cythonize to have working code for python 3.11
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cchardet.spec ++++++
--- /var/tmp/diff_new_pack.jkdJcE/_old 2023-02-19 18:19:57.817862918 +0100
+++ /var/tmp/diff_new_pack.jkdJcE/_new 2023-02-19 18:19:57.821862943 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-cchardet
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,9 +22,10 @@
Version: 2.1.7
Release: 0
Summary: CChardet is high speed universal character encoding detector
-License: MPL-1.1 OR LGPL-2.1-or-later OR GPL-2.0-or-later
+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 devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -33,7 +34,7 @@
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(uchardet)
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
%python_subpackages
%description