From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6C2B4E00D5F; Mon, 26 Aug 2019 00:13:06 -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: * -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] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from heian.cn.fujitsu.com (mail.cn.fujitsu.com [183.91.158.132]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 22C40E00D4F for ; Mon, 26 Aug 2019 00:13:04 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.64,431,1559491200"; d="scan'208";a="74281967" Received: from unknown (HELO cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 26 Aug 2019 15:13:03 +0800 Received: from G08CNEXCHPEKD03.g08.fujitsu.local (unknown [10.167.33.85]) by cn.fujitsu.com (Postfix) with ESMTP id 128434CE0327 for ; Mon, 26 Aug 2019 15:12:53 +0800 (CST) Received: from localhost.local (10.167.225.40) by G08CNEXCHPEKD03.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 26 Aug 2019 15:13:04 +0800 From: Zang Ruochen To: Date: Mon, 26 Aug 2019 15:12:24 +0800 Message-ID: <20190826071224.30078-1-zangrc.fnst@cn.fujitsu.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Originating-IP: [10.167.225.40] X-yoursite-MailScanner-ID: 128434CE0327.A9629 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: zangrc.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: Mon, 26 Aug 2019 07:13:06 -0000 Content-Transfer-Encoding: 8bit Content-Type: text/plain Signed-off-by: Zang Ruochen --- meta-openstack/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.7.4