diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-23 09:45:56 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-23 11:55:37 -0800 |
| commit | ae99cb9a248ffdf2adbe8cc7dbf6f2488eca01f5 (patch) | |
| tree | 9220b7707cf4f89fd3489715a82c13f22b1ab985 /meta-python/recipes-devtools/python/python3-eventlet_0.34.3.bb | |
| parent | 613b9e713a01e89021377cd6629caab8d94df5fd (diff) | |
| download | meta-openembedded-ae99cb9a248ffdf2adbe8cc7dbf6f2488eca01f5.tar.gz | |
python3-eventlet: upgrade 0.34.2 -> 0.34.3
Changelog:
==========
* Fix security issue in the wsgi module related to RFC 9112
* Fix segfault, a new approach for greening existing locks
* greendns: fix getaddrinfo parameter name
* Fix deprecation warning on ssl.PROTOCOL_TLS
* Pytests, fix error at teardown of TestGreenSocket.test_full_duplex
* Skip test which uses Py cgi module
* Drop old code based on python < 3.7
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-eventlet_0.34.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-eventlet_0.34.3.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.34.3.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.34.3.bb new file mode 100644 index 0000000000..64db72b2d0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-eventlet_0.34.3.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "Highly concurrent networking library" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/eventlet" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "ed2d28a64414a001894b3baf5b650f2c9596b00d57f57d4d7a38f9d3d0c252e8" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += " \ | ||
| 12 | ${PYTHON_PN}-dnspython \ | ||
| 13 | ${PYTHON_PN}-six \ | ||
| 14 | ${PYTHON_PN}-greenlet \ | ||
| 15 | " | ||
