- update to 2.0.12:

* 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=24
This commit is contained in:
Dirk Mueller 2022-02-15 08:43:43 +00:00 committed by Git OBS Bridge
parent c739862e1a
commit 259f5f1afe
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6ff5af81be8e733099e5dd79bf344f3181d1b4de25a570c0398e816b173f9f1
size 82368

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8dd3a1a5444741208d627993344516cb62909c8c3f5c55deaa5bee6a305ead7a
size 83293

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 15 08:42:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.0.12:
* 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
-------------------------------------------------------------------
Mon Jan 10 23:01:54 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-charset-normalizer
Version: 2.0.10
Version: 2.0.12
Release: 0
Summary: Python Universal Charset detector
License: MIT