summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python-pluggy: add initial recipe for version 0.6.0Derek Straka2017-12-273-0/+13
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cryptography-vectors: update to version 2.1.4Derek Straka2017-12-273-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cryptography: update to version 2.1.4Derek Straka2017-12-273-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-attr: update to version 0.3.1Derek Straka2017-12-273-3/+3
| | | | | | | Update license file checksum and verify MIT still applies Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-asn1crypto: update to version 0.24.0Derek Straka2017-12-273-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-simplejson: update to version 3.13.2Derek Straka2017-12-273-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pandas: update to version 0.21.1Derek Straka2017-12-273-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-psutil: update to version 5.4.2Derek Straka2017-12-273-2/+11
| | | | | | | | Create a tests package Update RDEPENDS Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-astroid: update to version 1.6.0Derek Straka2017-12-274-9/+23
| | | | | | | | Split out the test packages Update the RDEPENDS for minimal python installs Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pymongo: update to version 3.6.0Derek Straka2017-12-273-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pexpect: update to version 4.3.1Derek Straka2017-12-273-6/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-flask-login: update to version 0.4.1Derek Straka2017-12-273-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgnomeui: Fix build with newer glib-2.0Khem Raj2017-12-272-0/+22
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgnome: Fix invalid UTF-8 in headerKhem Raj2017-12-272-1/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blinker: new recipeBill Randle2017-12-261-0/+2
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-blinker: move core recipe code to .inc fileBill Randle2017-12-262-7/+8
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Move RDEPENDS on libasound-module to bluez4 since it has been removed from ↵Tobias Olausson2017-12-221-1/+1
| | | | | | | | | bluez5 See also: https://patchwork.openembedded.org/patch/139422/ Signed-off-by: Tobias Olausson <tobias.olausson@pelagicore.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xrdp: Add some scripts and patchesZheng Ruoqin2017-12-225-3/+227
| | | | | | | Add some scripts and patches for xrdp to make it work properly. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pyroute2: uprev to v0.4.21 (from 0.3.22)Mark Asselstine2017-12-224-43/+6
| | | | | | | | | Drop the json<-->simplejson patch instead opting to depend on python-json (part of core python libs). Beyond this the uprev is straightforward. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nghttp: cleaned up the recipebaali2017-12-221-6/+3
| | | | | | | | Fixes in the recipe as suggested by Andre in the comments here: http://lists.openembedded.org/pipermail/openembedded-devel/2017-October/115154.html Signed-off-by: Shantanu <shantanu@senic.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* glade: 3.20.0 -> 3.20.2Hongxu Jia2017-12-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since glib-2.0 updated to 2.54.2, build glade 3.20.0 failed ... |../../glade-3.20.0/gladeui/glade-signal-model.c:68:1: error: conflicting types for 'g_ptr_array_find' | g_ptr_array_find (GPtrArray *array, gpointer data) ... The following commit in the new version fixed the issue. ... commit cb87c89745c93969c3742e7a8a11d546c00107c8 Author: Juan Pablo Ugarte <juanpablougarte@gmail.com> Date: Fri Aug 11 18:17:18 2017 -0300 GladeSignalModel: rename g_ptr_array_find() to prt_array_find() GLib 2.54 introduced g_ptr_array_find() which clashes with our own function gladeui/glade-signal-model.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* passwdqc: add pam-passwdqc to RDEPENDSMingli Yu2017-12-221-1/+1
| | | | | | | | | | | Some basic function such as password change invoked by programs such as passwd depends on pam_passwdqc.so which is provided by subpackage pam-passwdqc. Add pam-passwdqc to RDEPENDS for passwdqc. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* openldap: fix QA WarningQi Hou2017-12-221-0/+1
| | | | | | | | | | | | | | | | | While building openldap, there was a warning, like below: WARNING: QA Issue: openldap: Files/directories were installed but not shipped in any package: /usr/libexec Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. openldap: 1 installed and not shipped files. [installed-vs-shipped] This is because that after openldap all contents of /usr/libexec are split into subsets or moved into other directory and no one makes use of it. So, to fix this QA warning, delete /usr/libexec. Signed-off-by: Qi Hou <qi.hou@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-flask-xstatic: new recipesBill Randle2017-12-224-0/+27
| | | | | | | V2: add missing FILESEXTRAPATHS_prepend Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-xstatic-font-awesome: new recipesBill Randle2017-12-223-0/+21
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-xstatic: new recipesBill Randle2017-12-223-0/+18
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-flask-babel: new recipesBill Randle2017-12-223-0/+20
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-speaklater: new recipesBill Randle2017-12-223-0/+13
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-flask-user: new recipesBill Randle2017-12-223-0/+21
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-flask-mail: new recipesBill Randle2017-12-223-0/+16
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-flask-script: new recipesBill Randle2017-12-223-0/+16
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-flask-uploads: new recipesBill Randle2017-12-223-0/+16
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-flask-nav: new recipesBill Randle2017-12-223-0/+17
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-fask-migrate: new recipesBill Randle2017-12-223-0/+18
| | | | | | | V2: fix typo on .inc filename Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-alembic: new recipesBill Randle2017-12-223-0/+17
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python[3]-editor: new recipesBill Randle2017-12-223-0/+13
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-wtforms: new recipeBill Randle2017-12-221-0/+2
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-wtforms: move core of recipe to a .inc fileBill Randle2017-12-222-17/+17
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-visitor: new recipeBill Randle2017-12-221-0/+2
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-visitor: move core of recipe to a .inc fileBill Randle2017-12-222-7/+7
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-flask-wtf: new recipeBill Randle2017-12-221-0/+2
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-flask-wtf: move core of recipe to a .inc fileBill Randle2017-12-222-16/+17
| | | | | | | V2: add FILESEXTRAPATH_prepend to pick up common patch directory. Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-flask-sqlalchemy: new recipeBill Randle2017-12-221-0/+2
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-flask-sqlalchemy: move core of recipe to a .inc fileBill Randle2017-12-222-11/+11
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-flask-bootstrap: new recipeBill Randle2017-12-221-0/+2
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-flask-bootstrap: move core of recipe to a .inc fileBill Randle2017-12-222-15/+15
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-dominate: new recipeBill Randle2017-12-111-0/+2
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-dominate: move core of recipe to a .inc fileBill Randle2017-12-112-12/+12
| | | | | Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-ply: add a python3 version of the recipeDerek Straka2017-12-113-11/+26
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-yappi: correct the RDEPENDS to work on a minimal python installDerek Straka2017-12-111-0/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>