From 723f1bc1a5267cee52ada152319955b02951985c Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 22 Jun 2021 15:12:38 +0800 Subject: [PATCH] python-keystonemiddleware: uprev to 7.0.1 for stx 5.0 * update the PV with adding git${SRCPV} * update srcrev Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: I00a0cd2ba6fe26ee439d42f0ab862d3578361417 --- .../meta-stx-distro/conf/distro/include/stx-preferred-vers.inc | 2 +- .../recipes-devtools/python/python-keystonemiddleware_git.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-starlingx/meta-stx-distro/conf/distro/include/stx-preferred-vers.inc b/meta-starlingx/meta-stx-distro/conf/distro/include/stx-preferred-vers.inc index 1de5bdc..c12f59f 100644 --- a/meta-starlingx/meta-stx-distro/conf/distro/include/stx-preferred-vers.inc +++ b/meta-starlingx/meta-stx-distro/conf/distro/include/stx-preferred-vers.inc @@ -15,7 +15,7 @@ PREFERRED_VERSION_python-keyring = "5.3" PREFERRED_VERSION_python-barbican = "8.0.%" PREFERRED_VERSION_python-keystone = "16.0.%" PREFERRED_VERSION_python-flask = "1.0.2" -PREFERRED_VERSION_python-keystonemiddleware = "5.1.%" +PREFERRED_VERSION_python-keystonemiddleware = "7.0.%" PREFERRED_VERSION_python-oslo.cache= "1.26.%" PREFERRED_VERSION_python-oslo.concurrency= "3.26.%" PREFERRED_VERSION_python-oslo.log= "3.44.%" diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-keystonemiddleware_git.bb index 67400e3..0f688ac 100644 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-keystonemiddleware_git.bb +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-keystonemiddleware_git.bb @@ -5,11 +5,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" -SRCREV = "83d0612e03471f56be3be2b521cc21974118cebe" +SRCREV = "0a65b1420799e7c7f8736e9f6c234f755ab5ac6b" SRCNAME = "keystonemiddleware" BRANCH = "stable/train" PROTOCOL = "https" -PV = "5.1.0" +PV = "7.0.1+git${SRCPV}" S = "${WORKDIR}/git" SRC_URI = "git://git.openstack.org/openstack/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" -- 2.16.6