summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python-colorama: upgrade 0.3.3 -> 0.4.1Zheng Ruoqin2019-09-091-3/+3
| | | | | | | | | | 1) Upgrade python-colorama from 0.3.3 to 0.4.1. 2) License File LICENSE.txt content changed: Remove the line break in last line. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* layer.conf: remove preferred version for python-futuresChangqing Li2019-09-091-1/+0
| | | | | | | | preferred version 3.0.3 is not aligned with current version under meta-openstack 3.3.0 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-testtools: Add python3 versionZang Ruochen2019-09-093-23/+27
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-statsd: Add python3 versionZang Ruochen2019-09-093-14/+16
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* consul: Not automatically start system service on bootHe Zhe2019-09-091-1/+1
| | | | | | | | | | | | The systemd service needs to be tuned according to various use cases and cannot be able to always start successfully for example when there is no network interface named br0 by default. Thus the default configuration is mainly used as an example. Let's not automatically start it on boot. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* consul: Upgrade to 1.6.0He Zhe2019-09-091-1/+1
| | | | | | | 1.6.0 is the latest release. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* kernel: update linux-yocto bbappends to match oe-core masterBruce Ashfield2019-09-061-0/+0
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-logutils: Add python3 versionZang Ruochen2019-09-053-16/+20
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-fasteners: Add python3 versionZang Ruochen2019-09-053-25/+27
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-eventlet: Add python3 versionZang Ruochen2019-09-053-10/+14
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-warlock: Add python3 versionZang Ruochen2019-09-053-14/+22
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-mox3:upgrade 0.27.0 -> 0.28.0Yuan Chao2019-09-051-2/+2
| | | | | Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-debtcollector: upgrade 1.21.0 -> 1.22.0Yuan Chao2019-09-053-2/+2
| | | | | Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-futurist: upgrade 1.8.1 -> 1.9.0Yuan Chao2019-09-051-2/+2
| | | | | Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-pastedeploy: upgrade 1.5.2 -> 2.0.1Yuan Chao2019-09-052-14/+16
| | | | | | | | | License File docs/license.txt lost, use PKG-INFO instead. Add dependency on python-pytest-runner-native. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-contextlib2: Add python3 versionZang Ruochen2019-09-033-16/+20
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-croniter: Add python3 versionZang Ruochen2019-09-033-20/+22
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-oslo.i18n: upgrade 3.20.0 -> 3.23.1Zheng Ruoqin2019-09-031-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* glusterfs: fix RDEPENDS of glusterfs-geo-replicationChen Qi2019-09-031-1/+1
| | | | | | | | | | | It should rdepend on python3-core and bash. Otherwise, we get the following QA issue. glusterfs-6.1-r0 do_package_qa: QA Issue: /usr/libexec/glusterfs/peer_georep-sshkey.py contained in package glusterfs-geo-replication requires /usr/bin/python3, but no providers found in RDEPENDS_glusterfs-geo-replication? [file-rdeps] glusterfs-6.1-r0 do_package_qa: QA Issue: /usr/libexec/glusterfs/set_geo_rep_pem_keys.sh contained in package glusterfs-geo-replication requires /bin/bash, but no providers found in RDEPENDS_glusterfs-geo-replication? [file-rdeps] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-happybase: Add python3 versionZang Ruochen2019-09-033-18/+22
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-httpretty: Add python3 versionZang Ruochen2019-09-033-17/+23
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* glusterfs: support usrmergeChangqing Li2019-09-031-3/+5
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-paramiko: Add python3 versionZang Ruochen2019-09-033-12/+16
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-pika-pool: Add python3 versionZang Ruochen2019-09-033-15/+19
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-positional: Add python3 versionZang Ruochen2019-09-033-21/+25
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-posix-ipc: Add python3 versionZang Ruochen2019-09-033-25/+29
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-repoze.lru: Add python3 versionZang Ruochen2019-09-033-14/+18
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-os-client-config: Add python3 versionZheng Ruoqin2019-09-033-30/+32
| | | | | | | Providing a python3 version of python-os-client-config. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-rfc3986: Add python3 versionZheng Ruoqin2019-09-033-20/+24
| | | | | | | Providing a python3 version of python-rfc3986. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-glanceclient: upgrade 2.8.0 -> 2.16.0Zheng Ruoqin2019-09-031-10/+8
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-oslo.utils: Python3 version fixZheng Ruoqin2019-09-032-4/+7
| | | | | | | | | | 1) Remove 'inherit setuptools' from python-oslo.utils.inc as it was included in python-oslo.utils_git.bb and python3-oslo.utils_git.bb. 2) Remove RDEPENDS which are not needed for python3. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-troveclient: upgrade 2.18.0 -> 2.19.0Yuan Chao2019-09-031-2/+2
| | | | | Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-enum-compat: Add python3 versionZang Ruochen2019-08-303-10/+14
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-extras: Add python3 versionZang Ruochen2019-08-303-10/+14
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* tgt: update DEPENDS and RDEPENDSKai Kang2019-08-301-1/+2
| | | | | | | | | | | | | | | | | Update DEPENDS and RDEPENDS of tgt to fix error and warning: | bs_aio.c:34:10: fatal error: libaio.h: No such file or directory | 34 | #include <libaio.h> | | ^~~~~~~~~~ and | WARNING: tgt-1.0.79+gitAUTOINC+b43dbc6711-r0 do_package_qa: QA Issue: | /usr/sbin/tgt-admin contained in package tgt requires /usr/bin/perl, | but no providers found in RDEPENDS_tgt? [file-rdeps] Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-tenacity: upgrade 5.0.4 -> 5.1.1Yuan Chao2019-08-301-2/+3
| | | | | | | Add dependency on setuptools-scm-native Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-waitress: upgrade 1.3.0 -> 1.3.1Zang Ruochen2019-08-301-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-dogpile: Add python3 versionZang Ruochen2019-08-303-10/+18
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-kombu: Python3 version fixZheng Ruoqin2019-08-303-3/+5
| | | | | | | Specifies the major Python version being built using PYTHON_PN Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-keystoneauth1: Add python3 versionZheng Ruoqin2019-08-303-27/+31
| | | | | | | Providing a python3 version of python-keystoneauth1. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-requestsexceptions: Add python3 versionZheng Ruoqin2019-08-303-23/+27
| | | | | | | Providing a python3 version of python-requestsexceptions. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-eventlet: upgrade 0.25.0 -> 0.25.1Yuan Chao2019-08-301-2/+2
| | | | | Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-netifaces: Add python3 versionZheng Ruoqin2019-08-303-10/+14
| | | | | | | Providing a python3 version of python-netifaces. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-debtcollector: Add python3 versionZheng Ruoqin2019-08-303-22/+30
| | | | | | | Providing a python3 version of python-debtcollector. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-troveclient: upgrade 1.3.0 -> 2.18.0Zang Ruochen2019-08-301-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-barbicanclient: upgrade 4.5.2 -> 4.8.1Yuan Chao2019-08-251-3/+3
| | | | | | | | Unable to find version 4.8.1 in branch stable/pike. Change branch to master. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-eventlet: upgrade 0.24.0 -> 0.25.0Yuan Chao2019-08-252-18/+2
| | | | | | | Remove 0.20.0.bb file. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-keystoneauth1: upgrade 3.16.0 -> 3.17.0Yuan Chao2019-08-251-2/+2
| | | | | Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-manilaclient: upgrade 1.27.0 -> 1.28.0Yuan Chao2019-08-251-2/+2
| | | | | Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* python-amqp: Add python3 versionZheng Ruoqin2019-08-253-14/+18
| | | | | | | Providing a python3 version of python-amqp. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>