From 09a0a940197fc9c4fdd717aec8cd87b3db1345bb Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 3 Feb 2023 09:50:29 -0800 Subject: [PATCH] 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 --- .../{python3-requests_2.28.1.bb => python3-requests_2.28.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-requests_2.28.1.bb => python3-requests_2.28.2.bb} (87%) 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 -- 2.47.2