aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-02-25 18:05:44 +0200
committerKhem Raj <raj.khem@gmail.com>2021-03-01 11:06:48 -0800
commit29060cd7e4dd67afb866f14dbbbd9ee562727e51 (patch)
treeec57744ec8fda6b5e1706678749cff38ce621bb4
parent4c49ee5c48f7a51c0c3b40d48b7d1e8e7a5bbed1 (diff)
downloadmeta-openembedded-contrib-29060cd7e4dd67afb866f14dbbbd9ee562727e51.tar.gz
python3-pyzmq: Upgrade 22.0.2 -> 22.0.3
Upgrade to release 22.0.3: - Fix fork-safety bug in garbage collection thread (regression in 20.0) when using subprocesses. 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>
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzmq_22.0.3.bb (renamed from meta-python/recipes-devtools/python/python3-pyzmq_22.0.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_22.0.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_22.0.3.bb
index 555f27cb49..dbf8e6446c 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq_22.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzmq_22.0.3.bb
@@ -8,7 +8,7 @@ DEPENDS = "zeromq"
FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:"
SRC_URI += "file://club-rpath-out.patch"
-SRC_URI[sha256sum] = "d7b82a959e5e22d492f4f5a1e650e909a6c8c76ede178f538313ddb9d1e92963"
+SRC_URI[sha256sum] = "f7f63ce127980d40f3e6a5fdb87abf17ce1a7c2bd8bf2c7560e1bbce8ab1f92d"
inherit pypi pkgconfig setuptools3