From 6da019eff8a31decda4ec6995d8ecd157a969832 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 18 Nov 2024 17:29:36 +0800 Subject: [PATCH] python3-apispec: upgrade 6.7.0 -> 6.7.1 Changelog: Fix rendering of nullable nested fields in 3.0 spec Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-apispec_6.7.0.bb => python3-apispec_6.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-apispec_6.7.0.bb => python3-apispec_6.7.1.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-apispec_6.7.0.bb b/meta-python/recipes-devtools/python/python3-apispec_6.7.1.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-apispec_6.7.0.bb rename to meta-python/recipes-devtools/python/python3-apispec_6.7.1.bb index 670c791db2..bccbc4bbcc 100644 --- a/meta-python/recipes-devtools/python/python3-apispec_6.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-apispec_6.7.1.bb @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a75956865b40c80a37c1e864716592b4" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "fa2cf1063bb227ed6f7f66b019f320d7dc0a7cb02acdf166a160e2381f4b2c39" +SRC_URI[sha256sum] = "c01b8b6ff40ffedf55b79a67f9dd920e9b2fc3909aae116facf6c8372a08b933" RDEPENDS:${PN} += "python3-packaging"