Accepting request 733394 from devel:languages:python

- 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

- 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/request/show/733394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-charset-normalizer?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-09-27 12:51:35 +00:00 committed by Git OBS Bridge
commit 5ab4dcf5cc
4 changed files with 27 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99a367f9b2e62880bf5966a0d79dd02677f6ee492f63e4c7d7bf397c90ff32ae
size 345286

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2929d48f87575b351077896cfb430b25aee15c8d8510ea9f9cb0b1576f739567
size 345106

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Sep 26 10:35:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>
- 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 <tchvatal@suse.com> Fri Aug 30 00:46:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -20,7 +20,7 @@
# https://github.com/Ousret/charset_normalizer/issues/1 # https://github.com/Ousret/charset_normalizer/issues/1
%define skip_python2 1 %define skip_python2 1
Name: python-charset-normalizer Name: python-charset-normalizer
Version: 0.1.8 Version: 1.1.1
Release: 0 Release: 0
Summary: Python Universal Charset detector Summary: Python Universal Charset detector
License: MIT License: MIT