From a0c214734ab594d018354c5262b653aeb428a20b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 9 Dec 2013 10:19:14 -0500 Subject: python-*client: update PV to include client version Rather than only using the git has for the client apis, we'll also use the latest tagged version. This makes the mapping to pypi and capabilities much simpler. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-ceilometerclient_git.bb | 2 +- .../recipes-devtools/python/python-cinderclient_git.bb | 12 ++++++------ .../recipes-devtools/python/python-glanceclient_git.bb | 4 ++-- .../recipes-devtools/python/python-heatclient_git.bb | 2 +- .../recipes-devtools/python/python-keystoneclient_git.bb | 2 +- .../recipes-devtools/python/python-neutronclient_git.bb | 2 +- .../recipes-devtools/python/python-novaclient_git.bb | 4 ++-- .../recipes-devtools/python/python-swiftclient_git.bb | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb index f3848d4..c0d3df4 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb @@ -16,7 +16,7 @@ PR = "r0" SRC_URI = "git://github.com/openstack/python-ceilometerclient.git;branch=master" -PV="git${SRCPV}" +PV="1.0.6+git${SRCPV}" SRCREV="067b76d9a821c3acb60d93787396d25b729a7421" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index b9a353d..9b8ed60 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb @@ -10,14 +10,14 @@ SRCNAME = "python-cinderclient" SRC_URI = "git://github.com/openstack/python-cinderclient.git;branch=master" -PV="git${SRCPV}" -SRCREV="bdd560b3c02ea0a013ed4b7e7641c6240f3b602f" +PV="1.0.7+git${SRCPV}" +SRCREV="8fc5ae480eafffc7e1bea046ad9b8e06350b008e" S = "${WORKDIR}/git" inherit setuptools RDEPENDS_${PN} += "python-prettytable \ - python-simplejson \ - python-requests \ - python-setuptools-git \ - " + python-simplejson \ + python-requests \ + python-setuptools-git \ + " diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index 7f6ae59..9b8cbcd 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb @@ -5,8 +5,8 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" DEPENDS = "gmp" -SRCREV = "741c15f9633f642aa2e52de10b8eb65d6a8c9ecb" -PV = "0.9.0+gitr${SRCREV}" +SRCREV = "cd7f2cbd79df54ea41d9a075d904efc82bdcb440" +PV = "0.12.0+gitr${SRCREV}" PR = "0" SRC_URI = "git://github.com/openstack/${PN}.git;protocol=https" diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb index 435ab1f..3316cf9 100644 --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb @@ -16,7 +16,7 @@ PR = "r0" SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" -PV="git${SRCPV}" +PV="0.2.5+git${SRCPV}" SRCREV="30032302f359985335d50e80abb03ba901143168" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb index 827a551..adaed45 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb @@ -8,7 +8,7 @@ PR = "r0" SRC_URI = "git://github.com/openstack/python-keystoneclient.git;branch=master" -PV="git${SRCPV}" +PV="0.4.1+git${SRCPV}" SRCREV="0774d5aafade9e5a5de3830de461843c4a7d59a1" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb index 7bcd057..b149b78 100644 --- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb @@ -16,7 +16,7 @@ PR = "r0" SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master" -PV="git${SRCPV}" +PV="2.3.1+git${SRCPV}" SRCREV="1598fc0f75503f8c357ac4b58f77edf6e0443a69" S = "${WORKDIR}/git" diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index 22425a0..9b253c0 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb @@ -9,8 +9,8 @@ PR = "r0" SRC_URI = "git://github.com/openstack/python-novaclient.git;branch=master" -PV="git${SRCPV}" -SRCREV="1d2263dae339590b60250793bc81ec5776845060" +PV="2.15.0+git${SRCPV}" +SRCREV="dd4bc08dd9a571637734a92c9411c32ea1f36dcf" S = "${WORKDIR}/git" inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb index 032d472..01b9822 100644 --- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb @@ -8,7 +8,7 @@ PR = "r0" SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" -PV="git${SRCPV}" +PV="1.8.0+git${SRCPV}" SRCREV="4b78b4d136f5e18544ba97db85f47c5201d3a761" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf