python-glanceclient: uprev to 2.17.0 for stx 5.0 91/8291/1
authorJackie Huang <jackie.huang@windriver.com>
Thu, 3 Jun 2021 03:05:24 +0000 (11:05 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Mon, 16 May 2022 10:16:14 +0000 (18:16 +0800)
* update the PV and SRCREV

Issue-ID: INF-215

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I9f8de4508d7aacde0764aa8057b3db74ef02bc0e

meta-starlingx/meta-stx-integ/recipes-devtools/python/python-glanceclient_git.bb

index bb22437..2094e24 100644 (file)
@@ -5,11 +5,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-SRCREV = "44a4dbd6ce2642daeaca9f45ac99e2d1b39e805a"
+SRCREV = "40c19aa44361e13ac997d325d357d3e4748fa063"
 SRCNAME = "python-glanceclient"
 BRANCH = "stable/train"
 PROTOCOL = "https"
-PV = "2.16.0+git${SRCPV}"
+PV = "2.17.0+git${SRCPV}"
 S = "${WORKDIR}/git"
 
 SRC_URI = "git://github.com/openstack/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"