diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-13 16:26:26 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-14 11:58:59 -0800 |
| commit | e02edae7971f4332780e9102856521279e5ead0b (patch) | |
| tree | 29144e09088d9df980bfb253c2032ff4e20f50f9 /meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb | |
| parent | f02869c5c4240a39898b5ba85dab08818295a4fe (diff) | |
| download | meta-openembedded-e02edae7971f4332780e9102856521279e5ead0b.tar.gz | |
python3-pyzmq: Upgrade 19.0.2 -> 20.0.0
Upgrade to release 20.0.0:
- Update bundled libzmq to 4.3.3
- Socket.bind() and Socket.connect() can now be used as context
managers
- Better error when libzmq is bundled and fails to be loaded
- Hold GIL while calling zmq_curve_ functions, which may fix
apparent threadsafety issues
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb deleted file mode 100644 index 3c4e32b5ea..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | SUMMARY = "Pyzmq provides Zero message queue access for the Python language" | ||
| 2 | HOMEPAGE = "http://zeromq.org/bindings:python" | ||
| 3 | LICENSE = "BSD & LGPL-3.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e \ | ||
| 5 | file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e" | ||
| 6 | DEPENDS = "zeromq" | ||
| 7 | |||
| 8 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:" | ||
| 9 | |||
| 10 | SRC_URI += "file://club-rpath-out.patch" | ||
| 11 | SRC_URI[md5sum] = "200abc1a75bdcfff7adf61304f46f55e" | ||
| 12 | SRC_URI[sha256sum] = "296540a065c8c21b26d63e3cea2d1d57902373b16e4256afe46422691903a438" | ||
| 13 | |||
| 14 | inherit pypi pkgconfig setuptools3 | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += "${PYTHON_PN}-multiprocessing" | ||
| 17 | |||
| 18 | FILES_${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug" | ||
| 19 | |||
| 20 | do_compile_prepend() { | ||
| 21 | echo [global] > ${S}/setup.cfg | ||
| 22 | echo zmq_prefix = ${STAGING_DIR_HOST} >> ${S}/setup.cfg | ||
| 23 | echo have_sys_un_h = True >> ${S}/setup.cfg | ||
| 24 | echo skip_check_zmq = True >> ${S}/setup.cfg | ||
| 25 | echo libzmq_extension = False >> ${S}/setup.cfg | ||
| 26 | echo no_libzmq_extension = True >> ${S}/setup.cfg | ||
| 27 | } | ||
