diff options
author | Tim Orling <ticotimo@gmail.com> | 2023-08-03 12:01:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-10 09:18:53 +0100 |
commit | 515532b5c3586967abad04fcda9f25ec8d4ae065 (patch) | |
tree | 077b8327bbc9709e53fe80089ad8529fc8bfe781 | |
parent | e56b895866c941a71fd495727e360c534b5c9898 (diff) | |
download | poky-515532b5c3586967abad04fcda9f25ec8d4ae065.tar.gz |
python3-chardet: upgrade 5.1.0 -> 5.2.0
https://github.com/chardet/chardet/compare/5.1.0...5.2.0
* Adds support for running chardet CLI via python -m chardet
(0e9b7bc, @dan-blanchard)
(From OE-Core rev: 68a80de82010757524c71b4a8399bd879425320d)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-chardet_5.2.0.bb (renamed from meta/recipes-devtools/python/python3-chardet_5.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-chardet_5.1.0.bb b/meta/recipes-devtools/python/python3-chardet_5.2.0.bb index 9b2644e648..cea7ebc94d 100644 --- a/meta/recipes-devtools/python/python3-chardet_5.1.0.bb +++ b/meta/recipes-devtools/python/python3-chardet_5.2.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/chardet/" | |||
3 | LICENSE = "LGPL-2.1-only" | 3 | LICENSE = "LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "0d62712b956bc154f85fb0a266e2a3c5913c2967e00348701b32411d6def31e5" | 6 | SRC_URI[sha256sum] = "1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7" |
7 | 7 | ||
8 | # setup.py of chardet needs this. | 8 | # setup.py of chardet needs this. |
9 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | 9 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" |