- Switch to PyPI source - Add Suggests: python-unicodedata2 - Remove executable bit from charset_normalizer/assets/frequencies.json - Update to v1.3.6 OBS-URL: https://build.opensuse.org/request/show/870710 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=14
76 lines
3.0 KiB
Plaintext
76 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Feb 9 00:47:34 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Switch to PyPI source
|
|
- Add Suggests: python-unicodedata2
|
|
- Remove executable bit from charset_normalizer/assets/frequencies.json
|
|
- Update to v1.3.6
|
|
* Allow prettytable 2.0
|
|
- from v1.3.5
|
|
* Dependencies refactor and add support for py 3.9 and 3.10
|
|
* Fix version parsing
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 25 10:59:12 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 27 09:09:27 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 1.3.4
|
|
* Improvement/Bugfix : False positive when searching for successive upper, lower char. (ProbeChaos)
|
|
* Improvement : Noticeable better detection for jp
|
|
* Bugfix : Passing zero-length bytes to from_bytes
|
|
* Improvement : Expose version in package
|
|
* Bugfix : Division by zero
|
|
* Improvement : Prefers unicode (utf-8) when detected
|
|
* Apparently dropped Python2 silently
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 4 08:52:51 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 1.3.0
|
|
* Backport unicodedata for v12 impl into python if available
|
|
* Add aliases to CharsetNormalizerMatches class
|
|
* Add feature preemptive behaviour, looking for encoding declaration
|
|
* Add method to determine if specific encoding is multi byte
|
|
* Add has_submatch property on a match
|
|
* Add percent_chaos and percent_coherence
|
|
* Coherence ratio based on mean instead of sum of best results
|
|
* Using loguru for trace/debug <3
|
|
* from_byte method improved
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Fix the tarball to really be the one published by upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 28 06:29:02 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.1.8
|