From 8b93217eec9c865106e6475aa875e63c0e6f3536 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 25 Mar 2021 15:34:26 +0200 Subject: [PATCH] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 Upgrade to release 1.1.29: - setup.py: specify a version range for pyparsing - Don't warn if prefs file doesn't exist Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...onfigshell-fb_1.1.28.bb => python3-configshell-fb_1.1.29.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-configshell-fb_1.1.28.bb => python3-configshell-fb_1.1.29.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.28.bb b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-configshell-fb_1.1.28.bb rename to meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb index 2d9ec079a4..70e67a1a7e 100644 --- a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.28.bb +++ b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRC_URI = "git://github.com/open-iscsi/configshell-fb.git;protocol=https;branch=master" -SRCREV = "da8f0cef114e7343a7ae96ff1db7c8c574f819be" +SRCREV = "d74a33b69f688ed9b8b28033835303604639d4eb" S = "${WORKDIR}/git"