diff --git a/charset_normalizer-2.0.7.tar.gz b/charset_normalizer-2.0.7.tar.gz deleted file mode 100644 index 1bed862..0000000 --- a/charset_normalizer-2.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6473e80f73f5918254953073798a367f120cc5717e70c917359e155901c0e2d0 -size 369094 diff --git a/charset_normalizer-2.0.8.tar.gz b/charset_normalizer-2.0.8.tar.gz new file mode 100644 index 0000000..c6a3b92 --- /dev/null +++ b/charset_normalizer-2.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb182fb03e018285e8f71641a8884836940dd8e86f4d41cb1b19b85e237d460 +size 79484 diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index d4fd024..4e09caa 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Nov 29 11:14:37 UTC 2021 - Dirk Müller + +- 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 + +- require lower-case name instead of breaking build + +------------------------------------------------------------------- +Thu Nov 25 22:26:52 UTC 2021 - Matej Cepl + +- Use lower-case name of prettytable package + ------------------------------------------------------------------- Sun Oct 17 14:01:59 UTC 2021 - Martin Hauke diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index e468ba4..040c19f 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.7 +Version: 2.0.8 Release: 0 Summary: Python Universal Charset detector License: MIT @@ -28,10 +28,10 @@ Source: https://github.com/Ousret/charset_normalizer/archive/refs/tags/% BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-PrettyTable Requires: python-cached-property >= 1.5 Requires: python-dragonmapper >= 0.2 Requires: python-loguru >= 0.5 +Requires: python-prettytable Requires: python-zhon Requires(post): update-alternatives Requires(postun):update-alternatives @@ -40,7 +40,7 @@ Suggests: python-requests-html Suggests: python-unicodedata2 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module PrettyTable} +BuildRequires: %{python_module prettytable} BuildRequires: %{python_module cached-property >= 1.5} BuildRequires: %{python_module dragonmapper >= 0.2} BuildRequires: %{python_module loguru >= 0.5}