From 4e6d945d9a34cc59ffffb0f2e49f2fcba5d30dc3d37ca8fa8d754f97d470fb5d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 Nov 2021 11:18:31 +0000 Subject: [PATCH] - update to 2.0.8: * Improvement over Vietnamese detection * MD improvement on trailing data and long foreign (non-pure latin) * Efficiency improvements in cd/alphabet_languages * call sum() without an intermediary list following PEP 289 recommendations * Code style as refactored by Sourcery-AI * Minor adjustment on the MD around european words * Remove and replace SRTs from assets / tests * Initialize the library logger with a `NullHandler` by default * Setting kwarg `explain` to True will add provisionally * Fix large (misleading) sequence giving UnicodeDecodeError * Avoid using too insignificant chunk * Add and expose function `set_logging_handler` to configure a specific StreamHandler OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=21 --- charset_normalizer-2.0.7.tar.gz | 3 --- charset_normalizer-2.0.8.tar.gz | 3 +++ python-charset-normalizer.changes | 18 ++++++++++++++++++ python-charset-normalizer.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 charset_normalizer-2.0.7.tar.gz create mode 100644 charset_normalizer-2.0.8.tar.gz diff --git a/charset_normalizer-2.0.7.tar.gz b/charset_normalizer-2.0.7.tar.gz deleted file mode 100644 index 1bed862..0000000 --- a/charset_normalizer-2.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6473e80f73f5918254953073798a367f120cc5717e70c917359e155901c0e2d0 -size 369094 diff --git a/charset_normalizer-2.0.8.tar.gz b/charset_normalizer-2.0.8.tar.gz new file mode 100644 index 0000000..c6a3b92 --- /dev/null +++ b/charset_normalizer-2.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb182fb03e018285e8f71641a8884836940dd8e86f4d41cb1b19b85e237d460 +size 79484 diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index 9da1cc1..4e09caa 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Nov 29 11:14:37 UTC 2021 - Dirk Müller + +- update to 2.0.8: + * Improvement over Vietnamese detection + * MD improvement on trailing data and long foreign (non-pure latin) + * Efficiency improvements in cd/alphabet_languages + * call sum() without an intermediary list following PEP 289 recommendations + * Code style as refactored by Sourcery-AI + * Minor adjustment on the MD around european words + * Remove and replace SRTs from assets / tests + * Initialize the library logger with a `NullHandler` by default + * Setting kwarg `explain` to True will add provisionally + * Fix large (misleading) sequence giving UnicodeDecodeError + * Avoid using too insignificant chunk + * Add and expose function `set_logging_handler` to configure a specific + StreamHandler + ------------------------------------------------------------------- Fri Nov 26 11:35:25 UTC 2021 - Dirk Müller diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index d25ebda..040c19f 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-charset-normalizer -Version: 2.0.7 +Version: 2.0.8 Release: 0 Summary: Python Universal Charset detector License: MIT