From 13cff82b13e7b1ec3449bad49854a6eedb26d866 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 20 Sep 2022 10:23:23 +0800 Subject: [PATCH] python3-cachecontrol: upgrade 0.12.11 -> 0.12.12 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...-cachecontrol_0.12.11.bb => python3-cachecontrol_0.12.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cachecontrol_0.12.11.bb => python3-cachecontrol_0.12.12.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.11.bb b/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-cachecontrol_0.12.11.bb rename to meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb index fc2b0ae75..8f7185b8f 100644 --- a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.11.bb +++ b/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=12;endline=12;md5=942a721dac34d073 # override PYPI_PACKAGE so fetch succeeds. PYPI_PACKAGE = "CacheControl" -SRC_URI[sha256sum] = "a5b9fcc986b184db101aa280b42ecdcdfc524892596f606858e0b7a8b4d9e144" +SRC_URI[sha256sum] = "9c2e5208ea76ebd9921176569743ddf6d7f3bb4188dbf61806f0f8fc48ecad38" inherit pypi setuptools3