diff --git a/charset_normalizer-2.0.10.tar.gz b/charset_normalizer-2.0.10.tar.gz deleted file mode 100644 index c3e7f61..0000000 --- a/charset_normalizer-2.0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6ff5af81be8e733099e5dd79bf344f3181d1b4de25a570c0398e816b173f9f1 -size 82368 diff --git a/charset_normalizer-2.0.12.tar.gz b/charset_normalizer-2.0.12.tar.gz new file mode 100644 index 0000000..a658055 --- /dev/null +++ b/charset_normalizer-2.0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd3a1a5444741208d627993344516cb62909c8c3f5c55deaa5bee6a305ead7a +size 83293 diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index 9c685ad..27a1424 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 15 08:42:30 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 4c5767d..7b4bc38 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -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