summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-gevent
Commit message (Collapse)AuthorAgeFilesLines
* python3-gevent: use system libraries instead of embeddingRoss Burton2021-11-191-26/+0
| | | | | | | | | | | gevent by default will build its own c-ares and libuv, but that build needs patches and embedded libraries are bad form. DEPEND on the recipes instead, and turn off embedding. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-gevent: Upgrade 1.4.0 -> 20.6.2Leon Anavi2020-09-051-26/+0
| | | | | | | | | | | | | | | Upgrade to release 20.6.2: - It is now possible to build and use the embedded libuv on a Cygwin platform. - Bug fix: relax the version constraint for psutil on PyPy. - The include directories used to compile the C extensions have been tweaked with the intent of making it easier to use older debug versions of Python. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: update to 1.4.0Alexander Kanavin2019-02-071-0/+26
| | | | | | | | 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>
* gevent: update 0.13.8 -> 1.2.1Andrej Rode2017-04-241-0/+26
Signed-off-by: Andrej Rode <andrej.rode@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>