Accepting request 991152 from devel:languages:python
- update to 2.1.0: * Output the Unicode table version when running the CLI with `--version` * Re-use decoded buffer for single byte character sets * Fixing some performance bottlenecks * Workaround potential bug in cpython with Zero Width No-Break Space located * in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space * CLI default threshold aligned with the API threshold from * Support for Python 3.5 (PR #192) * Use of backport unicodedata from `unicodedata2` as Python is quickly catching up, scheduled for removal in 3.0 OBS-URL: https://build.opensuse.org/request/show/991152 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-charset-normalizer?expand=0&rev=13
This commit is contained in:
commit
18b088feb8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8dd3a1a5444741208d627993344516cb62909c8c3f5c55deaa5bee6a305ead7a
|
||||
size 83293
|
3
charset_normalizer-2.1.0.tar.gz
Normal file
3
charset_normalizer-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bfd977140480c2ee8905183d764a848f86e6d9aae8977692f1ecd609bb887bd
|
||||
size 85498
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 19 11:38:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.1.0:
|
||||
* Output the Unicode table version when running the CLI with `--version`
|
||||
* Re-use decoded buffer for single byte character sets
|
||||
* Fixing some performance bottlenecks
|
||||
* Workaround potential bug in cpython with Zero Width No-Break Space located
|
||||
* in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space
|
||||
* CLI default threshold aligned with the API threshold from
|
||||
* Support for Python 3.5 (PR #192)
|
||||
* Use of backport unicodedata from `unicodedata2` as Python is quickly
|
||||
catching up, scheduled for removal in 3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 15 08:42:30 UTC 2022 - 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.12
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: Python Universal Charset detector
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user