summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python-isort: update to version 4.3.4Derek Straka2018-03-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pytz: update to version 2018.3Derek Straka2018-03-013-3/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-can: update to version 2.1.0Derek Straka2018-03-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-msg: update to version 0.5.5Derek Straka2018-03-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pexpect: update to version 4.4.0Derek Straka2018-03-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pymisp: update to version 2.4.87.1Derek Straka2018-03-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pybind11: update to version 2.2.2Derek Straka2018-03-013-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-systemd: fix dependenciesTomasz Meresiński2018-03-011-1/+1
| | | | | | Python-systemd depends on python-syslog and python-logging (systemd/journal.py L28-29). Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ] python-oauthlib: Add python-oauthlib and python3-oauthlib.Bhargava Sreekantappa Gayathri2018-03-013-0/+31
| | | | | | | | | This patch adds python-oauthlib and python3-oauthlib. Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-evdev: add python3 version of the recipeMaxin John2018-03-013-16/+18
| | | | | Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-requests: drop incorrect RDEPENDSAndré Draszik2018-03-011-3/+0
| | | | | | | | | | The mentioned selectors.py is part of python3-core since OE-core commit 54ac820b8a63 ("python3: Restructure python3 packaging and replace it with autopackaging") and actually was in python3-selectors before that anyway (even in pyro). Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-webcolors: update to version 1.8Derek Straka2018-02-233-3/+3
| | | | | | | | Update license checksum for copyright date change and verify terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-django: update to version 1.11.10Derek Straka2018-02-233-2/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-greenlet: update to version 0.4.13Derek Straka2018-02-233-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-msgpack: update to version 0.5.2Derek Straka2018-02-233-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pycryptodome: update to version 3.4.11Derek Straka2018-02-233-2/+18
| | | | | | | | Update RDEPENDS to work on minimal python distribution Create a test package for unit tests Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cmd2: update to version 0.8.0Derek Straka2018-02-231-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pytest: update to version 3.4.0Derek Straka2018-02-233-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-smbus: remove sed to replace i2c pathDerek Straka2018-02-231-6/+1
| | | | | | | | | The i2c-dev file is now installed in the standard location, so the sed to change the path can be removed. Add a PR value to ensure that if the sed already ran, the build can succeed. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cython: add nativesdk supportMartin Kelly2018-02-231-1/+11
| | | | | Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pyparsing: add nativesdk supportMartin Kelly2018-02-231-1/+1
| | | | | Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cython: fill in missing rdependsMartin Kelly2018-02-231-0/+5
| | | | | | | There are a few runtime dependencies not listed, so add them. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-twisted: remove python3-twisted-srcTomasz Meresiński2018-02-231-0/+2
| | | | | | | | | In python2 .py files are not necessary when importing a module. In python3 it's impossible to import without them. Removing python3-twisted-src makes .py files appear in packages again. Signed-off-by: Tomasz Meresiński<tomasz.meresinski@comarch.pl> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pycryptodome: update to version 3.4.8Derek Straka2018-02-113-3/+3
| | | | | | | | Update the license checksum for latest version and verify the terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pymisp: update to version 2.4.87Derek Straka2018-02-113-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-ndg-httpsclient: update to version 0.4.4Derek Straka2018-02-113-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-grpcio-tools: update to version 1.8.4Derek Straka2018-02-111-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-grpcio: update to version 1.8.4Derek Straka2018-02-111-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python: remove python3 DEPENDS on python3-misc due to missing _pydecimal.pyDerek Straka2018-02-119-41/+0
| | | | | | | | | | | Several packages required numbers, but the _pydecimal.py file was incorrectly placed in the misc package. The underlying issue has been resolved upstream, so remove the RDEPENDS here http://lists.openembedded.org/pipermail/openembedded-core/2018-January/146808.html Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-jsonpointer: update to version 2.0Derek Straka2018-02-113-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-networkx: update to version 2.1Derek Straka2018-02-112-12/+12
| | | | | | | Update license checksum and verify the terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-yappi: add a python3 version of the recipeDerek Straka2018-02-113-16/+20
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-javaobj-py3: update to version 0.2.4Derek Straka2018-02-113-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-astroid: update to version 1.6.1Derek Straka2018-02-113-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pylint: update to version 1.8.2Derek Straka2018-02-113-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-tornado: update license checksum for whitespace changesArmin Kuster2018-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'startline' is not a recognised keyword, it's beginline. Also, 'endline' was wrong, as well as starline (beginline) as counting starts from 1, not 0. python-tornado: The new md5 checksum is 8d463fc66ff8f275354ffe88d1896e12 python-tornado: Here is the selected license text: vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=3 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv # Copyright 2009 Facebook # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=15 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Derek Straka <derek@asterius.io> squished https://patchwork.openembedded.org/patch/147449/ and https://patchwork.openembedded.org/patch/147280/ things got out of sycn for this file. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-systemd: cleanup common content; fix build for muslTim Orling2018-01-264-26/+64
| | | | | | | | * Put common content in python-systemd.inc * Add patch to provide strndupa() for musl Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-smbus: update to version 4.0Derek Straka2018-01-263-4/+3
| | | | | | | Fixes issues related to incompatibility with i2c-tools upgrade in oe-core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-subprocess from the RDEPENDSDerek Straka2018-01-2646-36/+75
| | | | | | | | The python3-subprocess package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-textutils from the RDEPENDSDerek Straka2018-01-269-6/+15
| | | | | | | | The python3-textutils package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-lang from the RDEPENDSDerek Straka2018-01-269-16/+7
| | | | | | | | The python3-lang package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-selectors from the RDEPENDSDerek Straka2018-01-269-14/+1
| | | | | | | | The python3-selectors package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated ${PYTHON_PN}-importlib from the RDEPENDSDerek Straka2018-01-268-8/+2
| | | | | | | | The ${PYTHON_PN}-importlib package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-argparse from the RDEPENDSDerek Straka2018-01-2615-11/+11
| | | | | | | | The python3-argparse package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-enum from the RDEPENDSDerek Straka2018-01-2618-29/+4
| | | | | | | | The python3-enum package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-re from the RDEPENDSDerek Straka2018-01-2616-8/+16
| | | | | | | | The python3-re package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-signal from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-signal package was removed as part of the migration to the json manifest file. The signal functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-alembic: update to version 0.9.7Derek Straka2018-01-263-4/+6
| | | | | | | | Update RDEPENDS for mako Update license checksum for copyright date updates Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-mako: add initial recipe for 1.0.7Derek Straka2018-01-262-0/+23
| | | | | | | python3 version is available in oe-core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-setuptools-scm: update to version 1.15.7Derek Straka2018-01-263-3/+3
| | | | | | | | Update license file as LICENSE no longer exists in the package Update checksum and verify package is still released under MIT license Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>