- 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
This commit is contained in:
parent
380896adbc
commit
4e6d945d9a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6473e80f73f5918254953073798a367f120cc5717e70c917359e155901c0e2d0
|
||||
size 369094
|
3
charset_normalizer-2.0.8.tar.gz
Normal file
3
charset_normalizer-2.0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bb182fb03e018285e8f71641a8884836940dd8e86f4d41cb1b19b85e237d460
|
||||
size 79484
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 11:14:37 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user