summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
...
* python-mox3: uprev to version 0.9.0Mark Asselstine2015-08-061-3/+3
| | | | | | | | | Because we updated the version of python-pbr we need to uprev python-mox3 as the version that was present only works with python-pbr versions <1.0. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.serialization: add pbr to DEPENDMark Asselstine2015-08-061-0/+1
| | | | | | | | | Per the package's setup.py we need to depend on python-pbr. Failing to do so results in a build failure: Could not find suitable distribution for Requirement.parse('pbr') Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pbr: uprev to 1.4.0Mark Asselstine2015-08-061-2/+2
| | | | | | | | | The uprev to to python-testtools references VersionInfo semantic_version which wasn't introduced until pbr version 1.3.0. So we are uprev'ing pbr to a more suitable and recent version. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-psycopg2: reinstate patch to avoid pg_configMark Asselstine2015-08-062-21/+47
| | | | | | | | | | | | | When building we get an error: Error: pg_config executable not found. Previously there was a patch that removed references to pg_config. This patch was dropped during the version uprev for an unknown reason. Reinstate this patch with minor updates to allow it to patch the new version of python-psycopg2 and get the build working again. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-testtools: fix build errorMark Asselstine2015-08-061-0/+4
| | | | | | | | | | | Ran in to a build error: distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr') ERROR: python setup.py build execution failed. Fix by DEPENDing on python-pbr. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-openstack: remove unneeded dangling bbappendsMark Asselstine2015-08-061-2/+0
| | | | | | | | | | | | | | | | | | Several bbappends are now dangling as the base recipes have moved to different versions. These specific danglers have been reviewed and don't have any demonstrable purpose any longer and can therefor be removed. For example the busybox default config now enables CONFIG_WHICH so there is no reason to continue to 'patch' this config setting. For recipes which used brokensep in order to work around S != B build issues the fact that the bbappend was dangling and the recipe was building successfully is enough to demonstrate that the bbappend was no longer needed. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-sqlalchemy-migrate: upgrade 0.9.6->0.9.7Lei Maohui2015-08-051-2/+2
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-cliff: upgrade 1.12.0 -> 1.13.0Li xin2015-08-051-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-eventlet: upgrade 0.17.3 -> 0.17.4Li xin2015-08-051-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-beautifulsoup4: upgrade 4.3.2 -> 4.4.0Lei Maohui2015-07-311-3/+3
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-psycopg2: upgrade 2.5->2.6.1Lei Maohui2015-07-311-3/+3
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-wsme: upgrade 0.6.4 -> 0.7.0Lei Maohui2015-07-311-3/+3
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-testtools: upgrade 0.9.33 -> 1.8.0Lei Maohui2015-07-311-2/+2
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* ipython-stevedore: upgrade 1.4.0 -> 1.6.0Lei Maohui2015-07-311-2/+2
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-testscenarios: upgrade 0.4 -> 0.5.0Lei Maohui2015-07-311-2/+2
| | | | | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-suds: upgrade 0.4 -> 0.4.1Li xin2015-07-291-2/+2
| | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
* python-setuptools-git: add native supportLi xin2015-06-171-0/+1
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-nova: add missing rdependsJackie Huang2015-05-201-0/+3
| | | | | | | | | | | | | | | | | | | | Add the missing rdepends on python-oslo.log, python-psutil and python-amqp or it fails with: File "/usr/lib64/python2.7/site-packages/nova/cmd/compute.py", line 23, in <module> from oslo_log import log as logging ImportError: No module named oslo_log File "/usr/lib64/python2.7/site-packages/nova/openstack/common/report/generators/process.py", line 23, in <module> import psutil ImportError: No module named psutil File "/usr/lib64/python2.7/site-packages/stevedore/driver.py", line 50, in _default_on_load_failure raise err ImportError: No module named amqp Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-keystoneclient: add missing rdepends on python-oslo.serializationJackie Huang2015-05-201-0/+1
| | | | | | | | | | Add missing rdepends or it fails with: File "/usr/lib64/python2.7/site-packages/keystoneclient/session.py", line 22, in <module> from oslo_serialization import jsonutils ImportError: No module named oslo_serialization Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-jsonpointer: inherit setuptools instead of distutilsJackie Huang2015-05-131-1/+1
| | | | | | | | setup.py for this pkg uses setuptools, not distutils: "from setuptools import setup" Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-repoze.lru: add new recipeJackie Huang2015-05-131-0/+20
| | | | | | | It's required by python-routes. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-oslo.policy: add new recipeJackie Huang2015-05-131-0/+27
| | | | | | | It's required by python-keystone. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-routes: add rdepends on python-repoze.lruJackie Huang2015-05-131-1/+1
| | | | | | | | | | | Add the missing rdepends on python-repoze.lru or it will fail with: File "/usr/lib64/python2.7/site-packages/routes/mapper.py", line 5, in <module> from repoze.lru import LRUCache ImportError: No module named repoze.lru Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-keystone: add missing rdepends on python-oslo.policyJackie Huang2015-05-131-0/+1
| | | | | | | | | | Add the missing rdepends or it will fail with: File "/usr/lib64/python2.7/site-packages/keystone/policy/backends/rules.py", line 20, in <module> from oslo_policy import policy as common_policy ImportError: No module named oslo_policy Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-django: inherit setuptools instead of distutilsJackie Huang2015-05-131-1/+1
| | | | | | | setup.py for this pkg uses setuptools, not distutils. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-horizon: add rdepends on python-xstatic-angular-irdragndropJackie Huang2015-05-131-0/+1
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-angular-irdragndrop: add new recipeJackie Huang2015-05-131-0/+22
| | | | | | | It's required by python-horizon Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-enum: add new recipeJackie Huang2015-05-131-0/+25
| | | | | | | It's required by python-pyscss. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pyscss: add missing rdepends on python-enumJackie Huang2015-05-131-0/+1
| | | | | | | | | | Add missing rdepends on python-enum or it fails with: File "/usr/lib64/python2.7/site-packages/scss/compiler.py", line 7, in <module> from enum import Enum ImportError: No module named enum Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pathlib: add new recipeJackie Huang2015-05-131-0/+29
| | | | | | | It's required by python-django-pyscss. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-django-pyscss: add missing rdepends on python-pathlibJackie Huang2015-05-131-0/+1
| | | | | | | | | | Add missing rdepends on python-pathlib or it fails with: File "/usr/lib64/python2.7/site-packages/django_pyscss/compiler.py", line 4, in <module> from pathlib import PurePath ImportError: No module named pathlib Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-futures: fix the incorrect checksumJackie Huang2015-05-131-4/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-django: fix the incorrect checksumJackie Huang2015-05-131-4/+3
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-cmd2: fix the incorrect checksumJackie Huang2015-05-131-3/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-keystonemiddleware: upgrade to 1.6.1Jackie Huang2015-05-131-2/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-cinder: upgrade to 2015.1.0Jackie Huang2015-05-071-3/+3
| | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* python-ceilometer: upgrade to 2015.1.0Jackie Huang2015-05-071-3/+3
| | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* python-heat: upgrade to 2015.1.0Jackie Huang2015-05-071-3/+3
| | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* python-glance: upgrade to 2015.1.0Jackie Huang2015-05-071-3/+3
| | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* python-horizon: upgrade to 2015.1.0Jackie Huang2015-05-071-4/+3
| | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* python-keystone: upgrade to 2015.1.0Jackie Huang2015-05-071-4/+3
| | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* python-neutron: upgrade to 2015.1.0Jackie Huang2015-05-071-4/+3
| | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* python-nova: upgrade to 2015.1.0Jackie Huang2015-05-071-4/+3
| | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* python-barbican: upgrade to 2015.1.0Jackie Huang2015-05-071-3/+3
| | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* python-setuptools-git: upgrade to 1.1Jackie Huang2015-04-291-5/+4
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-mimeparse: upgrade to 0.1.4Jackie Huang2015-04-291-6/+5
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-zake: upgrade to 0.2.1Jackie Huang2015-04-291-4/+3
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-jasmine: upgrade to 2.1.2.0Jackie Huang2015-04-291-4/+3
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-xstatic-font-awesome: upgrade to 4.3.0.0Jackie Huang2015-04-291-4/+3
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-wsme: upgrade to 0.6.4Jackie Huang2015-04-291-3/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>