From 9cd0e22679b7b508ca57d90f4ea36b347fe35ecf42a2022226c5f3f8bfa311a0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 25 Nov 2023 14:12:46 +0000 Subject: [PATCH] - update to 3.3.2: * Unintentional memory usage regression when using large payload that match several encoding (#376) * Regression on some detection case showcased in the documentation (#371) * Noise (md) probe that identify malformed arabic representation due to the presence of letters in isolated form * Optional mypyc compilation upgraded to version 1.6.1 for Python >= 3.8 * Improved the general detection reliability based on reports from the community OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=43 --- charset_normalizer-3.3.0.tar.gz | 3 --- charset_normalizer-3.3.2.tar.gz | 3 +++ python-charset-normalizer.changes | 16 ++++++++++++++++ python-charset-normalizer.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 charset_normalizer-3.3.0.tar.gz create mode 100644 charset_normalizer-3.3.2.tar.gz diff --git a/charset_normalizer-3.3.0.tar.gz b/charset_normalizer-3.3.0.tar.gz deleted file mode 100644 index a04c9c2..0000000 --- a/charset_normalizer-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf2970e07cae5d97f71861e856e8d4114d995285ffa8ca536776c1c04fd46943 -size 95087 diff --git a/charset_normalizer-3.3.2.tar.gz b/charset_normalizer-3.3.2.tar.gz new file mode 100644 index 0000000..5bb58d5 --- /dev/null +++ b/charset_normalizer-3.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9948e5c17831916ef192cf3f26c744d539eb6f4e9e3b02eea649552c52b10d91 +size 95792 diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index f8daeea..2fc9256 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Nov 25 14:12:18 UTC 2023 - Dirk Müller + +- update to 3.3.2: + * Unintentional memory usage regression when using large + payload that match several encoding (#376) + * Regression on some detection case showcased in the + documentation (#371) + * Noise (md) probe that identify malformed arabic + representation due to the presence of letters in isolated + form + * Optional mypyc compilation upgraded to version 1.6.1 for + Python >= 3.8 + * Improved the general detection reliability based on reports + from the community + ------------------------------------------------------------------- Mon Oct 2 09:07:47 UTC 2023 - Dirk Müller diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 0350c31..52b7a66 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.3.0 +Version: 3.3.2 Release: 0 Summary: Python Universal Charset detector License: MIT