summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python-tornado-redis: add recipeS. Lockwood-Childs2016-02-251-0/+25
| | | | | | | | Tornado-Redis is a Redis client for Tornado web server, intended for asyncronous handling of Redis pub/sub and blocking list commands Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyserial: update to 3.0.1Derek Straka2016-02-253-9/+6
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-msgpack: update to 0.4.7Derek Straka2016-02-251-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-monotonic: update to 0.6Derek Straka2016-02-251-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mock: update to 1.3.0Derek Straka2016-02-251-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyflakes: update to 1.0.0Derek Straka2016-02-251-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mccabe: update to 0.4.0Derek Straka2016-02-251-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-prettytable: fix fetch issues in divergent pypi url patternDerek Straka2016-02-251-2/+7
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-feedparser: update to 5.2.1Derek Straka2016-02-252-14/+9
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-enum34: update to 1.1.2Derek Straka2016-02-251-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-flufl-enum: update to 4.1Derek Straka2016-02-251-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-ujson: update to 0.35Derek Straka2016-02-251-4/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-werkzeug: add required RDEPENDSAnders Darander2016-02-251-0/+14
| | | | | | | | The following RDEPENDS were necessary to be able to properly start a simple demo app (and also enable debug traces). Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Update python recipes to use the common pypi packageDerek Straka2016-02-2544-312/+75
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Update python recipes to use the updated pypi classDerek Straka2016-02-2529-32/+32
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Update python3 recipes to use the updated pypi classDerek Straka2016-02-2515-15/+15
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Convert the DESCRIPTION tag to a SUMMARY tag for short summaries.Philip Balister2016-02-259-9/+9
| | | | | | | * Also update vcversioner to have correct SUMMARY and HOMEPAGE. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-gdata: RDepend on python-xml instead of python-elementtreeMartin Jansa2016-02-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | * python-elementtree was folded to python-xml by this oe-core commit: commit 5f7206eba3953b7f29148ecfb791995773ee5fc7 Author: Ross Burton <ross.burton@intel.com> Date: Wed Feb 10 14:04:04 2016 +0000 python: merge python-elementtree into python-xml python-xml depends on python-elementtree as the latter just contains a C library used by the former. However there's no point to this split apart from increasing the number of packages, so merge -elementtree into python-xml. * this is just band-aid for missing RPROVIDEs in that oe-core commit and be aware that upgrade-path on target is still broken (no RREPLACES/RCONFLICTS), so you'll need "upgrade" from python-elementtree manually on target. * fixes: ERROR: Nothing RPROVIDES 'python-elementtree' (but /home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/recipes-devtools/python/python-gdata_1.2.4.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python-elementtree' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-elementtree'] NOTE: Runtime target 'python-gdata-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-gdata-dev', 'python-elementtree'] NOTE: Runtime target 'python-gdata' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-gdata', 'python-elementtree']
* python-django: update package to 1.8.9Armin Kuster2016-02-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Update to a LTS version which might EOL in April 2018 The following security fixes are included; CVE-2015-8213 CVE-2015-5964 CVE-2015-5963 CVE-2015-5145 CVE-2015-5144 CVE-2015-5143 CVE-2015-3982 CVE-2015-2317 CVE-2015-2316 CVE-2015-2241 LIC_FILES_CHKSUM changed do to: https://github.com/django/django/commit/1dae4ac1778f04805c0ed62c8debb13b281ba02b * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-daemonize: Update to version 2.4.2Fabio Berton2016-02-151-2/+2
| | | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-vcversioner: Fix bad DESCRIPTION and HOMEPAGE entries.Philip Balister2016-02-151-2/+2
| | | | | | | Copy/paste is the root of all evil. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python(3)-flask-pymongo: add recipesSven Ebenfeld2016-02-013-0/+17
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-flask-login: add recipesSven Ebenfeld2016-02-013-0/+18
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-flask: add recipesSven Ebenfeld2016-02-013-0/+18
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-whoosh: add recipesSven Ebenfeld2016-02-013-0/+17
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-xlrd: add recipesSven Ebenfeld2016-02-013-0/+14
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python3-tornado: add recipeSven Ebenfeld2016-02-013-34/+29
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-certifi: 14.05.14 -> 2015.11.20.1 and add python3 recipeSven Ebenfeld2016-02-013-12/+7
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-pymongo: add recipesSven Ebenfeld2016-02-013-0/+16
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-jinja2: 2.7.3 -> 2.8 and add python3 recipeSven Ebenfeld2016-02-014-21/+20
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-pymisp: add recipesSven Ebenfeld2016-02-013-0/+18
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-werkzeug: add recipeSven Ebenfeld2016-02-013-0/+20
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-redis: add recipesSven Ebenfeld2016-02-013-0/+13
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-requests: 2.7.0 -> 2.9.1 and add python3 recipeSven Ebenfeld2016-02-014-18/+15
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-passlib: add recipesSven Ebenfeld2016-02-013-0/+18
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-markupsafe: add recipesSven Ebenfeld2016-02-013-18/+20
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-itsdangerous: add recipesSven Ebenfeld2016-02-013-0/+13
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-dateutil: 1.5 -> 2.4.2 and add python3 recipeSven Ebenfeld2016-02-014-22/+27
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-six: 1.9.0 -> 1.10.0 and add python3-recipeSven Ebenfeld2016-02-013-4/+6
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-feedformatter: add recipesSven Ebenfeld2016-02-013-0/+15
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-lxml: 3.4.4 -> 3.5.0Sven Ebenfeld2016-02-013-7/+18
| | | | | | | Update python-lxml and python3-lxml to version 3.5.0 and correct licensing information. The file LICENSES.txt states four different licenses. Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-tornado: upgrade to 4.3Derek Straka2016-01-271-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-six: Error fix for recipes depend on python-sixLi xin2016-01-271-0/+8
| | | | | | | | | | | | | | If you bitbake recipes which depends on python-six such as python-cryptography. And also your network is not very well. Error will occur as following: Download error on https://pypi.python.org/simple/six/: [Errno -5] No address associated with hostname -- Some packages may not be found! Couldn't find index page for 'six' (maybe misspelled?) No local packages or download links found for six So add do_compile_append() to fix it. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pip: 7.1.0 -> 7.1.2Dai Caiyun2016-01-271-2/+2
| | | | | | | Upgrade python-pip from 7.1.0 to 7.1.2. Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-jsonpointer: add recipe for 1.10Derek Straka2016-01-271-0/+20
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-jsonpatch: add recipe for 1.12Derek Straka2016-01-271-0/+21
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-vcversioner: Error Fix for recipes depend on python-vcversioner.Li xin2016-01-041-0/+9
| | | | | | | | | | | | | | If you bitbake recipes which depends on python-vcversioner such as python-jsonschema. And also your network is not very well. Error will occur as following: Download error on https://pypi.python.org/simple/vcversioner/: [Errno -5] No address associated with hostname -- Some packages may not be found! Couldn't find index page for 'vcversioner' (maybe misspelled?) No local packages or download links found for vcversioner So add do_compile_append() to fix it. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-tornado: move old version recipe from meta-oe to meta-pythonKai Kang2016-01-042-0/+48
| | | | | | | | | Move old version recipe of python-tornado from meta-oe to meta-python that there is a higher version in meta-python already. And rename from _git to exact version _2.2.1. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pexpect: drop old version recipeKai Kang2016-01-041-23/+0
| | | | | | | | | | | | | Drop old version recipe of python-pexpect and use the one in oe-core which version is 3.3 now. And according to release notes of version 3.0, "The new major version number doesn’t indicate any deliberate API incompatibility." Ref: http://pexpect.readthedocs.org/en/stable/history.html Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-monotonic: new recipe, version 0.4Andreas Oberritter2015-12-181-0/+10
| | | | | | | | | On Python 3.3 or newer, monotonic will be an alias of time.monotonic from the standard library. On older versions, it will fall back to an equivalent implementation. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>