aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
AgeCommit message (Collapse)Author
2019-09-12python3-python-vlc: Initial commit of 3.0.7110Alistair Francis
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-12python3-fasteners: Initial commit of 0.15Alistair Francis
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-12python3-networkx: add recipeAnuj Mittal
networkx only supports python3 starting v2.3. Move the common code to .inc and remove python-2to3 RDEPENDS which is no longer needed: https://github.com/networkx/networkx/commit/4e611d7ea90c20864daba912d6118220d5bbddf3 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-11python-certifi: upgrade 2019.6.16 -> 2019.9.11Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-11python-networkx: upgrade 2.1 -> 2.2Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-11python3-defusedxml: add recipeAnuj Mittal
defusedxml is a pure Python package with modified subclasses of all stdlib XML parsers that prevent any potentially malicious operation. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-11python3-xmlrunner: Initial commit of 1.7.7Alistair Francis
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-11python3-requests-future: Initial commit of 0.9.5Alistair Francis
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-10python3-cmd2: Remove PNBLACKLISTAdrian Bunk
python3-colorama is now available. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-10python-pytest: fix runtime errorYuan Chao
Fix runtime error: missing 'atomicwrites' module. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-10python-atomicwrites: new recipeYuan Chao
Add new recipe python-atomicwrites as it is RDEPEND of python-pytest. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-09python3-colorama: New recipeZheng Ruoqin
Add new recipe python3-colorama as it is RDEPEND of python3-cmd2. Import from meta-virtualization and upgrade it from 0.3.9 to 0.4.1. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-08python-prettytable: Add python3 versionZheng Ruoqin
Providing a python3 version of python-prettytable. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-07python3-cmd2: Add to blacklistKhem Raj
Its missing a rdep(python3-colorama), unless that recipe is added to meta-python, its in blacklist and eventually it will be deleted before zeus release if the rdep is still not submitted Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-07python-jinja2: Make asyncio specific to python3 module aloneKhem Raj
asyncio is not packages seprately with python2 but only with python3 Fixes ERROR: Nothing RPROVIDES 'python-asyncio' (but /mnt/b/yoe/sources/meta-openembedded/meta-python/recipes-devtools/python/python-jinja2_2.10.1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python-asyncio' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-asyncio'] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-07python3-pytest-asyncio: Initial commit of 0.10.0Alistair Francis
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-07python3-twine: Initial commit of 1.13.0Alistair Francis
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-05python-paste: upgrade 3.1.1 -> 3.2.0Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-05python-pyasn1: upgrade 0.4.6 -> 0.4.7Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-05python-pbr: upgrade 5.4.2 -> 5.4.3Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-05python-dbus: upgrade 1.2.8 -> 1.2.10Yuan Chao
License File dbus-gmain/COPYING content changed: Add SPDX-License-Identifier. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-05python-stevedore: upgrade 1.30.1 -> 1.31.0Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-05python-pytest: upgrade 5.1.1 -> 5.1.2Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-05python-jinja2: rdepend on asyncio moduleQi.Chen@windriver.com
Fix error when `import jinja2'. ModuleNotFoundError: No module named 'asyncio' Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-03python3-pyatspi: restrict with GTK2DISTROFEATURESMartin Jansa
* fixes: NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'gtk+' (but meta-oe/meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb DEPENDS on or otherwise requires it) gtk+ was skipped: one of 'x11 directfb' needs to be in DISTRO_FEATURES ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'python3-pyatspi', 'gtk+'] Summary: There was 1 WARNING message shown. Summary: There were 2 ERROR messages shown, returning a non-zero exit code. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-02python-hyperlink: rdepend on python-idnaQi.Chen@windriver.com
python hyperlink actually requires python idna. Otherwise, we get the following error. Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.7/site-packages/hyperlink/_init_.py", line 2, in <module> from ._url import (URL, File "/usr/lib64/python3.7/site-packages/hyperlink/_url.py", line 33, in <module> from idna import encode as idna_encode, decode as idna_decode, IDNAError ModuleNotFoundError: No module named 'idna' Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-02python-cmd2: Add python3 versionZheng Ruoqin
Providing a python3 version of python-cmd2. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-30Remove bogus COMMON_LICENSE_DIR usage in LIC_FILES_CHKSUMAdrian Bunk
Using COMMON_LICENSE_DIR in LIC_FILES_CHKSUM of downloaded code is never the right thing to do, there must be some license information and that has to be checked instead. In several cases the claimed LICENSE was also incorrect. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29python-script: update license md5sumChristophe PRIOUZEAU
Update md5sum of license file. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29python-cmd2: upgrade 0.9.2 -> 0.9.16Yuan Chao
Add dependency on setuptools-scm-native License update: Copyright year updated to 2019. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29python-pluggy: upgrade 0.6.0 -> 0.12.0Yuan Chao
Add dependency on setuptools-scm-native License update: remove space at end of line and blank lines at end of file. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29python3-xxhash: upgrade 1.3.0 -> 1.4.1Yuan Chao
License update: Copyright year updated to 2019. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29python-pytest: upgrade 3.4.2 -> 5.1.1Yuan Chao
Refresh patch: 0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch Remove patch: pytest_version_fix.patch since this is not used. License update: Copyright year updated to 2019 Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29python-alembic: upgrade 1.0.11 -> 1.1.0Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-27python3-pyatspi: Add Dbus ATSPI recipeAaron Chan
pyatspi provide python3 support for Assistive Technology Service Provide Interface (AT-SPI2) protocol over Dbus. This is useful not only for Accessibility (a11y) but also provides a medium for automation of GUI testing (such as python3-dogtail). Signed-off-by: Aaron Chan <aaron.chun.yew.chan@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-27python-pyyaml: upgrade 3.13 -> 5.1.2Zang Ruochen
-License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-27python3-pystemd: add new recipeCallaghan, Dan
This library provides wrappers around the systemd DBus API for manipulating systemd services. Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-27python-pip: upgrade 19.2.2 -> 19.2.3Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-27python-paste: upgrade 3.1.0 -> 3.1.1Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-24python-jsonschema: upgrade 2.6.0 -> 3.0.2Yuan Chao
Add dependency on setuptools-scm-native Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-24python-twisted: upgrade 19.2.1 -> 19.7.0Yuan Chao
LICENSE file updated: "Tom Most" was added in LICENSE file. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-24python-typing: upgrade 3.7.4 -> 3.7.4.1Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-24python-protobuf: upgrade 3.9.0 -> 3.9.1Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-24python-socketio: prevent python2 socketio depending on python3-aiohttpMartin Jansa
* enable client and asyncio_client PACKAGECONFIGs only in python3-socketio, because there is no python-websockets, python--websocket-client recipes for python2 version * fixes: ERROR: Nothing RPROVIDES 'python3-aiohttp' (but meta-oe/meta-python/recipes-devtools/python/python-socketio_4.3.1.bb RDEPENDS on or otherwise requires it) when python3-aiohttp is blacklisted Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-21python-flask-pymongo: upgrade 0.5.1 -> 2.3.0Yuan Chao
Add depends of vcversioner. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-17python3-blivet: Add python3 to rdepsKhem Raj
Fix do_package_qa error ERROR: QA Issue: /usr/libexec/blivetd contained in package python3-blivet requires /usr/bin/python3, but no providers found in RDEPENDS_python3-blivet? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-16python-pymongo: upgrade 3.8.0 -> 3.9.0Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-14python3-aiofiles: add recipeMaciej Pijanowski
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-12python3-twofish: Fix missing return statements in module stubsMartin Jansa
* fixes build with -Werror=return-type twofish.c: In function 'init_twofish': twofish.c:45:1: error: control reaches end of non-void function [-Werror=return-type] 45 | PyMODINIT_FUNC init_twofish(void) { } | ^~~~~~~~~~~~~~ twofish.c: In function 'PyInit__twofish': twofish.c:46:1: error: control reaches end of non-void function [-Werror=return-type] 46 | PyMODINIT_FUNC PyInit__twofish(void) { } | ^~~~~~~~~~~~~~ cc1: some warnings being treated as errors Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-12python-pip: upgrade 19.2.1 -> 19.2.2Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>