Commit Graph

2861 Commits

Author SHA1 Message Date
Derek Straka 3ab6741f94 python-dateutil: update to version 2.7.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Derek Straka 6e3c73615b python-pymisp: update to version 2.4.89
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
André Draszik bd44421f57 python-aws-iot-device-sdk-python: also package examples (as additional package)
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
André Draszik 55594ee402 python-aws-iot-device-sdk-python: fix LICENSE
The SDK ships with an embedded, modified copy of python-paho,
which is either EPL-1.0 or EDL-1.0 licensed:

 vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
 # Copyright (c) 2012-2014 Roger Light <roger@atchoo.org>
 #
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # and Eclipse Distribution License v1.0 which accompany this distribution.
 #
 # The Eclipse Public License is available at
 #    http://www.eclipse.org/legal/epl-v10.html
 # and the Eclipse Distribution License is available at
 #   http://www.eclipse.org/org/documents/edl-v10.php.
 #
 # Contributors:
 #    Roger Light - initial API and implementation

 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=14 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
André Draszik d8ca746935 python-aws-iot-device-sdk-python: fix runtime dependencies
They were completely wrong...
List of imports obtained via:
   rgrep -w import \
   | awk -F : '{ $1="" ; gsub(/^[ \t]+|[ \t]+$/, ""); print; }' \
   | grep -v AWSIoTPythonSDK \
   | sort -u
and packages providing the relevant modules extracted using
oe-pkgdata-util find-path.

Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Yi Zhao 0d9ca0ba17 python-m2crypto: refresh patch
Fix QA warning:

WARNING: python-m2crypto-native-0.26.4-r0 do_patch:
Some of the context lines in patches were ignored. This can lead to
incorrectly applied patches.
The context lines in the patches can be updated with devtool:

    devtool modify <recipe>
    devtool finish --force-patch-refresh <recipe> <layer_path>

Then the updated patches and the source tree (in devtool's workspace)
should be reviewed to make sure the patches apply in the correct place
and don't introduce duplicate lines (which can, and does happen
when some of the context is ignored). Further information:
http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
Details:
Applying patch
0001-setup.py-link-in-sysroot-not-in-host-directories.patch
patching file setup.py
Hunk #1 succeeded at 127 with fuzz 1 (offset 65 lines).
Hunk #2 succeeded at 143 (offset 68 lines).

Now at patch 0001-setup.py-link-in-sysroot-not-in-host-directories.patch

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Tim Orling b9d1d87188 python3-pytest: fix broken fetch (3.4.1 -> 3.4.2)
Fixes: 99d18a6bc1

In above commit, only the python2 recipe was updated, but
python3 recipe also uses the SRC_URI from python-pytest.inc
and is currently broken (do_fetch).

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-30 16:16:18 -07:00
Armin Kuster dfccaebd48 python-attrs: fix typo in depends
ERROR: Nothing RPROVIDES 'python-crypto' (but ../meta-python/recipes-devtools/python/python-attrs_17.4.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python-crypto' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python-crypto']

Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:52:16 -07:00
Huang Qiyu 99d18a6bc1 python-pytest: 3.4.1 -> 3.4.2
1.Upgrade python-pytest from 3.4.1 to 3.4.2.
2.Modify pytest_version_fix.patch, since the data has been changed.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
2018-03-29 16:51:44 -07:00
Huang Qiyu cf3c79fa79 python-dbus: 1.2.4 -> 1.2.6
1.Upgrade python-dbus from 1.2.4 ro 1.2.6.
2.Update the checksum of LIC_FILES_CHKSUM, since the following content is appended to COPYING.

	The dbus-gmain/ subdirectory is under a different license: see dbus-gmain/COPYING for details.

3.Add "file://dbus-gmain/COPYING;md5=05c3eacd50f69bb1d58afec460baad57" to LIC_FILES_CHKSUM, sice
dbus-gmain/subdirectory is under lincese of AFL-2.1 or GPLv2.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
2018-03-29 16:51:44 -07:00
Derek Straka 4bedb3cfad python-astroid: add logging to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:51:07 -07:00
Derek Straka 42cb6f6e7b python-pyroute2: add io and pickle to the RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:51:07 -07:00
Derek Straka ef5169ab6e python-attrs: add crypto to the RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:51:07 -07:00
Derek Straka 4d5c5cee13 python-passlib: add initial set of RDEPENDS for the package
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:07 -07:00
Derek Straka ec4dc95bc8 python-paho-mqtt: add logging to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:07 -07:00
Derek Straka 6f27927cb7 python-humanize: add datetime to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:07 -07:00
Derek Straka c068c8723f python-redis: add datetime to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:07 -07:00
Derek Straka 4875896ad0 python-pyyaml: add datetime to the RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:06 -07:00
Derek Straka 4d7f5d6fc5 python-ndg-httpsclient: add initial set of RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:06 -07:00
Derek Straka 33aa4d30a8 python-isort: add shell and datetime to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:06 -07:00
Derek Straka f9cde71db9 python-iso8601: add datetime to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:06 -07:00
Derek Straka 5068ca7fe7 python-pytz: Add dependency on pickle
Signed-off-by: Derek Straka <derek@asterius.io>
2018-03-29 16:51:06 -07:00
Derek Straka df631f710c python-cassandra-driver: update to version 3.13.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:48:43 -07:00
Derek Straka 0cd888e7e6 python-cmd2: update to version 0.8.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:48:43 -07:00
Derek Straka 775a7f1dc4 python-pyjwt: update to version 1.6.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:48:43 -07:00
Alexandru Vasiu 6015d3a4bf Add support for pyiface
Pyiface is a package that exposes the network interfaces of the
operating system in a easy to use and transparent way.

