diff --git a/charset_normalizer-1.3.0.tar.gz b/charset_normalizer-1.3.0.tar.gz deleted file mode 100644 index 4a41cfc..0000000 --- a/charset_normalizer-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92c04b43269211c1034897c92366a70ee218535943f244926096a9ba1f62d0f1 -size 354417 diff --git a/charset_normalizer-1.3.4.tar.gz b/charset_normalizer-1.3.4.tar.gz new file mode 100644 index 0000000..e490faf --- /dev/null +++ b/charset_normalizer-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c6f8bc03a2cc901de40f922c0fb7c36ef9238e06209febfffb1d54acf59d2c +size 359709 diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index 24fdcf6..bb88ef6 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 27 09:09:27 UTC 2020 - Marketa Calabkova + +- Update to 1.3.4 + * Improvement/Bugfix : False positive when searching for successive upper, lower char. (ProbeChaos) + * Improvement : Noticeable better detection for jp + * Bugfix : Passing zero-length bytes to from_bytes + * Improvement : Expose version in package + * Bugfix : Division by zero + * Improvement : Prefers unicode (utf-8) when detected + * Apparently dropped Python2 silently + ------------------------------------------------------------------- Fri Oct 4 08:52:51 UTC 2019 - Marketa Calabkova diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 42aa6ec..17b1e65 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -1,7 +1,7 @@ # # spec file for package python-charset-normalizer # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -# https://github.com/Ousret/charset_normalizer/issues/1 %define skip_python2 1 Name: python-charset-normalizer -Version: 1.3.0 +Version: 1.3.4 Release: 0 Summary: Python Universal Charset detector License: MIT @@ -36,6 +35,7 @@ Requires: python-dragonmapper Requires: python-loguru Requires: python-zhon Suggests: python-requests-html +Suggests: python-requests BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PrettyTable}