diff --git a/charset_normalizer-1.3.6.tar.gz b/charset_normalizer-1.3.6.tar.gz deleted file mode 100644 index a11b2dd..0000000 --- a/charset_normalizer-1.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:531847b5e0674ca42d507c330ebb52cf2fbe5e45591a44043b1e66eccb55cd92 -size 347413 diff --git a/charset_normalizer-1.3.9.tar.gz b/charset_normalizer-1.3.9.tar.gz new file mode 100644 index 0000000..e13dc2d --- /dev/null +++ b/charset_normalizer-1.3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54425d9436c1cff46dfbb6b6598ac0a4c2d7b003d4787ab7daaf64528e458ed8 +size 347681 diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index 2aae4b2..62401f2 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -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 diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 86a6440..4f3c17d 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: 1.3.6 +Version: 1.3.9 Release: 0 Summary: Python Universal Charset detector License: MIT @@ -35,7 +35,7 @@ Requires: python-dragonmapper >= 0.2 Requires: python-loguru >= 0.5 Requires: python-zhon Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Suggests: python-requests Suggests: python-requests-html Suggests: python-unicodedata2