summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* spice: add SRCREV_FORMAT to recipekiloJoe Slater2015-09-101-0/+2
| | | | | | | | Create a composite source revision. Failure to do so can cause parsing errors. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-sqlalchemy: add dependency on sqlparseJosep Puigdemont2015-09-081-1/+2
| | | | | | | | Account for python-sqlparse dependency. Project home page has moved to github. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-sqlparse: add recipeJosep Puigdemont2015-09-081-0/+13
| | | | | Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* salt: upgrade to 2015.5Alejandro del Castillo2015-06-011-5/+4
| | | | | | | python-request is now only a dependency of salt-cloud. Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Merge branch 'master' into kiloBruce Ashfield2015-05-202-0/+4
|\
| * 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>
* | Merge branch 'master' into kiloBruce Ashfield2015-05-1314-14/+137
|\|
| * 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>
* | Merge branch 'master' into kiloBruce Ashfield2015-05-1313-2/+2160
|\|
| * 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>
| * salt: add recipe for saltAlejandro del Castillo2015-05-1312-0/+2158
| | | | | | | | | | Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* | Merge branch 'master' into kiloBruce Ashfield2015-05-079-31/+27
|\|
| * 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>
* | Merge branch 'master' into kiloBruce Ashfield2015-04-2957-237/+439
|\|
| * 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>
| * python-webtest: upgrade to 2.0.18Jackie Huang2015-04-291-3/+2
| | | | | | | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| * python-warlock: upgrade to 1.1.0Jackie Huang2015-04-291-3/+2
| | | | | | | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| * python-waitress: upgrade to 0.8.9Jackie Huang2015-04-291-3/+2
| | | | | | | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| * python-tox: upgrade to 1.9.2Jackie Huang2015-04-291-3/+2
| | | | | | | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| * python-tooz: upgrade to 0.15.0Jackie Huang2015-04-291-3/+2
| | | | | | | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| * python-thrift: upgrade to 0.9.2Jackie Huang2015-04-291-4/+3
| | | | | | | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| * python-testrepository: upgrade to 0.0.20Jackie Huang2015-04-291-3/+2
| | | | | | | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>