summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python3-test-generator: add recipeAnuj Mittal2019-09-231-0/+15
| | | | | | | | Generator is a helper for generating test methods for nose while still using unittest. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dtschema: new packageBartosz Golaszewski2019-09-231-0/+15
| | | | | | | | | | | This adds a recipe for dtschema package developed by Rob Herring for easy validation of YAML device-tree files in the linux kernel. The version is current git as the only release so far - v0.1 - is old and doesn't work with kernel's dt_binding_check make target. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ruamel-yaml: new packageBartosz Golaszewski2019-09-231-0/+16
| | | | | | | | | Add a pypi recipe for ruamel-yaml parser. Based on the recipe found in meta-homeassistant by Oleksandr Andrushchenko. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-urllib3: upgrade 1.25.3 -> 1.25.5Zang Ruochen2019-09-233-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pytest: upgrade 5.1.2 -> 5.1.3Zang Ruochen2019-09-233-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pysocks: upgrade 1.7.0 -> 1.7.1Zang Ruochen2019-09-233-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-msgpack: upgrade 0.6.1 -> 0.6.2Zang Ruochen2019-09-233-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-alembic: upgrade 1.1.0 -> 1.2.0Zang Ruochen2019-09-233-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonschema: add python-setuptools-scm to RDEPENDSBartosz Golaszewski2019-09-201-0/+1
| | | | | | | | The python-jsonschema package imports pkg_resources. Add setuptools-scm to RDEPENDS to satisfy this dependency. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove "werkzeug-test" in RDEPENDScjhasu2019-09-201-1/+1
| | | | | | werkzeug-test is not required for building "python3-flask".Hence it should be removed.And also there is no recipe for building werkzeug-test .Hence it is causing error for while building python3-flask.Please add this change ASAP Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pytest: fix runtime errorYuan Chao2019-09-191-0/+5
| | | | | | | Fix runtime error: add missing modules. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-importlib-metadata: new recipeYuan Chao2019-09-193-0/+16
| | | | | | | Add new recipe python-importlib-metadata 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>
* python-packaging: new recipeYuan Chao2019-09-193-0/+14
| | | | | | | Add new recipe python-packaging 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>
* python-pathlib2: new recipeYuan Chao2019-09-193-0/+13
| | | | | | | Add new recipe python-pathlib2 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>
* python-zipp: new recipeYuan Chao2019-09-193-0/+14
| | | | | | | Add new recipe python-zipp as it is RDEPEND of python-importlib-metadata. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-more-itertools: new recipeYuan Chao2019-09-193-0/+13
| | | | | | | Add new recipe python-more-itertools as it is RDEPEND of python-zipp and python-pytest. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: add recipeVincent Prince2019-09-181-0/+12
| | | | | Signed-off-by: Vincent Prince <vincent.prince.external@saftbatteries.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cheetah: add recipeVincent Prince2019-09-181-0/+15
| | | | | Signed-off-by: Vincent Prince <vincent.prince.external@saftbatteries.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python*-psutil: Add native and nativesdk to BBCLASSEXTENDVincent Prince2019-09-181-0/+2
| | | | | Signed-off-by: Vincent Prince <vincent.prince.external@saftbatteries.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: Initial commit of version 4.0.1Alistair Francis2019-09-171-0/+11
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pulsectl: Initial version of 18.12.5Alistair Francis2019-09-171-0/+11
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-precise-runner: Initial commit of version 0.3.1Alistair Francis2019-09-171-0/+9
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-petact: Initial commit of version 0.1.2Alistair Francis2019-09-171-0/+9
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-padatious: Initial commit of 0.4.7Alistair Francis2019-09-171-0/+9
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-padaos: Initial commit of version 0.1.10Alistair Francis2019-09-171-0/+9
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonschema: rdepends on attrs and pyrsistentRicardo Salveti2019-09-171-0/+2
| | | | | | | Release v3.0.2 requires python attrs and pyrsistent. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyrsistent: add recipeRicardo Salveti2019-09-173-0/+17
| | | | | | | | Persistent/immutable/functional data structures for python, now required by python-jsonschema. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python*-pyserial: Add native and nativesdk to BBCLASSEXTENDNathan Rossi2019-09-161-0/+2
| | | | | Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python*-pyusb: Add native and nativesdk to BBCLASSEXTENDNathan Rossi2019-09-161-0/+2
| | | | | Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pluggy: upgrade 0.12.0 -> 0.13.0Zang Ruochen2019-09-163-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-dbus: upgrade 1.2.10 -> 1.2.12Zang Ruochen2019-09-161-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-python-vlc: Initial commit of 3.0.7110Alistair Francis2019-09-121-0/+9
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fasteners: Initial commit of 0.15Alistair Francis2019-09-121-0/+9
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-networkx: add recipeAnuj Mittal2019-09-123-7/+21
| | | | | | | | | | 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>
* python-certifi: upgrade 2019.6.16 -> 2019.9.11Zang Ruochen2019-09-113-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-networkx: upgrade 2.1 -> 2.2Anuj Mittal2019-09-111-2/+2
| | | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-defusedxml: add recipeAnuj Mittal2019-09-111-0/+11
| | | | | | | | 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>
* python3-xmlrunner: Initial commit of 1.7.7Alistair Francis2019-09-111-0/+9
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-future: Initial commit of 0.9.5Alistair Francis2019-09-111-0/+14
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: Remove PNBLACKLISTAdrian Bunk2019-09-101-1/+0
| | | | | | | python3-colorama is now available. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pytest: fix runtime errorYuan Chao2019-09-101-0/+1
| | | | | | | 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>
* python-atomicwrites: new recipeYuan Chao2019-09-103-0/+11
| | | | | | | 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>
* python3-colorama: New recipeZheng Ruoqin2019-09-091-0/+10
| | | | | | | | 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>
* python-prettytable: Add python3 versionZheng Ruoqin2019-09-083-25/+29
| | | | | | | 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>
* python3-cmd2: Add to blacklistKhem Raj2019-09-071-0/+1
| | | | | | | | 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>
* python-jinja2: Make asyncio specific to python3 module aloneKhem Raj2019-09-072-1/+3
| | | | | | | | | | | | 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>
* python3-pytest-asyncio: Initial commit of 0.10.0Alistair Francis2019-09-072-0/+15
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twine: Initial commit of 1.13.0Alistair Francis2019-09-072-0/+13
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-paste: upgrade 3.1.1 -> 3.2.0Zang Ruochen2019-09-051-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyasn1: upgrade 0.4.6 -> 0.4.7Yuan Chao2019-09-053-2/+2
| | | | | Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>