diff options
author | Tim Orling <ticotimo@gmail.com> | 2023-05-04 19:43:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-09 07:50:14 +0100 |
commit | 4641605c794db6648311b931fb3a36fe9e5dea56 (patch) | |
tree | df584d19cb869354f77313bb06a77cfa4b2f1b63 /meta | |
parent | bf2c3c3d94539665e7820b24ebcf0e0aecf02a10 (diff) | |
download | poky-4641605c794db6648311b931fb3a36fe9e5dea56.tar.gz |
python3-urllib3: upgrade 1.26.15 -> 2.0.2
* Change inherit from setuptools3 to python_hatchling
* Add RDEPENDS for python3-json
Migration Guide:
https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html
Changes:
https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#202-2023-05-03
https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#201-2023-04-30
https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#200-2023-04-26
(From OE-Core rev: bb33ddf5faa47274f9a2f3ca285f2ec3eb3588f5)
(From OE-Core rev: df716c1039826510a5d03fcad972e7b3913368d0)
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-urllib3_2.0.2.bb (renamed from meta/recipes-devtools/python/python3-urllib3_1.26.15.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb b/meta/recipes-devtools/python/python3-urllib3_2.0.2.bb index d2de7c4c02..bc1cdb009f 100644 --- a/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb +++ b/meta/recipes-devtools/python/python3-urllib3_2.0.2.bb | |||
@@ -3,15 +3,16 @@ HOMEPAGE = "https://github.com/shazow/urllib3" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305" | 6 | SRC_URI[sha256sum] = "61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi python_hatchling |
9 | 9 | ||
10 | RDEPENDS:${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-certifi \ | 11 | ${PYTHON_PN}-certifi \ |
12 | ${PYTHON_PN}-cryptography \ | 12 | ${PYTHON_PN}-cryptography \ |
13 | ${PYTHON_PN}-email \ | 13 | ${PYTHON_PN}-email \ |
14 | ${PYTHON_PN}-idna \ | 14 | ${PYTHON_PN}-idna \ |
15 | ${PYTHON_PN}-json \ | ||
15 | ${PYTHON_PN}-netclient \ | 16 | ${PYTHON_PN}-netclient \ |
16 | ${PYTHON_PN}-pyopenssl \ | 17 | ${PYTHON_PN}-pyopenssl \ |
17 | ${PYTHON_PN}-threading \ | 18 | ${PYTHON_PN}-threading \ |