From ba7c5861721822e76d80b068d3ab4771e76cc244 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 8 May 2023 18:23:43 +0800 Subject: [PATCH] python3-requests-toolbelt: upgrade 0.10.1 -> 1.0.0 Changelog: ========= Removed Google App Engine support to allow using urllib3 2.0 Ensured the test suite no longer reaches the Internet Added explicit support for Python 3.11 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...ts-toolbelt_0.10.1.bb => python3-requests-toolbelt_1.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-requests-toolbelt_0.10.1.bb => python3-requests-toolbelt_1.0.0.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.1.bb b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.1.bb rename to meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb index b1399c3ed..6e5491e36 100644 --- a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.1.bb +++ b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6f14302a4b4099009ab38b4dde5f1075" SRC_URI = "file://run-ptest \ " -SRC_URI[sha256sum] = "62e09f7ff5ccbda92772a29f394a49c3ad6cb181d568b1337626b2abb628a63d" +SRC_URI[sha256sum] = "7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6" inherit pypi setuptools3 ptest