60 Commits

Author SHA256 Message Date
ad7f144a3e Accepting request 1108929 from devel:languages:python
- update to 5.2.0:
  * Adds support for running chardet CLI via `python -m chardet`

OBS-URL: https://build.opensuse.org/request/show/1108929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=35
2023-09-06 16:55:58 +00:00
3b74402225 - update to 5.2.0:
* Adds support for running chardet CLI via `python -m chardet`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=60
2023-09-04 16:05:19 +00:00
9fd7f43c53 Accepting request 1082056 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1082056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=34
2023-04-22 20:03:07 +00:00
5e3599a442 Accepting request 1081362 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081362
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=58
2023-04-21 15:12:10 +00:00
7811862cfe Accepting request 1058777 from devel:languages:python
- skip python 3.6 builds

OBS-URL: https://build.opensuse.org/request/show/1058777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=33
2023-01-18 12:08:14 +00:00
3e5a85a416 - skip python 3.6 builds
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=56
2023-01-16 21:14:57 +00:00
664a35a78b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=55 2023-01-16 21:14:34 +00:00
3fd0a80e2a Accepting request 1046266 from devel:languages:python
- 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/request/show/1046266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=32
2023-01-03 14:04:25 +00:00
b2b1bc9d99 - 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
af9afedf31 Accepting request 988322 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/988322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=31
2022-07-12 09:12:08 +00:00
6cc5d0061b 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
97582bd962 Accepting request 941344 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/941344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=30
2021-12-21 17:40:29 +00:00
45ebd9a58d Accepting request 939028 from home:pgajdos:python
- pytest-runner is not required for build

OBS-URL: https://build.opensuse.org/request/show/939028
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=50
2021-12-17 23:47:46 +00:00
56691d46e0 Accepting request 929673 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/929673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=29
2021-11-06 17:15:44 +00:00
5ecc721cc4 Accepting request 923244 from home:schubi2
- Use libalternatives instead of update-alternatives.

OBS-URL: https://build.opensuse.org/request/show/923244
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=49
2021-11-05 14:06:48 +00:00
5194c1d63f Accepting request 857156 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/857156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=28
2020-12-23 13:19:32 +00:00
8b00239bbd Accepting request 857097 from home:jayvdb:branches:devel:languages:python
- Remove now unnecessary pytest4.patch and python-chardet-rpmlintrc
- Update to v4.0.0

OBS-URL: https://build.opensuse.org/request/show/857097
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=47
2020-12-20 13:49:39 +00:00
aa0ac81148 Accepting request 743978 from devel:languages:python
- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/743978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=27
2019-11-04 16:10:09 +00:00
73b8df9e85 - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=45
2019-10-14 11:45:08 +00:00
fbec5f86c4 Accepting request 713178 from devel:languages:python
- Add patch to fix build with pytest4:
  * pytest4.patch

OBS-URL: https://build.opensuse.org/request/show/713178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=26
2019-07-05 11:48:16 +00:00
Tomáš Chvátal
dba30ae039 - Add patch to fix build with pytest4:
* pytest4.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=43
2019-07-03 08:32:32 +00:00
2d1a1ebf62 Accepting request 679159 from devel:languages:python
- Switch to multibuild to avoid buildcycles

OBS-URL: https://build.opensuse.org/request/show/679159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=25
2019-02-26 21:16:05 +00:00
Tomáš Chvátal
258b467925 - Switch to multibuild to avoid buildcycles
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=41
2019-02-26 08:19:35 +00:00
66b40c8029 Accepting request 659382 from devel:languages:python
- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=24
2018-12-26 23:25:55 +00:00
9e1d445f87 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=39
2018-12-04 17:15:06 +00:00
8d7ab35af5 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=38
2018-12-04 13:33:45 +00:00
3e7060a6b4 Accepting request 607708 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/607708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=23
2018-05-23 14:04:41 +00:00
54ac94cc67 Accepting request 607704 from home:1Antoine1:branches:devel:languages:python
- Fix update-alternatives call in %postun.

OBS-URL: https://build.opensuse.org/request/show/607704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=36
2018-05-15 20:43:55 +00:00
5315ec2d54 Accepting request 527624 from devel:languages:python
- add update-alternatives post-requires

OBS-URL: https://build.opensuse.org/request/show/527624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=22
2017-09-25 11:53:59 +00:00
5e47548004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=34 2017-09-20 21:59:11 +00:00
76e986b498 - add update-alternatives post-requires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=33
2017-09-20 21:58:26 +00:00
3e883f5be8 Accepting request 519333 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/519333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=21
2017-09-04 10:19:31 +00:00
b7770ffa82 Accepting request 518749 from home:tbechtold:branches:devel:languages:python
- Fix build for Leap-42.3

OBS-URL: https://build.opensuse.org/request/show/518749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=31
2017-08-29 12:11:05 +00:00
620dc56177 - add update-alternative support for py2/py3 coinstallability
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=30
2017-08-15 09:57:44 +00:00
af0d730fd0 Accepting request 507075 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/507075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=20
2017-07-04 09:56:17 +00:00
Jan Matejek
c7135c378e Accepting request 507048 from home:ecsos
fix download source link

OBS-URL: https://build.opensuse.org/request/show/507048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=28
2017-06-29 13:23:51 +00:00
f29da6162c - update to 3.0.4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=27
2017-06-10 08:40:08 +00:00
f7430a4cd6 Accepting request 483137 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/483137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=19
2017-04-20 18:49:17 +00:00
Jan Matejek
d572447b44 - do not use %py_ver, replace with %python_version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=25
2017-03-21 13:58:10 +00:00
Jan Matejek
146efbd3ca Accepting request 481097 from home:alois:branches:devel:languages:python
Converted to single-spec.

OBS-URL: https://build.opensuse.org/request/show/481097
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=24
2017-03-20 14:35:26 +00:00
798c3c9491 Accepting request 455265 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/455265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=18
2017-02-09 10:17:14 +00:00
63e8630d71 - Include in SLE 12 (bsc#1002895, FATE#321630)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=22
2017-01-31 13:22:10 +00:00
238fff1e64 - Include in SLE 12 (bsc##1002895, FATE#321630)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=21
2017-01-30 21:42:10 +00:00
51c00712a0 Accepting request 307804 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/307804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=17
2015-05-19 21:42:16 +00:00
Jan Matejek
9fa832391a Accepting request 306277 from home:apersaud:branches:devel:languages:python
added updated alternatives (since there is a python3 package that provides the same binaries) and run tests

OBS-URL: https://build.opensuse.org/request/show/306277
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=19
2015-05-18 13:33:30 +00:00
1d399fa306 Accepting request 286465 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/286465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=16
2015-02-18 10:39:29 +00:00
Denisart Benjamin
6b85058b5d Accepting request 286297 from home:alois:branches:devel:languages:python
Updated to 2.3.0

OBS-URL: https://build.opensuse.org/request/show/286297
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=17
2015-02-17 10:22:31 +00:00
Tomáš Chvátal
3bc6f133f2 Accepting request 204532 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=14
2013-10-25 09:18:42 +00:00
Sascha Peilicke
460b1c7e82 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=15
2013-10-24 11:00:04 +00:00
Stephan Kulow
027e8f2aa4 Accepting request 137549 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/137549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chardet?expand=0&rev=11
2012-10-09 11:53:40 +00:00