diff --git a/charset_normalizer-3.1.0.tar.gz b/charset_normalizer-3.1.0.tar.gz deleted file mode 100644 index f1b177f..0000000 --- a/charset_normalizer-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ca96d2ffef13e7062c53df8619e97b910343d1e14b4b92ee71bc61d2d18ced4 -size 90246 diff --git a/charset_normalizer-3.2.0.tar.gz b/charset_normalizer-3.2.0.tar.gz new file mode 100644 index 0000000..56e7f1e --- /dev/null +++ b/charset_normalizer-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8c0a09ab745efc68ce4c1b85292ded2f06ea106f8086f614a0a9403c3dde0a +size 91033 diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index 05a079f..be7831c 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jul 11 13:22:52 UTC 2023 - Dirk Müller + +- update to 3.2.0: + * Typehint for function `from_path` no longer enforce + `PathLike` as its first argument + * Minor improvement over the global detection reliability + * Introduce function `is_binary` that relies on main + capabilities, and optimized to detect binaries + * Propagate `enable_fallback` argument throughout `from_bytes`, + `from_path`, and `from_fp` that allow a deeper control over + the detection (default True) + * Edge case detection failure where a file would contain 'very- + long' camel cased word (Issue #289) + ------------------------------------------------------------------- Fri Apr 21 12:31:23 UTC 2023 - Dirk Müller diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 5c717db..80f06bb 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-charset-normalizer -Version: 3.1.0 +Version: 3.2.0 Release: 0 Summary: Python Universal Charset detector License: MIT