aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
AgeCommit message (Collapse)Author
2018-11-26python3-bandit: upgrade to 1.5.1Ross Burton
Update dependencies, and cheat by adding python3-modules to RDEPENDS for now. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26python*-paho-mqtt: upgrade to 1.4.0Paul Eggleton
1.4.0 is primarily a bugfix release, see here for details: https://github.com/eclipse/paho.mqtt.python/blob/v1.4.0/ChangeLog.txt Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26Adds python3 syslog dependency to python3-systemdKavi Jivan
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26Fix python-idna egg-info permissionsMaxime Borges
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-07python-configparser.inc: Fix SUMMARYAlexandru Vasiu
SUMMARY contained a non-ascii char (’ instead of ') which caused pkg.info_installed to fail. Signed-off-by: Alexandru Vasiu <alexandru.vasiu@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-02python-twisted: Add more python-twisted-* packages to the "meta" packageMark Asselstine
Whereas the python-twisted-core package is used to install the minimum components of python-twisted, the python-twisted package is essentially a 'meta' package which installs all of the python-twisted-* packages (used by folks that don't want to determine which components they are interested in). Add additional packages to the python-twisted 'meta' package. NOTE: that there are still modules of python-twisted which have not been ported to python3 (see src/twisted/python/_setup.py "notPortedModules") so the installed packages for py2 vs. py3 will not be the same (ie. python-twisted-news is only part of the py2 package). Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-02python-pyiface: Upgrade to 0.0.11Alexandru Vasiu
Signed-off-by: Alexandru Vasiu <alexandru.vasiu@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-26] Add recipes for django rest frameworkJoris Offouga
Signed-off-by: Joris Offouga <offougajoris@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-16python-requests: fix CVE-2018-18074Qi.Chen@windriver.com
Backport two patches to fix the following CVE. CVE: CVE-2018-18074 Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-05python-sh: add python sh libraryDwane Pottratz
sh is a python subprocess replacement. Signed-off-by: Dwane Pottratz <dwane.pottratz@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-25python-cmd2: upgrade to 0.9.2Hong Liu
1.Upgrade python-cmd2 from 0.8.8 to 0.9.2. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-24python-py:1.5.4 -> 1.6.0Hong Liu
Upgrade python-py from 1.5.4 to 1.6.0 Upgrade python3-py from 1.5.4 to 1.6.0 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-14python(3)-ndg-httpsclient: use update-alternatives to avoid do_rootfs failureQi.Chen@windriver.com
Use update-alternaives to manage /usr/bin/ndg_httpclient to avoid the following do_rootfs failure. Error: Transaction check error: file /usr/bin/ndg_httpclient conflicts between attempted installs of python-ndg-httpsclient-0.5.1-r0.core2_64 and python3-ndg-httpsclient-0.5.1-r0.core2_64 Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-10python-pyflame: skip for aarch64 as wellMartin Jansa
* fails with: | ../../git/src/ptrace.cc: In function 'user_regs_struct pyflame::PtraceGetRegs(pid_t)': | ../../git/src/ptrace.cc:127:14: error: 'PTRACE_GETREGS' was not declared in this scope | if (ptrace(PTRACE_GETREGS, pid, 0, &regs)) { | ^~~~~~~~~~~~~~ | ../../git/src/ptrace.cc:127:14: note: suggested alternative: 'PTRACE_GETREGSET' | if (ptrace(PTRACE_GETREGS, pid, 0, &regs)) { | ^~~~~~~~~~~~~~ | PTRACE_GETREGSET | ../../git/src/ptrace.cc: In function 'void pyflame::PtraceSetRegs(pid_t, user_regs_struct)': | ../../git/src/ptrace.cc:136:14: error: 'PTRACE_SETREGS' was not declared in this scope | if (ptrace(PTRACE_SETREGS, pid, 0, &regs)) { | ^~~~~~~~~~~~~~ | ../../git/src/ptrace.cc:136:14: note: suggested alternative: 'PTRACE_SETREGSET' | if (ptrace(PTRACE_SETREGS, pid, 0, &regs)) { | ^~~~~~~~~~~~~~ | PTRACE_SETREGSET | Makefile:524: recipe for target 'ptrace.o' failed | make[2]: *** [ptrace.o] Error 1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08python-m2crypto: Ignore WCHAR_MAX and WCHAR_MIN when on muslKhem Raj
This fixes the build until we upgrade to swig 4.0 where this is fixed Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-04PAM: Add python library pamela which supports PAMTom Joseph
Pamela is a python wrapper for PAM. Compared to python-pam it has wrapper for account management apis in addition to authentication apis. Signed-off-by: Tom Joseph <tomjoseph83@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-01python-m2crypto: Add STDC_HOSTED to grep regexpKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-29python3-pytest-helpers-namespace: add recipeAlejandro del Castillo
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-29python-pytest-helpers-namespace: add recipeSergey Kizunov
This plugin does not provide any helpers to pytest, it does, however, provide a helpers namespace in pytest which enables you to register helper functions in your conftest.py to be used within your tests without having to import them. Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-29python3-pytest-tempdir: add recipeAlejandro del Castillo
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-29python-pytest-tempdir: add recipeSergey Kizunov
Adds support for a predictable and repeatable temporary directory. Signed-off-by: Sergey Kizunov <sergey.kizunov@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-28python{, 3}-protobuf: Update 3.6.0 -> 3.6.1Jens Rehsack
Update recipe for python protobuf to 3.6.1 to align with protobuf. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-28python{, 3}-m2crypto: update from 0.26.4 -> 0.30.1Jens Rehsack
Updating recipe for crypto and SSL toolkit for python and support python3 infrastructure of Yocto as well as the already supported python2 line. Refresh patches to fix devtool warnings Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-28python{,3}-grpcio: update to 1.14.1Jens Rehsack
Update python-grpcio and add related python3-grpcio recipe for recent features and bug-fixes. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-28python{, 3}-grpcio-tools: update 1.8.4 -> 1.14.1Jens Rehsack
Align recipe for python protobuf code generator for gRPC with grpc itself and python-grpcio. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-27python{, 3}-intervals: add recipes for python2/3Jens Rehsack
Add recipe for interval arithmetic for python supporting python2 as well as python3 infrastructure of Yocto. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-27python{, 3}-pint: add recipes for python2 and python3Jens Rehsack
Add recipe for physical quantities module for python2 and python3 infrastructure of Yocto. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-27python{3, }-protobuf: consolidate CLEANBROKENJens Rehsack
Since python-protobuf and python3-protobuf share the same build instructions, it's sane to clarify for both at the same place, that running setup.py clean is wrong in configure stage. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-27python-pyflame: Disable for mips archKhem Raj
Fails to build as support is missing src/ptrace.cc:135:48: error: 'regs' has incomplete type Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-24python-pyflame: Use SHA instead of tag in SRC_URIKhem Raj
tags are floating and bitbake will ping the remote host and this will fail in BB_NO_NETWORK cases Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrew Jeffery <andrew@aj.id.au>
2018-08-24python-pyflame: Limit support to just glibc based systemsKhem Raj
Fixes: | checking build system type... x86_64-pc-linux-gnu | checking host system type... x86_64-bec-linux-musl | configure: error: Pyflame can only be built for Linux hosts Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrew Jeffery <andrew@aj.id.au>
2018-08-24meta-python: Make python-pyflame cope with prelinked ELFsAndrew Jeffery
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-24meta-python: Port python-pyflame to 32-bit ARMAndrew Jeffery
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-24meta-python: Add python-pyflame recipeAndrew Jeffery
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19python-prompt-toolkit: update to version 2.0.4Derek Straka
Update to the latest stable release. This branch is incompatible with the 1.x.y releases Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19python-pip: update to version 18.0Derek Straka
License-Update: Copyright year changed to include 2018 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19python-cython: update to version 0.28.5Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19python-certifi: update to version 2018.8.13Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19python-lxml: update to version 4.2.4Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19python-pandas: update to version 0.23.4Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-15python3-pydbus: cherry-pick patches from fedoraHongxu Jia
Fedora enhanced python3-pydbus: - Support asynchronous calls - Support transformation between D-Bus errors and exceptions. https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-10meta-python: add python-pycodestyle recipeBinghua Guan
Signed-off-by: Binghua Guan <freebendy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-10python-m2crypto: Move swig fix to configure taskAlex Kiernan
Fixes: | DEBUG: Executing shell function do_configure ... | SWIG/_m2crypto.i:10: Error: Unable to find 'gcc_macros.h' | error: command 'swig' failed with exit status 1 Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-08python-future: make recipe available as python3 versionS. Lockwood-Childs
Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-05python3-chardet: add a '3' suffix to binary to avoid conflicts with python2Dima Zavin
Signed-off-by: Dima Zavin <dmitriyz@waymo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-03python-pbr.inc: remove itRobert Yang
There is one in oe-ocore, so remove it, and let python-pbr_4.2.0.bb use the one in oe-core. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-03python3-pbr: remove itRobert Yang
There is one in oe-core, so remove it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-03add libudev to python-pyudev RDEPENDSFlorian Wickert
pyudev uses ctypes to load libudev shared library at runtime which results in an exception if it cannot be found Signed-off-by: Florian Wickert <fw@javox-solutions.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-03python-behave: Add Python 3 recipeRobert Joslyn
Fix broken dependencies of Python 2 recipe as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-03python-parse-type: Add Python 3 recipeRobert Joslyn
Clarify license from BSD to BSD-3-Clause. Signed-off-by: Khem Raj <raj.khem@gmail.com>