python-novaclient: uprev to 15.1.0 for stx 5.0 96/8296/1
authorJackie Huang <jackie.huang@windriver.com>
Thu, 3 Jun 2021 07:14:32 +0000 (15:14 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Mon, 16 May 2022 10:17:54 +0000 (18:17 +0800)
* update the PV and SRCREV

Issue-ID: INF-215

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

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

index 533ada0..039ba1d 100644 (file)
@@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669"
 
 SRC_URI = "git://github.com/openstack/python-novaclient.git;branch=stable/pike"
 
-SRCREV = "62bf8809c660ed0675f301c235b1d434caeaf580"
+SRCREV = "cd396b8b61ed7496f4166a2237b27aa0a138f6e5"
 SRCNAME = "python-novaclient"
 PROTOCOL = "https"
 BRANCH = "stable/train"
 S = "${WORKDIR}/git"
-PV = "13.0.0+git${SRCPV}"
+PV = "15.1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openstack/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"