All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-designateclient: upgrade 2.7.0 -> 3.0.0
@ 2019-10-21  7:58 Zang Ruochen
  2019-10-23  2:59 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Zang Ruochen @ 2019-10-21  7:58 UTC (permalink / raw)
  To: meta-virtualization

The latest version cannot be found in branch stable/pike,so switch to master.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-designateclient_git.bb           | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
index a6f7cbf..42efb08 100644
--- a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
@@ -28,10 +28,10 @@ RDEPENDS_${PN} += " \
         "
 
 SRCNAME = "designateclient"
-SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/pike"
+SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
 
-PV = "2.7.0+git${SRCPV}"
-SRCREV = "77a705857f2c303a03fdbccd4460a68b61d92fd0"
+PV = "3.0.0+git${SRCPV}"
+SRCREV = "093d8d7170cbf6ef8c7a7c0ff2a4dcd7ecd6361b"
 S = "${WORKDIR}/git"
 
 inherit setuptools
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-23  2:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-21  7:58 [PATCH] python-designateclient: upgrade 2.7.0 -> 3.0.0 Zang Ruochen
2019-10-23  2:59 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.