From c739862e1ae8f8c267b56ea34f60b6413b04b551674729c9835757351c32ca11 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Jan 2022 23:04:22 +0000 Subject: [PATCH] - update to 2.0.10: * Fallback match entries might lead to UnicodeDecodeError for large bytes sequence * Skipping the language-detection (CD) on ASCII OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=23 --- charset_normalizer-2.0.10.tar.gz | 3 +++ charset_normalizer-2.0.9.tar.gz | 3 --- python-charset-normalizer.changes | 8 ++++++++ python-charset-normalizer.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 charset_normalizer-2.0.10.tar.gz delete mode 100644 charset_normalizer-2.0.9.tar.gz diff --git a/charset_normalizer-2.0.10.tar.gz b/charset_normalizer-2.0.10.tar.gz new file mode 100644 index 0000000..c3e7f61 --- /dev/null +++ b/charset_normalizer-2.0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ff5af81be8e733099e5dd79bf344f3181d1b4de25a570c0398e816b173f9f1 +size 82368 diff --git a/charset_normalizer-2.0.9.tar.gz b/charset_normalizer-2.0.9.tar.gz deleted file mode 100644 index 89f6b19..0000000 --- a/charset_normalizer-2.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3a0e1a74c1ed5804c12ed4ae3d58062434ba7b1782fcbd202633074a8319d5c -size 79757 diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index ed5ba43..9c685ad 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jan 10 23:01:54 UTC 2022 - Dirk Müller + +- update to 2.0.10: + * Fallback match entries might lead to UnicodeDecodeError for large bytes + sequence + * Skipping the language-detection (CD) on ASCII + ------------------------------------------------------------------- Mon Dec 6 20:08:41 UTC 2021 - Dirk Müller diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 47f57b5..4c5767d 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -1,7 +1,7 @@ # # spec file for package python-charset-normalizer # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-charset-normalizer -Version: 2.0.9 +Version: 2.0.10 Release: 0 Summary: Python Universal Charset detector License: MIT