Accepting request 894588 from home:pgajdos:python
- version update to 1.3.9 * Bugfix: bug In some very rare cases, you may end up getting encode/decode errors due to a bad bytes payload #40 * Bugfix: bug Empty given payload for detection may cause an exception if trying to access the alphabets property. #39 * Bugfix: bug The legacy detect function should return UTF-8-SIG if sig is present in the payload. #38 OBS-URL: https://build.opensuse.org/request/show/894588 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=16
This commit is contained in:
parent
4ec9d5c90b
commit
d5d2d1f9e5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:531847b5e0674ca42d507c330ebb52cf2fbe5e45591a44043b1e66eccb55cd92
|
|
||||||
size 347413
|
|
3
charset_normalizer-1.3.9.tar.gz
Normal file
3
charset_normalizer-1.3.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54425d9436c1cff46dfbb6b6598ac0a4c2d7b003d4787ab7daaf64528e458ed8
|
||||||
|
size 347681
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 20 09:46:56 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 1.3.9
|
||||||
|
* Bugfix: bug In some very rare cases, you may end up getting encode/decode errors due to a bad bytes payload #40
|
||||||
|
* Bugfix: bug Empty given payload for detection may cause an exception if trying to access the alphabets property. #39
|
||||||
|
* Bugfix: bug The legacy detect function should return UTF-8-SIG if sig is present in the payload. #38
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 9 00:47:34 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
Tue Feb 9 00:47:34 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-charset-normalizer
|
Name: python-charset-normalizer
|
||||||
Version: 1.3.6
|
Version: 1.3.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Universal Charset detector
|
Summary: Python Universal Charset detector
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -35,7 +35,7 @@ Requires: python-dragonmapper >= 0.2
|
|||||||
Requires: python-loguru >= 0.5
|
Requires: python-loguru >= 0.5
|
||||||
Requires: python-zhon
|
Requires: python-zhon
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Suggests: python-requests
|
Suggests: python-requests
|
||||||
Suggests: python-requests-html
|
Suggests: python-requests-html
|
||||||
Suggests: python-unicodedata2
|
Suggests: python-unicodedata2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user