From e833b5dc804b4ecdbada5506ba2b94dbe39e3e43 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sat, 4 Mar 2023 19:05:18 +0800 Subject: [PATCH] python3-decouple: upgrade 3.7 -> 3.8 Changelog: ========== Raise KeyError when key is not found in ini repositories Fix infinite recursion on Windows Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-decouple_3.7.bb => python3-decouple_3.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-decouple_3.7.bb => python3-decouple_3.8.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-decouple_3.7.bb b/meta-python/recipes-devtools/python/python3-decouple_3.8.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-decouple_3.7.bb rename to meta-python/recipes-devtools/python/python3-decouple_3.8.bb index 5238431bcbe..20d614a4232 100644 --- a/meta-python/recipes-devtools/python/python3-decouple_3.7.bb +++ b/meta-python/recipes-devtools/python/python3-decouple_3.8.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=a46375b26bb7d7603565d829a2a51782" -SRC_URI[sha256sum] = "e88a8d6bdf3b07d471a854099e455e20a6fa7a4d6ecf8631b250e3db654336e6" +SRC_URI[sha256sum] = "ba6e2657d4f376ecc46f77a3a615e058d93ba5e465c01bbe57289bfb7cce680f" PYPI_PACKAGE = "python-decouple"