Accepting request 767923 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/767923 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-charset-normalizer?expand=0&rev=4
This commit is contained in:
commit
fb143fcd47
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92c04b43269211c1034897c92366a70ee218535943f244926096a9ba1f62d0f1
|
||||
size 354417
|
3
charset_normalizer-1.3.4.tar.gz
Normal file
3
charset_normalizer-1.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4c6f8bc03a2cc901de40f922c0fb7c36ef9238e06209febfffb1d54acf59d2c
|
||||
size 359709
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user