Signed-off-by: Alexandru Vasiu <alexandru.vasiu@ni.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-21 18:42:46 -07:00
Derek Straka 8d121d70d6 python-cython: update to version 0.28
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-21 18:38:23 -07:00
Derek Straka 45c8f33911 python-dateutil: update to version 2.7.0
License-Update: Contributions after Dec 1, 2017 are dual license Apache 2.0 and BSD 3-Clause
All contributions before are released under the BSD 3-Clause.  See LICENSE for more info.

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-21 18:38:23 -07:00
Derek Straka 3685be9701 python-astroid: update to version 1.6.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-21 18:38:23 -07:00
Derek Straka 8b35ebb63c python-msgpack: update to version 0.5.6
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-21 18:38:23 -07:00
Derek Straka 88cc506868 python-lxml: update to version 4.2.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-21 18:38:23 -07:00
Derek Straka 69a1c6ba7c python-pip: update to version 9.0.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-21 18:38:23 -07:00
Derek Straka 83c32d70d9 python-pylint: update to version 1.8.3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-21 18:38:23 -07:00
Derek Straka 806cad5df9 python-protobuf: update to version 3.5.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:27:54 -07:00
Derek Straka d3f1d63c9b python-pyjwt: update to version 1.6.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:27:54 -07:00
Derek Straka e03f5fd9a7 python-scrypt: update to version 0.8.6
Add patch to fix host include paths used

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:27:54 -07:00
Derek Straka c35e3eba07 python3-pid: update to version 2.2.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:27:54 -07:00
Derek Straka b0f4d00439 python-pymisp: add dateutil to the set of RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:27:54 -07:00
Derek Straka 8c6f20669f pyrtm: update RDEPENDS to include python-logging
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:27:54 -07:00
Daniel Dragomir 492c7efc36 python-robotframework: add recipe for 3.0.2 version
Robot Framework is a generic open source test automation framework
for acceptance testing and acceptance test-driven development (ATDD).
It has easy-to-use tabular test data syntax and it utilizes the
keyword-driven testing approach. Its testing capabilities can be
extended by test libraries implemented either with Python or Java,
and users can create new higher-level keywords from existing ones
using the same syntax that is used for creating test cases.

Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:27:54 -07:00
Daniel Dragomir d0239ec5cd python3-scapy: add recipe for 0.23 version
Packet crafting/sending/sniffing, PCAP processing tool, based on
scapy with python3 compatibility.

Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:27:54 -07:00
Daniel Dragomir 55d20eeab8 python-pyexpect: add recipe for 1.0.17 version
Minimal but very flexible implementation of the expect pattern.

Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:27:54 -07:00
Daniel Dragomir 10fdb67d10 python-pynetlinux: add recipe for 1.1 version
Linux network configuration library for Python.

Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:27:54 -07:00
Tim Orling 3c9af2142d python-pytest.inc: add ${PYTHON_PN}-doctest to RDEPENDS
If pytest fallsback to pdb, it needs python-doctest module or
else it fails with:

Traceback (most recent call last):
  File \"/usr/bin/pytest\", line 11, in <module>
    load_entry_point('pytest==3.4.1', 'console_scripts', 'pytest')()
  File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 572, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 2755, in load_entry_point
    return ep.load()
  File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 2408, in load
    return self.resolve()
  File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 2414, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File \"/usr/lib64/python3.5/site-packages/pytest.py\", line 17, in <module>
    from _pytest.debugging import pytestPDB as __pytestPDB
  File \"/usr/lib64/python3.5/site-packages/_pytest/debugging.py\", line 5, in <module>
    from doctest import UnexpectedException
ImportError: No module named 'doctest'

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:27:24 -07:00
Derek Straka 174047b69a python-serpent: update to version 1.24
Update license file checksum and verify the terms remain the same

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:15:50 -07:00
Derek Straka e8aec6db34 python-cffi: update to version 1.11.4
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:15:50 -07:00
Derek Straka 131d8fef9a python-pymongo: update to version 3.6.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:15:50 -07:00
Khem Raj 49ecf6f65d python3-cryptography: Add -pthread to link flags
It builds openssl module which needs pthread_atfork()
but we do not link it with libpthread, which results
in runtime loading errors

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:15:50 -07:00
Derek Straka 790ddac5a9 python-sqlalchemy: update to version 1.1.17
License-Update do to added year
Update the license checksum for copyright year and verify the terms remain the same

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 10:01:17 -07:00
Derek Straka 1ab54c99ba python-behave: update to version 1.2.6
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 10:01:17 -07:00