aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
AgeCommit message (Collapse)Author
2017-01-25python-pecan: 0.9.0 -> 1.2.1Huang Qiyu
Upgrade python-pecan from 0.9.0 to 1.2.1. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-lockfile: 0.10.2 -> 0.12.2Huang Qiyu
Upgrade python-lockfile from 0.10.2 to 0.12.2. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-httplib2: 0.9.1 -> 0.9.2Huang Qiyu
1) Upgrade python-httplib2 from 0.9.1 to 0.9.2. 2) License checksum changed,since the version was updated. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-httpretty: 0.8.10 -> 0.8.14Huang Qiyu
1) Upgrade python-httpretty from 0.8.10 to 0.8.14. 2) License checksum changed,since the version and description were changed. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-paramiko: 1.15.2 -> 2.1.1Huang Qiyu
Upgrade python-paramiko from 1.15.2 to 2.1.1. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-sqlalchemy-migrate: 0.9.7 -> 0.10.0Huang Qiyu
Upgrade python-sqlalchemy-migrate from 0.9.7 to 0.10.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-25python-psycopg2: 2.6.1 -> 2.6.2Huang Qiyu
1) Upgrade python-psycopg2 from 2.6.1 to 2.6.2. 2) Modify remove-pg-config.patch, since the data has been changed. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslo.messaging: uprev to latest stable/newtonMark Asselstine
Requires updates to python-futurist, requires a version of python-amqp<2.0, new recipe for python-pika-pool and update python-oslo.middleware Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-pika-pool: initial recipeMark Asselstine
This is required by the stable/newton version of python-oslo.messaging. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-amqp: bring back the 1.x.x seriesMark Asselstine
The stable/newton version of python-oslo.messaging requires python-amqp <2.0.0 so we will bring back the latest version of the 1.x.x series (removed by commit 3af287f179a0), uprev to v1.4.9 and make it the PREF version. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-futurist: uprev to v0.21.0Mark Asselstine
This version is required to support python-oslo.messaging. Other than the typical version and checksum updates, minor updates to the runtime dependencies were required. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslo.middleware: uprev to latest stable/newtonMark Asselstine
Standard updates to SRCREV and git branch, minor updates to runtime dependency list. Dependency version requirements already fulfilled. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslo.versionedobjects: uprev to latest stable/newtonMark Asselstine
Just a few updates for runtime dependencies. Dependency version requirement are all already fulfilled. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslo.service: uprev to latest stable/newtonMark Asselstine
Just a few updates for runtime dependencies. Dependency version requirement are all already fulfilled. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslo.concurrency: uprev to latest stable/newtonMark Asselstine
Just a few updates for runtime dependencies. Dependency version requirement are all already fulfilled. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslo.log: uprev to latest stable/newtonMark Asselstine
Just a few updates for runtime dependencies. Dependency version requirement are all already fulfilled. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-oslotest: uprev to latest stable/newtonMark Asselstine
This requires uprev's to pythong-os-client-config and python-fixtures. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-os-client-config: uprev to latest stable/newtonMark Asselstine
This requires updates to python-keystoneauth1 and the introduction of python-requestsexceptions. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-requestsexceptions: add new recipeMark Asselstine
This is required for the uprev of python-os-client-config to the latest stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-keystoneauth1: uprev to v2.18.0Mark Asselstine
This uprev is required by the uprev to python-os-client-config to the latest stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-21python-fixtures: uprev to version 3.0.0Mark Asselstine
This version is required by the python-oslotest uprev to the latest stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-oslo.db: uprev to latest stable/newtonMark Asselstine
Required some dependencies to be uprev's such as python-oslo.context and python-oslo.utils as well as version pinning python-sqlalchemy. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-oslo.utils: uprev to latest stable/newtonMark Asselstine
Some minor updates to the RDEPENDS based on the contents of required.txt but no required dependency package uprevs required. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-oslo.context: uprev to latest stable/newtonMark Asselstine
Requires the introduction of python-positional. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-positional: add new recipe to support python-oslo.contextMark Asselstine
Required to support the uprev to python-oslo.context to stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-happybase: 0.9 -> 1.0.0Huang Qiyu
Upgrade python-happybase from 0.9 to 1.0.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-amqp: 1.4.6 -> 2.1.4Huang Qiyu
1) Upgrade python-amqp from 1.4.6 to 2.1.4. 2) Change the LICENSE to BSD-3-Clause. 3) Change the License checksum,since the license is changed. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-extras: 0.0.3 -> 1.0.0Huang Qiyu
Upgrade python-extras from 0.0.3 to 1.0.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-mox3: 0.9.0 -> 0.20.0Huang Qiyu
Upgrade python-mox3 from 0.9.0 to 0.20.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-kombu: 3.0.26 -> 4.0.2Huang Qiyu
1) Upgrade python-kombu from 3.0.26 to 4.0.2. 2) License checksum changed,since the copyright years were updated. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-testtools: 1.8.0 -> 2.2.0Huang Qiyu
1) Upgrade python-testtools from 1.8.0 to 2.2.0. 2) License checksum changed,since the testtools authors changed. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20ipython-wsme: 0.7.0 -> 0.9.1Huang Qiyu
Upgrade python-wsme from 0.7.0 to 0.9.1. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-pymongo: 3.0.3 -> 3.4.0Huang Qiyu
Upgrade python-pymongo from 3.0.3 to 3.4.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20ipython-waitress: 0.8.9 -> 1.0.1Huang Qiyu
Upgrade python-waitress from 0.8.9 to 1.0.1. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-swiftclient: 2.4.0 -> 3.2.0Huang Qiyu
Upgrade python-swiftclient from 2.4.0 to 3.2.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-20python-routes: 1.13 -> 2.4.1Huang Qiyu
1) Upgrade python-routes from 1.13 to 2.4.1. 2) Change the License file's name and checksum,since the license file is changed. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-17python-stevedore: uprev to 1.19.1Mark Asselstine
Required uprev to support python-oslo.config uprev to stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-17python-pbr: drop recipeMark Asselstine
We often include our own versions of recipes in meta-virtualization and meta-cloud-services in order to satisfy specific version dependencies, ie. grouping recipes by usecase. Historically python-pbr versions have been extremely flexible (most recipes only specify the very old 1.6 as a minimum version) and python-pbr can arguably be seen as a core python package, so remove our version of the recipe in favor of the one in meta-python. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-17python: satisfy setup.py 'setup_requires'Mark Asselstine
Python setuptools will attempt to satisfy the packages defined as 'setup_requires' in setup.py by first looking for the package availability locally and ultimately by downloading it from PyPI. This is actually a huge security hole and packages should move to using pip instead, but this is another story that the upstream packages have to address. This also disregards BB_NO_NETWORK and may prove to introduce host contamination. The best approach is to ensure we have the -native version of the 'setup_requires' packages present such that setup.py will not attempt to complete the download from PyPI. Make 'pbr' -native available and for packages which we have identified as having 'setup_requires' include 'pbr' add the necessary python-pbr-native DEPENDS. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-17python-oslo.config: uprev to latest stable/newtonMark Asselstine
Requires uprev to python-debtcollector, python-rfc3986, python-netaddr and python-stevedore. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-17python-rfc3986: uprev to 0.4.1Mark Asselstine
Required uprev to support python-oslo.config uprev to stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-17python-netaddr: uprev to 0.7.19Mark Asselstine
Required for the uprev of python-oslo.config to stable/newton. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-17python-debtcollector: uprev to 1.10.0Mark Asselstine
This uprev is required for the python-oslo.config uprev (to stable/newton) and other package. This requires the introduction of the python-funcsigs package. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-17python-funcsigs: add new dependency for python-debtcollectorMark Asselstine
The uprev of python-debtcollector to version 1.10.0 requires this package. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-17python-oslo.i18n: uprev to latest stable/newtonMark Asselstine
Requires the uprev of python-babel to v2.3.4. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-17python-babel: uprev to 2.3.4Mark Asselstine
This version is required by python-oslo.i18n (after the uprev to stable/newton) and possibly others. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-09chef: remove the use of chefMark Asselstine
The use of chef was never complete, had isses with updating binary database files and had a cumbersome implementation. Since we are using Ansible in meta-overc we are dropping the use of chef here and will look to being at par with meta-overc by using Ansible if/when we get time to look at runtime configuration in meta-cloud-services. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-09python-horizon: cleanup QA warningsMark Asselstine
Currently we are seeing warnings like: .../horizon.scss is owned by gid 1001, which is the same as the user running bitbake. These are caused by using 'cp -a' in this case, by excluding the 'ownership' part of -a we can avoid these QA issues. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-06python-barbican: fixup fetch URLMark Asselstine
Upstream has dropped the now EOL stable/kilo branch, the SRCREV however still exists in master so simply switch to master to fix do_fetch. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-01-06python-pycrypto: skip compileMark Asselstine
There is nothing to compile. Attempting to compile results in a build failure so skip it. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>