Accepting request 1128743 from devel:languages:python
- 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/request/show/1128743 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-charset-normalizer?expand=0&rev=22
This commit is contained in:
commit
223430a4ca
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bf2970e07cae5d97f71861e856e8d4114d995285ffa8ca536776c1c04fd46943
|
|
||||||
size 95087
|
|
3
charset_normalizer-3.3.2.tar.gz
Normal file
3
charset_normalizer-3.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9948e5c17831916ef192cf3f26c744d539eb6f4e9e3b02eea649552c52b10d91
|
||||||
|
size 95792
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 25 14:12:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Mon Oct 2 09:07:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-charset-normalizer
|
Name: python-charset-normalizer
|
||||||
Version: 3.3.0
|
Version: 3.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Universal Charset detector
|
Summary: Python Universal Charset detector
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user