From: Tim Orling Date: Fri, 3 Feb 2023 17:50:29 +0000 (-0800) Subject: python3-requests: upgrade 2.28.1 -> 2.28.2 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1812 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a0a940197fc9c4fdd717aec8cd87b3db1345bb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-requests: upgrade 2.28.1 -> 2.28.2 https://requests.readthedocs.io/en/latest/community/updates/#release-history 2.28.2 (2023-01-12) Dependencies Requests now supports charset_normalizer 3.x. (#6261) Bugfixes Updated MissingSchema exception to suggest https scheme rather than http. (#6188) Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-requests_2.28.1.bb b/meta/recipes-devtools/python/python3-requests_2.28.2.bb similarity index 87% rename from meta/recipes-devtools/python/python3-requests_2.28.1.bb rename to meta/recipes-devtools/python/python3-requests_2.28.2.bb index 8de08d26200..2f397ddaadf 100644 --- a/meta/recipes-devtools/python/python3-requests_2.28.1.bb +++ b/meta/recipes-devtools/python/python3-requests_2.28.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://python-requests.org" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" -SRC_URI[sha256sum] = "7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983" +SRC_URI[sha256sum] = "98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf" inherit pypi setuptools3