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 | |
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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-eventlet_0.34.3.bb (renamed from meta-python/recipes-devtools/python/python3-eventlet_0.34.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.34.2.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.34.3.bb index 86524da42b..64db72b2d0 100644 --- a/meta-python/recipes-devtools/python/python3-eventlet_0.34.2.bb +++ b/meta-python/recipes-devtools/python/python3-eventlet_0.34.3.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "2115c7c6742e6893bf1347f82915572f8895c911cb5abaad4d3596a7daa847cc" | 7 | SRC_URI[sha256sum] = "ed2d28a64414a001894b3baf5b650f2c9596b00d57f57d4d7a38f9d3d0c252e8" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||