From 3e7e8a34ba8b05c0bf38118187a5efc7df44c7a6a29dd57eae6af8988d40402a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Oct 2023 09:08:45 +0000 Subject: [PATCH] - update to 3.3.0: * Allow to execute the CLI (e.g. normalizer) through `python -m charset_normalizer.cli` or `python -m charset_normalizer` * Support for 9 forgotten encoding that are supported by Python but unlisted in `encoding.aliases` as they have no alias * Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.7 * Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in \_\_lt\_\_ (#350) - Update to 3.0.1 - Update to 3.0.0 * ASCII miss-detection on rare cases (PR #170) * Wrong logging level applied when setting kwarg `explain` to True - require lower-case name instead of breaking build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=41 --- charset_normalizer-3.2.0.tar.gz | 3 --- charset_normalizer-3.3.0.tar.gz | 3 +++ python-charset-normalizer.changes | 24 +++++++++++++++++++----- python-charset-normalizer.spec | 2 +- 4 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 charset_normalizer-3.2.0.tar.gz create mode 100644 charset_normalizer-3.3.0.tar.gz diff --git a/charset_normalizer-3.2.0.tar.gz b/charset_normalizer-3.2.0.tar.gz deleted file mode 100644 index 56e7f1e..0000000 --- a/charset_normalizer-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f8c0a09ab745efc68ce4c1b85292ded2f06ea106f8086f614a0a9403c3dde0a -size 91033 diff --git a/charset_normalizer-3.3.0.tar.gz b/charset_normalizer-3.3.0.tar.gz new file mode 100644 index 0000000..a04c9c2 --- /dev/null +++ b/charset_normalizer-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2970e07cae5d97f71861e856e8d4114d995285ffa8ca536776c1c04fd46943 +size 95087 diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index be7831c..f8daeea 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Oct 2 09:07:47 UTC 2023 - Dirk Müller + +- update to 3.3.0: + * Allow to execute the CLI (e.g. normalizer) through `python -m + charset_normalizer.cli` or `python -m charset_normalizer` + * Support for 9 forgotten encoding that are supported by Python + but unlisted in `encoding.aliases` as they have no alias + * Optional mypyc compilation upgraded to version 1.5.1 for + Python >= 3.7 + * Unable to properly sort CharsetMatch when both chaos/noise + and coherence were close due to an unreachable condition in + \_\_lt\_\_ (#350) + ------------------------------------------------------------------- Tue Jul 11 13:22:52 UTC 2023 - Dirk Müller @@ -30,7 +44,7 @@ Sun Mar 26 20:04:17 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Sat Dec 3 04:13:46 UTC 2022 - Yogalakshmi Arunachalam -- Update to 3.0.1 +- Update to 3.0.1 Fixed Multi-bytes cutter/chunk generator did not always cut correctly (PR #233) Changed @@ -39,7 +53,7 @@ Sat Dec 3 04:13:46 UTC 2022 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Thu Oct 27 22:18:02 UTC 2022 - Yogalakshmi Arunachalam -- Update to 3.0.0 +- Update to 3.0.0 Added * Extend the capability of explain=True when cp_isolation contains at most two entries (min one), will log in details of the Mess-detector results Support for alternative language frequency set in charset_normalizer.assets.FREQUENCIES @@ -93,7 +107,7 @@ Tue Jul 19 11:38:48 UTC 2022 - Dirk Müller Tue Feb 15 08:42:30 UTC 2022 - Dirk Müller - update to 2.0.12: - * ASCII miss-detection on rare cases (PR #170) + * ASCII miss-detection on rare cases (PR #170) * Explicit support for Python 3.11 (PR #164) * The logging behavior have been completely reviewed, now using only TRACE and DEBUG levels @@ -112,7 +126,7 @@ Mon Dec 6 20:08:41 UTC 2021 - Dirk Müller - update to 2.0.9: * Moderating the logging impact (since 2.0.8) for specific environments - * Wrong logging level applied when setting kwarg `explain` to True + * Wrong logging level applied when setting kwarg `explain` to True ------------------------------------------------------------------- Mon Nov 29 11:14:37 UTC 2021 - Dirk Müller @@ -135,7 +149,7 @@ Mon Nov 29 11:14:37 UTC 2021 - Dirk Müller ------------------------------------------------------------------- Fri Nov 26 11:35:25 UTC 2021 - Dirk Müller -- require lower-case name instead of breaking build +- require lower-case name instead of breaking build ------------------------------------------------------------------- Thu Nov 25 22:26:52 UTC 2021 - Matej Cepl diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 80f06bb..0350c31 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-charset-normalizer -Version: 3.2.0 +Version: 3.3.0 Release: 0 Summary: Python Universal Charset detector License: MIT