From 5cb73422744f47cf559eaaba296ebfb848b827a8dd304af75a634dd6e537e425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 11:07:21 +0000 Subject: [PATCH] - Update to 0.3: * Improvement on detection * Performance loss to expect * Added --threshold option to CLI * Bugfix on UTF 7 support * Legacy detect(byte_str) method * BOM support (Unicode mostly) * Chaos prober improved on small text * Language detection has been reviewed to give better result * Bugfix on jp detection, every jp text was considered chaotic OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=5 --- charset_normalizer-0.1.8.tar.gz | 3 --- charset_normalizer-0.3.tar.gz | 3 +++ python-charset-normalizer.changes | 14 ++++++++++++++ python-charset-normalizer.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 charset_normalizer-0.1.8.tar.gz create mode 100644 charset_normalizer-0.3.tar.gz diff --git a/charset_normalizer-0.1.8.tar.gz b/charset_normalizer-0.1.8.tar.gz deleted file mode 100644 index 35b1d1e..0000000 --- a/charset_normalizer-0.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99a367f9b2e62880bf5966a0d79dd02677f6ee492f63e4c7d7bf397c90ff32ae -size 345286 diff --git a/charset_normalizer-0.3.tar.gz b/charset_normalizer-0.3.tar.gz new file mode 100644 index 0000000..c423657 --- /dev/null +++ b/charset_normalizer-0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6cea3010110e5145e763d346e2b45934dd0df5c8f1259a8bc6b184003ea6ea +size 338472 diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index 3bedf85..c452d75 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Sep 13 11:05:06 UTC 2019 - Tomáš Chvátal + +- Update to 0.3: + * Improvement on detection + * Performance loss to expect + * Added --threshold option to CLI + * Bugfix on UTF 7 support + * Legacy detect(byte_str) method + * BOM support (Unicode mostly) + * Chaos prober improved on small text + * Language detection has been reviewed to give better result + * Bugfix on jp detection, every jp text was considered chaotic + ------------------------------------------------------------------- Fri Aug 30 00:46:27 UTC 2019 - Tomáš Chvátal diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 02f28c8..6f42d64 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.1.8 +Version: 0.3 Release: 0 Summary: Python Universal Charset detector License: MIT