From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id CC215E00C78; Tue, 20 Aug 2019 02:20:23 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, * medium trust * [183.91.158.132 listed in list.dnswl.org] Received: from heian.cn.fujitsu.com (mail.cn.fujitsu.com [183.91.158.132]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4B138E008D3 for ; Tue, 20 Aug 2019 02:20:18 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.64,407,1559491200"; d="scan'208";a="73941062" Received: from unknown (HELO cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 20 Aug 2019 17:20:16 +0800 Received: from G08CNEXCHPEKD03.g08.fujitsu.local (unknown [10.167.33.85]) by cn.fujitsu.com (Postfix) with ESMTP id CB18D4CE03E1 for ; Tue, 20 Aug 2019 17:20:09 +0800 (CST) Received: from localhost.localdomain (10.167.225.21) by G08CNEXCHPEKD03.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 20 Aug 2019 17:20:20 +0800 From: Yuan Chao To: Date: Tue, 20 Aug 2019 18:19:34 +0900 Message-ID: <20190820091934.107475-1-yuanc.fnst@cn.fujitsu.com> X-Mailer: git-send-email 2.17.2 MIME-Version: 1.0 X-Originating-IP: [10.167.225.21] X-yoursite-MailScanner-ID: CB18D4CE03E1.A0F09 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: yuanc.fnst@cn.fujitsu.com Subject: [PATCH] python-manilaclient: upgrade 1.27.0 -> 1.28.0 X-BeenThere: meta-virtualization@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Discussion of layer enabling hypervisor, virtualization tool stack, and cloud support" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Aug 2019 09:20:23 -0000 Content-Type: text/plain Signed-off-by: Yuan Chao --- .../recipes-devtools/python/python-manilaclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb b/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb index f733d56..a64c4d4 100644 --- a/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-manilaclient_git.bb @@ -33,8 +33,8 @@ RDEPENDS_${PN} +=" \ SRCNAME = "manilaclient" SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" -PV = "1.27.0+git${SRCPV}" -SRCREV = "07564879ae4bdcb73e856b3aedcb79e4420fa7eb" +PV = "1.28.0+git${SRCPV}" +SRCREV = "3e3dfb1d5a401fb0e0003c6fab0a41bd3479b7c8" S = "${WORKDIR}/git" inherit setuptools rmargparse -- 2.17.1