Changelog for
python310-chardet-5.2.0-150400.89.7.noarch.rpm :
* Mon Sep 04 2023 dmuellerAATTsuse.com- update to 5.2.0:
* Adds support for running chardet CLI via `python -m chardet`
* Fri Apr 21 2023 dmuellerAATTsuse.com- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mceplAATTsuse.com- Make calling of %{sle15modernpython} optional.
* Mon Jan 16 2023 dmuellerAATTsuse.com- skip python 3.6 builds
* Mon Jan 02 2023 dmuellerAATTsuse.com- update to 5.1.0:
* Add should_rename_legacy argument to most functions, which will rename older encodings to their more modern equivalents (e.g., GB2312 becomes GB18030) (#264, AATTdan-blanchard)
* Add capital letter sharp S and ISO-8859-15 support
* Add a prober for MacRoman encoding
* Add --minimal flag to chardetect command
* Add type annotations to the project and run mypy on CI
* Add support for Python 3.11
* Clarify LGPL version in License trove classifier (#255, AATTmusicinmybrain)
* Remove support for EOL Python 3.6 (#260, AATTjdufresne)
* Remove unnecessary guards for non-falsey values (#259, AATTjdufresne)
* Switch to Python 3.10 release in GitHub actions (#257, AATTjdufresne)
* Remove setup.py in favor of build package (#262, AATTjdufresne)
* Run tests on macos, Windows, and 3.11-dev (#267, AATTdan-blanchard)
* Tue Jul 05 2022 codeAATTbnavigator.de- Update to 5.0.0
* This release is the first release of chardet that no longer supports Python < 3.6
* Added a prober for Johab Korean (#207, AATTgrizlupo)
* Added a prober for UTF-16/32 BE/LE (#109, #206, AATTjpz)
* Added test data for Croatian, Czech, Hungarian, Polish, Slovak, Slovene, Greek, and Turkish, which should help prevent future errors with those languages
* Improved XML tag filtering, which should improve accuracy for XML files (#208)
* Tweaked SingleByteCharSetProber confidence to match latest uchardet (#209)
* Made detect_all return child prober confidences (#210)
* Updated examples in docs (#223, AATTdomdfcoding)
* Documentation fixes (#212, #224, #225, #226, #220, #221, #244 from too many to mention)
* Minor performance improvements (#252, AATTdeedy5)
* Add support for Python 3.10 when testing (#232, AATTjdufresne)
* Lots of little development cycle improvements, mostly thanks to AATTjdufresne- Canonicalize alternatives creation
* Fri Dec 10 2021 pgajdosAATTsuse.com- pytest-runner is not required for build
* Thu Sep 30 2021 schubiAATTsuse.de- Use libalternatives instead of update-alternatives.
* Sun Dec 20 2020 jayvdbAATTgmail.com- Remove now unnecessary pytest4.patch and python-chardet-rpmlintrc- Update to v4.0.0 See https://github.com/chardet/chardet/compare/3.0.4...4.0.0
* Mon Oct 14 2019 mceplAATTsuse.com- Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Wed Jul 03 2019 tchvatalAATTsuse.com- Add patch to fix build with pytest4:
* pytest4.patch
* Tue Feb 26 2019 tchvatalAATTsuse.com- Switch to multibuild to avoid buildcycles
* Tue Dec 04 2018 mceplAATTsuse.com- Remove superfluous devel dependency for noarch package
* Tue May 15 2018 antoine.belvireAATTopensuse.org- Fix update-alternatives call in %postun.
* Wed Sep 20 2017 dmuellerAATTsuse.com- add update-alternatives post-requires
* Fri Aug 25 2017 tbechtoldAATTsuse.com- Fix build for Leap-42.3
* Tue Aug 15 2017 dmuellerAATTsuse.com- add update-alternative support for py2/py3 coinstallability
* Thu Jun 29 2017 ecsosAATTopensuse.org- fix source link
* Sat Jun 10 2017 dmuellerAATTsuse.com- update to 3.0.4
* Tue Mar 21 2017 jmatejekAATTsuse.com- do not use %py_ver, replace with %python_version
* Sun Mar 19 2017 aloisioAATTgmx.com- Converted to single spec.
* Mon Jan 30 2017 rjschweiAATTsuse.com- Include in SLE 12 (bsc#1002895, FATE#321630)
* Mon May 11 2015 arunAATTgmx.de- specfile:
* added update alternative to prevent conflicts with python3 version
* add tests
* Tue Feb 10 2015 aloisioAATTgmx.com- Update to version 2.3.0
* Added support for CP932 detection (thanks to AATThashy)
* Fixed an issue where UTF-8 with a BOM would not be detected as UTF-8-SIG (#8)
* Modified chardetect to use argparse for argument parsing
* Moved docs to a gh-pages branch. You can now access them at http://chardet.github.io- Changelog on https://github.com/chardet/chardet/commits/2.3.0- Other minor changes