summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python-paste:upgrade to 3.0.6Hong Liu2019-02-151-2/+5
| | | | | | | | | 1.Upgrade python-paste from 2.0.3 to 3.0.6. 2.Add pytest-runner to run pytest Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pycparser: upgrade to 2.19Hong Liu2019-02-153-2/+3
| | | | | | | Upgrade python-pycparser from 2.18 to 2.19 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-lxml: upgrade to 4.3.1Hong Liu2019-02-143-3/+3
| | | | | | | | | 1.Upgrade python-lxml and python3-lxml from 4.2.4 to 4.3.1 2.Modified some outdated descriptions in iso-schematron.rng Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cryptography-vectors:upgrade to 2.4.1Hong Liu2019-02-123-2/+2
| | | | | | | Upgrade python-cryptography-vectors from 2.3 to 2.4.1 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cryptography:upgrade to 2.4Hong Liu2019-02-123-2/+2
| | | | | | | Upgrade python-cryptography from 2.3 to 2.4 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-mprpc: Upgrade to 0.1.17Khem Raj2019-02-073-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-gevent: Upgrade to 1.4.0Khem Raj2019-02-071-0/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-protobuf: Add nativesdk to BBCLASSEXTENDFabio Berton2019-02-071-1/+1
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python*-xlrd: Add native and nativesdk to BBCLASSEXTENDFabio Berton2019-02-071-0/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python*-markupsafe: Add native and nativesdk to BBCLASSEXTENDFabio Berton2019-02-071-0/+2
| | | | | SIGNED-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python*-jinja2: Add native and nativesdk to BBCLASSEXTENDFabio Berton2019-02-071-0/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: update to 1.4.0Alexander Kanavin2019-02-073-5/+32
| | | | | | | | This fixes build issues with Python 3.7. License-Update: added BSD license for one of the source files Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twitter_3.7.0.bb: Yocto recipes for tweepy packagesSai Hari Chandana Kalluri2019-02-063-0/+23
| | | | | | | Yocto recipes for easy to use python2 and python3 libraries for accessing twitter APIs Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-requests-oauthlib: Recipes to provide support for Requests-Oauthlib ↵Sai Hari Chandana Kalluri2019-02-063-0/+13
| | | | | | | | | | | libraries Yocto recipes for Python Requests and Oauthlib libraries to provide easy-to-use Python 2 and Python 3 interfaces for building OAuth1 and OAuth2 clients. Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-slip-dbus: add a python3 version of the recipeCallaghan, Dan2019-02-013-30/+32
| | | | | Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-slip-dbus: update to 0.6.5Callaghan, Dan2019-02-011-3/+3
| | | | | Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-twisted: Remove ${PN}-srcKhem Raj2019-01-302-4/+2
| | | | | | | | | | This fixes the QA errors about double defining this in PACKAGES it seems to be removed in py3 version of recipe too so we just do it in inc file so both recipes can use it Fix a typo in specifying rdep Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-vcversioner: remove egg generationStefan Agner2019-01-301-8/+0
| | | | | | | | | | | | | | | | | Remove egg file build. This got introduced with commit fb1696372ff9 ("python-vcversioner: Error Fix for recipes depend on python-vcversioner"). However, it seems that this was actually not related to the missing egg file, but to the back then missing depends on python-vcversioner-native. This got fixed in commit 12d09665bbee ("python-jsonschema, python3-jsonschema: add vcversioner-native dependency"). It also causes issue when trying to build a reproducible build with a timestamp of 0 due to limitations of the ZIP file format used by the Python egg packaging. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-vcversioner: remove egg generationStefan Agner2019-01-301-8/+0
| | | | | | | | | | | | | | | | | Remove egg file build. This got introduced with commit fb1696372ff9 ("python-vcversioner: Error Fix for recipes depend on python-vcversioner"). However, it seems that this was actually not related to the missing egg file, but to the back then missing depends on python-vcversioner-native. This got fixed in commit 12d09665bbee ("python-jsonschema, python3-jsonschema: add vcversioner-native dependency"). It also causes issue when trying to build a reproducible build with a timestamp of 0 due to limitations of the ZIP file format used by the Python egg packaging. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-rdflib: fix SUMMARYAndreas Müller2019-01-241-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-isodate: fix SUMMARYAndreas Müller2019-01-241-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-rdflib(-native(sdk)): initial add 4.2.2Andreas Müller2019-01-223-0/+19
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-isodate(-native(sdk)): initial add 0.6.0Andreas Müller2019-01-223-0/+18
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-html5lib: extend to native(sdk)Andreas Müller2019-01-221-0/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-webencodings: extend to native(sdk)Andreas Müller2019-01-221-0/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyinotify.inc: add RDEPEND on ${PYTHON_PN}-smtpdIoan-Adrian Ratiu2019-01-191-0/+1
| | | | | | | | pyinotify depends on having asyncore.py available which is provided by python2/3-smtpd. Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cryptography: drop python-pycparser dependencyStefan Agner2019-01-151-2/+0
| | | | | | | | The python-cryptography package is in fact not depending on python-pycparser. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pbr_4.2.0.bb: Define src uri checksums in recipeKhem Raj2019-01-131-0/+4
| | | | | | There moved out from inc file in oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: add pkg groups and image for testingArmin Kuster2019-01-134-0/+168
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyflame: Upgrade to 1.6.7Khem Raj2018-12-235-210/+6
| | | | | | | | | | Disable build on ppc as well Drop already upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrew Jeffery <andrew@aj.id.au> Cc: Tim "moto-timo" Orling <TicoTimo@gmail.com> Cc: Derek Straka <derek@asterius.io>
* python-grpcio: Upgrade to 1.17.1Khem Raj2018-12-234-4/+23
| | | | | | | | Patch to fix ppc build Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Tim "moto-timo" Orling <TicoTimo@gmail.com> Cc: Derek Straka <derek@asterius.io>
* python-msgpack: Upgrade to 0.6.0Khem Raj2018-12-233-4/+4
| | | | | | | | Set PYPI_PACKAGE to msgpack since python-msgpack is deprecated Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Tim "moto-timo" Orling <TicoTimo@gmail.com> Cc: Derek Straka <derek@asterius.io>
* python-pyparted/python3-pyparted: drop incorrect and redundant PVHongxu Jia2018-12-182-4/+0
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivetgui: 2.1.9 -> 2.1.10Hongxu Jia2018-12-181-1/+1
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: 3.1.1 -> 3.1.2Hongxu Jia2018-12-181-1/+1
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: 3.0.1 -> 3.1.1Hongxu Jia2018-11-2714-121/+48
| | | | | | | | | Drop 0012-remove-dmraid-dependency-check.patch and 0013-add-Z-y-and-y-to-lvm.pvcreate.patch which the new version has fixed the issues Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivetgui: 2.1.8 -> 2.1.9Hongxu Jia2018-11-271-1/+1
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pykickstart: 3.15 -> 3.18Hongxu Jia2018-11-271-1/+1
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-tzlocal: Add new recipe.Philip Balister2018-11-273-0/+12
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bandit: add class to perform Bandit scansRoss Burton2018-11-271-0/+63
| | | | | | | Add a class to perform security scans of Python code using Bandit. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-multidict: Workaround for broken make cleanCraig McQueen2018-11-261-0/+4
| | | | | | | | Note, the issue is fixed in v4.0.0. https://github.com/aio-libs/multidict/issues/194 Signed-off-by: Craig McQueen <craig.mcqueen@innerrange.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bandit: upgrade to 1.5.1Ross Burton2018-11-262-12/+14
| | | | | | | 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>
* python*-paho-mqtt: upgrade to 1.4.0Paul Eggleton2018-11-263-2/+3
| | | | | | | | | 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>
* Adds python3 syslog dependency to python3-systemdKavi Jivan2018-11-261-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Fix python-idna egg-info permissionsMaxime Borges2018-11-261-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-configparser.inc: Fix SUMMARYAlexandru Vasiu2018-11-071-1/+1
| | | | | | | | 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>
* python-twisted: Add more python-twisted-* packages to the "meta" packageMark Asselstine2018-11-022-0/+7
| | | | | | | | | | | | | | | | | 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>
* python-pyiface: Upgrade to 0.0.11Alexandru Vasiu2018-11-023-2/+2
| | | | | Signed-off-by: Alexandru Vasiu <alexandru.vasiu@ni.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ] Add recipes for django rest frameworkJoris Offouga2018-10-263-0/+20
| | | | | Signed-off-by: Joris Offouga <offougajoris@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-requests: fix CVE-2018-18074Qi.Chen@windriver.com2018-10-163-0/+186
| | | | | | | | | 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>