diff --git a/charset_normalizer-0.3.tar.gz b/charset_normalizer-0.3.tar.gz deleted file mode 100644 index c423657..0000000 --- a/charset_normalizer-0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db6cea3010110e5145e763d346e2b45934dd0df5c8f1259a8bc6b184003ea6ea -size 338472 diff --git a/charset_normalizer-1.1.1.tar.gz b/charset_normalizer-1.1.1.tar.gz new file mode 100644 index 0000000..5bc4d78 --- /dev/null +++ b/charset_normalizer-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2929d48f87575b351077896cfb430b25aee15c8d8510ea9f9cb0b1576f739567 +size 345106 diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index c452d75..9f6f739 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 26 10:35:51 UTC 2019 - Tomáš Chvátal + +- Update to 1.1.1: + * from_bytes parameters steps and chunk_size were not adapted to sequence len if provided values were not fitted to content + * Sequence having lenght bellow 10 chars was not checked + * Legacy detect method inspired by chardet was not returning + * Various more test updates + ------------------------------------------------------------------- Fri Sep 13 11:05:06 UTC 2019 - Tomáš Chvátal diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 6f42d64..887b22f 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -20,7 +20,7 @@ # https://github.com/Ousret/charset_normalizer/issues/1 %define skip_python2 1 Name: python-charset-normalizer -Version: 0.3 +Version: 1.1.1 Release: 0 Summary: Python Universal Charset detector License: MIT