Accepting request 767602 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/767602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal 2020-01-28 08:11:06 +00:00 committed by Git OBS Bridge
parent 631de8d368
commit 611d9d38c7
4 changed files with 18 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 27 09:09:27 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <mcalabkova@suse.com>

View File

@ -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}