2023-09-04 16:05:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 4 16:04:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 5.2.0:
|
|
|
|
* Adds support for running chardet CLI via `python -m chardet`
|
|
|
|
|
2023-04-21 15:12:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 21 12:23:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 13 22:40:29 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
|
2023-01-16 21:14:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 16 21:13:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- skip python 3.6 builds
|
|
|
|
|
- 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, @dan-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, @musicinmybrain)
* Remove support for EOL Python 3.6 (#260, @jdufresne)
* Remove unnecessary guards for non-falsey values (#259, @jdufresne)
* Switch to Python 3.10 release in GitHub actions (#257, @jdufresne)
* Remove setup.py in favor of build package (#262, @jdufresne)
* Run tests on macos, Windows, and 3.11-dev (#267, @dan-blanchard)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=53
2023-01-02 18:46:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 2 18:40:26 UTC 2023 - Dirk Müller <dmueller@suse.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, @dan-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, @musicinmybrain)
|
|
|
|
* Remove support for EOL Python 3.6 (#260, @jdufresne)
|
|
|
|
* Remove unnecessary guards for non-falsey values (#259, @jdufresne)
|
|
|
|
* Switch to Python 3.10 release in GitHub actions (#257, @jdufresne)
|
|
|
|
* Remove setup.py in favor of build package (#262, @jdufresne)
|
|
|
|
* Run tests on macos, Windows, and 3.11-dev (#267, @dan-blanchard)
|
|
|
|
|
Accepting request 987203 from home:bnavigator:branches:devel:languages:python
- 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, @grizlupo)
* Added a prober for UTF-16/32 BE/LE (#109, #206, @jpz)
* 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, @domdfcoding)
* Documentation fixes (#212, #224, #225, #226, #220, #221, #244
from too many to mention)
* Minor performance improvements (#252, @deedy5)
* Add support for Python 3.10 when testing (#232, @jdufresne)
* Lots of little development cycle improvements, mostly thanks to
@jdufresne
- Canonicalize alternatives creation
OBS-URL: https://build.opensuse.org/request/show/987203
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=51
2022-07-11 09:41:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 5 13:21:09 UTC 2022 - Ben Greiner <code@bnavigator.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, @grizlupo)
|
|
|
|
* Added a prober for UTF-16/32 BE/LE (#109, #206, @jpz)
|
|
|
|
* 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, @domdfcoding)
|
|
|
|
* Documentation fixes (#212, #224, #225, #226, #220, #221, #244
|
|
|
|
from too many to mention)
|
|
|
|
* Minor performance improvements (#252, @deedy5)
|
|
|
|
* Add support for Python 3.10 when testing (#232, @jdufresne)
|
|
|
|
* Lots of little development cycle improvements, mostly thanks to
|
|
|
|
@jdufresne
|
|
|
|
- Canonicalize alternatives creation
|
|
|
|
|
2021-12-17 23:47:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 10 09:05:04 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- pytest-runner is not required for build
|
|
|
|
|
2021-11-05 14:06:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 30 08:18:47 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
|
|
|
|
|
|
|
- Use libalternatives instead of update-alternatives.
|
|
|
|
|
2019-10-14 11:45:08 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-12-20 13:49:39 +00:00
|
|
|
Sun Dec 20 05:52:28 UTC 2020 - John Vandenberg <jayvdb@gmail.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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-10-14 11:45:08 +00:00
|
|
|
Mon Oct 14 11:45:00 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
|
|
|
|
2019-07-03 08:32:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 3 08:32:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Add patch to fix build with pytest4:
|
|
|
|
* pytest4.patch
|
|
|
|
|
2019-02-26 08:19:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 26 08:14:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Switch to multibuild to avoid buildcycles
|
|
|
|
|
2018-12-04 13:33:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:49:12 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-05-15 20:43:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 15 07:02:02 UTC 2018 - antoine.belvire@opensuse.org
|
|
|
|
|
|
|
|
- Fix update-alternatives call in %postun.
|
|
|
|
|
2017-09-20 21:58:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 20 21:47:30 UTC 2017 - dmueller@suse.com
|
|
|
|
|
|
|
|
- add update-alternatives post-requires
|
|
|
|
|
2017-08-29 12:11:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 25 13:09:48 UTC 2017 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Fix build for Leap-42.3
|
|
|
|
|
2017-08-15 09:57:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 15 09:57:21 UTC 2017 - dmueller@suse.com
|
|
|
|
|
|
|
|
- add update-alternative support for py2/py3 coinstallability
|
|
|
|
|
2017-06-29 13:23:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 29 08:43:41 UTC 2017 - ecsos@opensuse.org
|
|
|
|
|
|
|
|
- fix source link
|
|
|
|
|
2017-06-10 08:40:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 10 08:39:04 UTC 2017 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 3.0.4
|
|
|
|
|
2017-03-21 13:58:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 21 13:57:55 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- do not use %py_ver, replace with %python_version
|
|
|
|
|
2017-03-20 14:35:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 19 08:23:54 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Converted to single spec.
|
|
|
|
|
2017-01-30 21:42:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 30 21:41:47 UTC 2017 - rjschwei@suse.com
|
|
|
|
|
2017-01-31 13:22:10 +00:00
|
|
|
- Include in SLE 12 (bsc#1002895, FATE#321630)
|
2017-01-30 21:42:10 +00:00
|
|
|
|
2015-05-18 13:33:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 11 05:49:58 UTC 2015 - arun@gmx.de
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* added update alternative to prevent conflicts with python3 version
|
|
|
|
* add tests
|
|
|
|
|
2015-02-17 10:22:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 10 23:45:01 UTC 2015 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version 2.3.0
|
|
|
|
* Added support for CP932 detection (thanks to @hashy)
|
|
|
|
* 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
|
|
|
|
|
2012-10-02 03:13:39 +00:00
|
|
|
-------------------------------------------------------------------
|
2013-10-24 11:00:04 +00:00
|
|
|
Thu Oct 24 11:00:03 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2012-10-02 03:13:39 +00:00
|
|
|
Tue Oct 2 03:09:41 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Update to 2.1.1:
|
|
|
|
- Sorry, no changelog.
|
|
|
|
|
2012-07-27 15:15:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 27 15:10:36 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Update to 1.1:
|
|
|
|
- Sorry, no changelog.
|
|
|
|
|
2011-12-28 22:20:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 28 22:18:53 UTC 2011 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Standard in spec file;
|
|
|
|
- Remove CFLAGS and %clean section from spec file.
|
|
|
|
|
2011-12-08 11:57:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 8 11:12:41 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- the license seems to be LGPL-2.1+
|
|
|
|
|
2011-03-31 13:52:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 26 02:11:35 UTC 2011 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Regenerate spec file with py2pack;
|
|
|
|
- Bzip2 source file.
|
|
|
|
|
2010-05-28 15:53:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 25 14:35:35 UTC 2010 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Initial package (2.0.1) for openSUSE.
|