From 280dc8e4d703193de880f12cc6d462853ab4bcf86650db6172202df847739733 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 26 Feb 2021 07:22:13 +0000 Subject: [PATCH] Accepting request 875282 from home:ecsos - Update to 2.1.7 - support Python 3.9 - drop support for Python 3.5 OBS-URL: https://build.opensuse.org/request/show/875282 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cchardet?expand=0&rev=8 --- cchardet-2.1.6.tar.gz | 3 --- cchardet-2.1.7.tar.gz | 3 +++ python-cchardet.changes | 7 +++++++ python-cchardet.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 cchardet-2.1.6.tar.gz create mode 100644 cchardet-2.1.7.tar.gz diff --git a/cchardet-2.1.6.tar.gz b/cchardet-2.1.6.tar.gz deleted file mode 100644 index 4d39579..0000000 --- a/cchardet-2.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b76afb2059ad69eab576949980a17413c1e9e5a5624abf9e43542d8853f146b3 -size 653913 diff --git a/cchardet-2.1.7.tar.gz b/cchardet-2.1.7.tar.gz new file mode 100644 index 0000000..6093477 --- /dev/null +++ b/cchardet-2.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf +size 653617 diff --git a/python-cchardet.changes b/python-cchardet.changes index 0a75864..cd16e41 100644 --- a/python-cchardet.changes +++ b/python-cchardet.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 26 06:57:19 UTC 2021 - ecsos + +- Update to 2.1.7 + - support Python 3.9 + - drop support for Python 3.5 + ------------------------------------------------------------------- Tue Sep 15 06:29:26 UTC 2020 - Steve Kowalik diff --git a/python-cchardet.spec b/python-cchardet.spec index a32ad74..19e2722 100644 --- a/python-cchardet.spec +++ b/python-cchardet.spec @@ -1,7 +1,7 @@ # # spec file for package python-cchardet # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,9 +19,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-cchardet -Version: 2.1.6 +Version: 2.1.7 Release: 0 -Summary: cChardet is high speed universal character encoding detector +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 URL: https://github.com/PyYoshi/cChardet Source: https://files.pythonhosted.org/packages/source/c/cchardet/cchardet-%{version}.tar.gz