aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
AgeCommit message (Collapse)Author
4 dayspython3-os-brick: Fix syntax errorHEADmasterZoltán Böszörményi
RDEPENDS:${PN} must have a closing quotation mark. This error was present since the recipe was added. Scarthgap catches it as a syntax error. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-12-01python-psycopg: switched from distutils to setuptoolsDylan Turner
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-06-27python3-heat-cfntools: fix typoYi Zhao
Fix typo: RDPENDS_${PN} -> RDEPENDS:${PN} Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-06-27python3-arrow: drop python3-backports-functools-lru-cache dependencyJonas Gorski
python3-backports-functools-lru-cache was recently dropped from meta-python with 620689d4efba ("python3-backports-functional-lru-cache: remove, not needed for Python 3"). Since the functionality it provides is already part of python3, we can just drop the dependency. Fixes the following error when trying to build python3-arrow in kirkstone or newer: NOTE: Resolving any missing task queue dependencies ERROR: Nothing RPROVIDES 'python3-backports-functools-lru-cache' (but /home/jonas/poky/meta-cloud-services/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python3-backports-functools-lru-cache' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python3-backports-functools-lru-cache'] ERROR: Required build target 'python3-arrow' has no buildable providers. Missing or unbuildable dependency chain was: ['python3-arrow', 'python3-backports-functools-lru-cache'] Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-03-25global: convert license to SPDX variantsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python3-novnc: update 0.5.1 -> 1.3.0wangmy
refresh python-distutils.patch License-Update: -year updated to 2019 -file of the noVNC core library changed -the HTML, CSS, font and images files that included with the noVNC source distibution changed -URL of history changed -files and projects that have been incorporated into the noVNC core library changed -license texts changed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python3-termcolor: inherit setuptools3 not distutilswangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python3-mimeparse: inherit setuptools3 not distutilswangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python3-lockfile: inherit setuptools3 not distutilswangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python3-ipaddr: inherit setuptools3 not distutilswangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python3-fixtures: inherit setuptools3 not distutilswangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-01-30python-novnc: inherit setuptools3 not distutilswangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-11-02global: convert github SRC_URIs to use https protocolBruce Ashfield
github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-10-29global: add explicit branch to all SRC_URIsmaster-nextBruce Ashfield
As introduced in the oe-core post: https://lists.openembedded.org/g/openembedded-core/message/157623 SRC_URIs without an explicit branch will generate warnings, and eventually be an error. We run the provided conversion script to make sure that meta-virt is ready for the change. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-07-31global: overrides conversionBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-02-09python3-dogpile.cache: upgrade 1.1.1 -> 1.1.2Wang Mingyu
-License-Update: Copyright year updated to 2021. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-02-09python3-httpretty: upgrade 1.0.3 -> 1.0.5Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-02-09python3-designateclient: upgrade 4.1.0 -> 4.2.0Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-02-09python3-kafka: upgrade 2.0.1 ->2.0.2Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-02-09python3-cliff: upgrade 3.5.0 -> 3.6.0Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-02-09python3-keyring: upgrade 21.8.0 -> 22.0.1Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-01-10python3-httpretty: upgrade 1.0.2 -> 1.0.3zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-01-10python3-keyring: upgrade 21.5.0 -> 21.8.0zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-01-10python3-magnumclient: upgrade 3.2.1 -> 3.3.0zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-01-10python3-manilaclient: upgrade 2.3.0 -> 2.4.0zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-21python3-pyscss: Change to python3zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-21python3-httpretty: change RDEPENDSzhengruoqin
Because python3 no longer provides python3-typing package, so modify RDEPENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-21python3-repoze.lru: change RDEPENDSzhengruoqin
Because python3 no longer provides python3-typing package, so modify RDEPENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-21python3-paste: remove RDEPENDSzhengruoqin
Because python3 no longer provides python3-typing package, it is removed from RDEPENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-21python3-django-pyscss: Change to python3zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-21python3-glance-store: Change to python3zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-21python3-osprofiler: upgrade 2.9.0 -> 3.4.0zhengruoqin
Because python2 is no longer maintained, bb file is changed to python3 version. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-21python-pysqlite: Remove recipezangrc
When I tried to change it to python3, it reported the following error: | pysqlite is not supported on Python 3. When using Python 3, use the sqlite3 module from the standard library. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-21python-futures: Remove recipezangrc
| This backport is meant only for Python 2. | It does not work on Python 3, and Python 3 users do not need it as the concurrent.futures package is available in the standard library. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-21python-functools32: Remove recipezangrc
This is a backport of the functools standard library module from Python 3.2.3 for use on Python 2.7 and PyPy. It includes new features lru_cache (Least-recently-used cache decorator).But the current version of python3 is 3.9.0, so remove this recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-10python3-barbicanclient: upgrade 5.0.0 -> 5.0.1zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-10python3-castellan: upgrade 3.6.0 -> 3.7.0zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-10python3-cliff: upgrade 3.4.0 -> 3.5.0zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-10python3-django-nose: upgrade 1.4 -> 1.4.7zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-10python3-designateclient: upgrade 4.0.0 -> 4.1.0zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-10python3-dogpile.cache: upgrade 1.0.2 -> 1.1.1zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-10python3-keystoneauth1: upgrade 4.2.1 -> 4.3.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-10python3-hgtools: upgrade 8.2.0 -> 8.2.1zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-10python3-osc-lib: upgrade 2.1.0 -> 2.3.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-10python3-oslo.config: upgrade 8.2.0 -> 8.4.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-07python3-salttesting: use SRCREV instead of tagChen Qi
If we enable BB_NO_NETWORK, using tag in SRC_URI causes problem. Merely parsing the recipes will raise error. For example, `bitbake -p'. So use SRCREV instead of tag to solve this problem. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-01python3-keyring: Remove RDEPENDSzhengruoqin
Because python3 no longer provides python3-typing package, it is removed from RDEPENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-01python3-magnumclient: Change to python3zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-01python3-manilaclient: Change to python3zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-01python3-microversion-parse: Change to python3zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>