From d2f5f82987669881edaec542920021ebba7d8205 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 15 Apr 2015 14:01:09 +0800 Subject: python-troveclient: upgrade to 1.0.9 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-troveclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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 = "\ git://github.com/openstack/python-troveclient.git;branch=master \ " -PV="1.0.8+git${SRCPV}" -SRCREV="51aa1a8dbd1b45e6abdaf571d1d73a6d7405fd3a" +PV = "1.0.9+git${SRCPV}" +SRCREV = "a36ebe539ce0affef5388b7edd7a6a230a0fde6c" S = "${WORKDIR}/git" inherit setuptools hosts default_configs -- cgit v1.2.3-54-g00ecf From 53e537867412e5e3d51ac48da6229a79dddb18f1 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 15 Apr 2015 14:01:06 +0800 Subject: python-openstackclient: upgrade to 1.0.3 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../python/python-openstackclient_1.0.2.bb | 17 ----------------- .../python/python-openstackclient_1.0.3.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-openstackclient_1.0.2.bb create mode 100644 meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.2.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.2.bb deleted file mode 100644 index b0f0717..0000000 --- a/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "OpenStack Command-line Client" -HOMEPAGE = "https://github.com/openstack/python-openstackclient" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -PR = "r0" -SRCNAME = "python-openstackclient" - -SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "44f33ac00cd47392688af959178eb5c3" -SRC_URI[sha256sum] = "6d1d5c8100f37b96b7d6f9a8b429af790235cb33b54c6237c16b0b1534c851b7" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb new file mode 100644 index 0000000..ae8e82c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "OpenStack Command-line Client" +HOMEPAGE = "https://github.com/openstack/python-openstackclient" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRCNAME = "python-openstackclient" + +SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "595c9be3ae2f967f7dd5f33753137377" +SRC_URI[sha256sum] = "d39a2e6cf98d409f8545b9d3a207eb8cbf3b2fc5ea17b0f8d9bed52326ca9f49" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf From 422a13f31e434440b0e15c6f5f22bbafabf00655 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 15 Apr 2015 14:01:07 +0800 Subject: python-saharaclient: upgrade to 0.8.0 0.7.7 and 0.8.0 are actually the same. Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-saharaclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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" SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" -PV="0.7.7+git${SRCPV}" -SRCREV="319ceb6acf55382218dcd971367613aecb3e4afc" +PV = "0.8.0+git${SRCPV}" +SRCREV = "319ceb6acf55382218dcd971367613aecb3e4afc" S = "${WORKDIR}/git" inherit setuptools -- cgit v1.2.3-54-g00ecf From 3ef749a6247db22135509db257c5cfa242eb37f5 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 15 Apr 2015 14:01:08 +0800 Subject: python-swiftclient: upgrade to 2.4.0 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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" SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" -PV="2.3.1+git${SRCPV}" -SRCREV="8aff0bda9c35ab96146f4f419803e62710ab5618" +PV = "2.4.0+git${SRCPV}" +SRCREV = "c9f79e641c6906e95095f3e0e505f9bd3f715bc2" S = "${WORKDIR}/git" inherit setuptools python-dir -- cgit v1.2.3-54-g00ecf From bde3e24067b56fde7b604dc3bbed05d56902a8ae Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 15 Apr 2015 14:01:05 +0800 Subject: python-neutronclient: upgrade to 2.4.0 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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 \ file://neutron-api-check.sh \ " -PV="2.3.11+git${SRCPV}" -SRCREV="2fa6faaa9b67c0783c502d2b56bfbacc23ecfe64" +PV = "2.4.0+git${SRCPV}" +SRCREV = "aa1215a5ad063b299d32ef319eb63d5210249a9b" S = "${WORKDIR}/git" inherit setuptools monitor -- cgit v1.2.3-54-g00ecf From 177d24c03cea4f7f001d3b98aa36187c284cd75b Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 15 Apr 2015 13:58:32 +0800 Subject: python-novaclient: upgrade to 2.23.0 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-novaclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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 = "\ file://nova-api-check.sh \ " -PV="2.21.0+git${SRCPV}" -SRCREV="bfd029c8ef500af705159a5f3d5fa74e39c43096" +PV = "2.23.0+git${SRCPV}" +SRCREV = "e0f5072907a00d48a183dd8fc91a6cf6038ca279" S = "${WORKDIR}/git" inherit setuptools monitor -- cgit v1.2.3-54-g00ecf From 788e038c676a638f07a09b7bd42d87bbefcfceaf Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 15 Apr 2015 13:58:31 +0800 Subject: python-keystoneclient: upgrade to 1.3.0 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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 = "\ file://keystone-api-check.sh \ " -PV="1.1.0+git${SRCPV}" -SRCREV="b3cf5994ade5c4fda9792cfaea42bb821d176f8c" +PV = "1.3.0+git${SRCPV}" +SRCREV = "a84b5ac115dd5775f7380a204811aa939fd5c242" S = "${WORKDIR}/git" inherit setuptools monitor -- cgit v1.2.3-54-g00ecf From b19bf1efdc8a565317f97039768f89b4cf464680 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 15 Apr 2015 13:58:30 +0800 Subject: python-heatclient: upgrade to 0.4.0 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-heatclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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" SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" -PV="0.3.0+git${SRCPV}" -SRCREV="065d02499ad77b9c481a83dce973cfa4fbb26711" +PV = "0.4.0+git${SRCPV}" +SRCREV = "6d528f005742263837d05250662bf6214a703da8" S = "${WORKDIR}/git" inherit setuptools -- cgit v1.2.3-54-g00ecf From 4a6d0a7e0975bb18434a392b6d1d319ead1e97d0 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 15 Apr 2015 13:58:29 +0800 Subject: python-glanceclient: upgrade to 0.17.0 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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 += " \ python-pbr \ " -SRCREV = "69361a146ecd0cd775579e5dcf34692e9c6328bc" -PV = "0.13.1+git${SRCPV}" +SRCREV = "26280ed58b5d16feed4ab27be063d305ef48a252" +PV = "0.17.0+git${SRCPV}" PR = "r0" SRC_URI = "\ -- cgit v1.2.3-54-g00ecf From 10614d4b5deb627f17735fda08448ef5ae02d5a0 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 15 Apr 2015 13:58:28 +0800 Subject: python-cephclient: upgrade to 0.1.0.5 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../python/python-cephclient_0.1.0.4.bb | 30 ---------------------- .../python/python-cephclient_0.1.0.5.bb | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.4.bb create mode 100644 meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.5.bb (limited to 'meta-openstack/recipes-devtools/python') 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.4.bb deleted file mode 100644 index 19f7570..0000000 --- a/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.4.bb +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "A client library in python for the Ceph REST API." -HOMEPAGE = "https://github.com/dmsimard/python-cephclient" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" - -PR = "r0" - -SRCNAME = "python-cephclient" -SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "026aefd497c0426317d951f9a6e6f251" -SRC_URI[sha256sum] = "23ceae1f30238f7f57912422cf9baa43b7c80ed88fc14ec749986eef5f2d6007" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-lxml \ - python-requests \ - python-cython \ - " diff --git a/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.5.bb b/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.5.bb new file mode 100644 index 0000000..ad55514 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-cephclient_0.1.0.5.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "A client library in python for the Ceph REST API." +HOMEPAGE = "https://github.com/dmsimard/python-cephclient" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" + +PR = "r0" + +SRCNAME = "python-cephclient" +SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-v${PV}.tar.gz" + +SRC_URI[md5sum] = "e3746607f1af1573a241b4995c10c938" +SRC_URI[sha256sum] = "9776b786da2aebdc0439ea2f809cc8923f52bc0cf610f77a9c1348466961134b" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python-lxml \ + python-requests \ + python-cython \ + " -- cgit v1.2.3-54-g00ecf From 5f1061fa68dd3a594b12f003f1af7977e2a51763 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 15 Apr 2015 13:58:26 +0800 Subject: python-barbicanclient: upgrade to 3.0.3 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-barbicanclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') 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 = "\ git://github.com/openstack/python-barbicanclient.git;branch=master \ " -PV="2.2.1+git${SRCPV}" -SRCREV="ac30643631b6bc1c40116061f8eb280a7881e422" +PV = "3.0.3+git${SRCPV}" +SRCREV = "2919366867af335d59913764a55ca8e95569947d" S = "${WORKDIR}/git" inherit setuptools -- cgit v1.2.3-54-g00ecf From 6260f700ce167e21e38856fc649c0085aef34606 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 15 Apr 2015 13:58:27 +0800 Subject: python-ceilometerclient: fix the version to 1.0.13 The specified SRCREV is actually pointed to the latest version 1.0.13. Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 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 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 = "\ file://fix_ceilometerclient_memory_leak.patch \ " -PV="1.0.12+git${SRCPV}" -SRCREV="f8765ce532a45391c5366be8fa0f583f96a30d22" +PV = "1.0.13+git${SRCPV}" +SRCREV = "f8765ce532a45391c5366be8fa0f583f96a30d22" S = "${WORKDIR}/git" inherit setuptools -- cgit v1.2.3-54-g00ecf From 8807042735db6d3b1eb496df70e153c701a544d0 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Thu, 16 Apr 2015 11:58:41 +0800 Subject: python-psycopg2_2.5: The license should be GPLv3+ Signed-off-by: Lei Maohui Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python') 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 @@ DESCRIPTION = "Python-PostgreSQL Database Adapter" HOMEPAGE = "http://initd.org/psycopg/" SECTION = "devel/python" -LICENSE = "GPLv2" +LICENSE = "GPLv3+ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2" DEPENDS = "postgresql" -- cgit v1.2.3-54-g00ecf