summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-04-16 15:12:30 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-16 15:12:30 -0400
commitbd613b97b53a1762e65162515c65cd358bf757a1 (patch)
tree5312fbe753e83b775651a78ad37301acafe062e7 /meta-openstack/recipes-devtools/python
parentd42f1515ae39948b3f98eeb41363a7ed72b58779 (diff)
parent8807042735db6d3b1eb496df70e153c701a544d0 (diff)
downloadmeta-cloud-services-bd613b97b53a1762e65162515c65cd358bf757a1.tar.gz
Merge branch 'master' into kilo
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.5.bb (renamed from meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.4.bb)6
-rw-r--r--meta-openstack/recipes-devtools/python/python-glanceclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-heatclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutronclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-novaclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb (renamed from meta-openstack/recipes-devtools/python/python-openstackclient_1.0.2.bb)5
-rw-r--r--meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-saharaclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-swiftclient_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-troveclient_git.bb4
13 files changed, 26 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
index 873b17f..4361e34 100644
--- a/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb
@@ -10,8 +10,8 @@ SRC_URI = "\
10 git://github.com/openstack/python-barbicanclient.git;branch=master \ 10 git://github.com/openstack/python-barbicanclient.git;branch=master \
11 " 11 "
12 12
13PV="2.2.1+git${SRCPV}" 13PV = "3.0.3+git${SRCPV}"
14SRCREV="ac30643631b6bc1c40116061f8eb280a7881e422" 14SRCREV = "2919366867af335d59913764a55ca8e95569947d"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit setuptools 17inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
index c308e4c..35760a9 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
@@ -25,8 +25,8 @@ SRC_URI = "\
25 file://fix_ceilometerclient_memory_leak.patch \ 25 file://fix_ceilometerclient_memory_leak.patch \
26 " 26 "
27 27
28PV="1.0.12+git${SRCPV}" 28PV = "1.0.13+git${SRCPV}"
29SRCREV="f8765ce532a45391c5366be8fa0f583f96a30d22" 29SRCREV = "f8765ce532a45391c5366be8fa0f583f96a30d22"
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32inherit setuptools 32inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.4.bb b/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.5.bb
index 19f7570..ad55514 100644
--- a/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.4.bb
+++ b/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.5.bb
@@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
7PR = "r0" 7PR = "r0"
8 8
9SRCNAME = "python-cephclient" 9SRCNAME = "python-cephclient"
10SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-v${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "026aefd497c0426317d951f9a6e6f251" 12SRC_URI[md5sum] = "e3746607f1af1573a241b4995c10c938"
13SRC_URI[sha256sum] = "23ceae1f30238f7f57912422cf9baa43b7c80ed88fc14ec749986eef5f2d6007" 13SRC_URI[sha256sum] = "9776b786da2aebdc0439ea2f809cc8923f52bc0cf610f77a9c1348466961134b"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
index 1d8529a..a8ba1ed 100644
--- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
@@ -9,8 +9,8 @@ DEPENDS += " \
9 python-pbr \ 9 python-pbr \
10 " 10 "
11 11
12SRCREV = "69361a146ecd0cd775579e5dcf34692e9c6328bc" 12SRCREV = "26280ed58b5d16feed4ab27be063d305ef48a252"
13PV = "0.13.1+git${SRCPV}" 13PV = "0.17.0+git${SRCPV}"
14PR = "r0" 14PR = "r0"
15 15
16SRC_URI = "\ 16SRC_URI = "\
diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
index 2b9d34a..b83fc77 100644
--- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb
@@ -23,8 +23,8 @@ SRCNAME = "heatclient"
23 23
24SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" 24SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master"
25 25
26PV="0.3.0+git${SRCPV}" 26PV = "0.4.0+git${SRCPV}"
27SRCREV="065d02499ad77b9c481a83dce973cfa4fbb26711" 27SRCREV = "6d528f005742263837d05250662bf6214a703da8"
28S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
29 29
30inherit setuptools 30inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
index df1ed22..0063efc 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb
@@ -13,8 +13,8 @@ SRC_URI = "\
13 file://keystone-api-check.sh \ 13 file://keystone-api-check.sh \
14 " 14 "
15 15
16PV="1.1.0+git${SRCPV}" 16PV = "1.3.0+git${SRCPV}"
17SRCREV="b3cf5994ade5c4fda9792cfaea42bb821d176f8c" 17SRCREV = "a84b5ac115dd5775f7380a204811aa939fd5c242"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20inherit setuptools monitor 20inherit setuptools monitor
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
index 2423f6f..e35be5d 100644
--- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
@@ -25,8 +25,8 @@ SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master \
25 file://neutron-api-check.sh \ 25 file://neutron-api-check.sh \
26 " 26 "
27 27
28PV="2.3.11+git${SRCPV}" 28PV = "2.4.0+git${SRCPV}"
29SRCREV="2fa6faaa9b67c0783c502d2b56bfbacc23ecfe64" 29SRCREV = "aa1215a5ad063b299d32ef319eb63d5210249a9b"
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32inherit setuptools monitor 32inherit setuptools monitor
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
index 5192021..1454a7c 100644
--- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
@@ -11,8 +11,8 @@ SRC_URI = "\
11 file://nova-api-check.sh \ 11 file://nova-api-check.sh \
12 " 12 "
13 13
14PV="2.21.0+git${SRCPV}" 14PV = "2.23.0+git${SRCPV}"
15SRCREV="bfd029c8ef500af705159a5f3d5fa74e39c43096" 15SRCREV = "e0f5072907a00d48a183dd8fc91a6cf6038ca279"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18inherit setuptools monitor 18inherit setuptools monitor
diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.2.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb
index b0f0717..ae8e82c 100644
--- a/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb
@@ -4,13 +4,12 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6 6
7PR = "r0"
8SRCNAME = "python-openstackclient" 7SRCNAME = "python-openstackclient"
9 8
10SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 9SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 10
12SRC_URI[md5sum] = "44f33ac00cd47392688af959178eb5c3" 11SRC_URI[md5sum] = "595c9be3ae2f967f7dd5f33753137377"
13SRC_URI[sha256sum] = "6d1d5c8100f37b96b7d6f9a8b429af790235cb33b54c6237c16b0b1534c851b7" 12SRC_URI[sha256sum] = "d39a2e6cf98d409f8545b9d3a207eb8cbf3b2fc5ea17b0f8d9bed52326ca9f49"
14 13
15S = "${WORKDIR}/${SRCNAME}-${PV}" 14S = "${WORKDIR}/${SRCNAME}-${PV}"
16 15
diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
index c93e62b..ab4fe1f 100644
--- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
+++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Python-PostgreSQL Database Adapter" 1DESCRIPTION = "Python-PostgreSQL Database Adapter"
2HOMEPAGE = "http://initd.org/psycopg/" 2HOMEPAGE = "http://initd.org/psycopg/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "GPLv2" 4LICENSE = "GPLv3+
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2"
6DEPENDS = "postgresql" 6DEPENDS = "postgresql"
7 7
diff --git a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
index e5a3216..c97ac8c 100644
--- a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
@@ -17,8 +17,8 @@ SRCNAME = "saharaclient"
17 17
18SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" 18SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master"
19 19
20PV="0.7.7+git${SRCPV}" 20PV = "0.8.0+git${SRCPV}"
21SRCREV="319ceb6acf55382218dcd971367613aecb3e4afc" 21SRCREV = "319ceb6acf55382218dcd971367613aecb3e4afc"
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24inherit setuptools 24inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
index c4b76f5..1c506a8 100644
--- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
@@ -9,8 +9,8 @@ SRCNAME = "swiftclient"
9 9
10SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" 10SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master"
11 11
12PV="2.3.1+git${SRCPV}" 12PV = "2.4.0+git${SRCPV}"
13SRCREV="8aff0bda9c35ab96146f4f419803e62710ab5618" 13SRCREV = "c9f79e641c6906e95095f3e0e505f9bd3f715bc2"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools python-dir 16inherit setuptools python-dir
diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
index 4691145..a55ce27 100644
--- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
@@ -11,8 +11,8 @@ SRC_URI = "\
11 git://github.com/openstack/python-troveclient.git;branch=master \ 11 git://github.com/openstack/python-troveclient.git;branch=master \
12 " 12 "
13 13
14PV="1.0.8+git${SRCPV}" 14PV = "1.0.9+git${SRCPV}"
15SRCREV="51aa1a8dbd1b45e6abdaf571d1d73a6d7405fd3a" 15SRCREV = "a36ebe539ce0affef5388b7edd7a6a230a0fde6c"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18inherit setuptools hosts default_configs 18inherit setuptools hosts default_configs