Message ID | 20210113142626.27599-10-leon.anavi@konsulko.com |
---|---|
State | Accepted |
Commit | e02edae7971f4332780e9102856521279e5ead0b |
Headers | show |
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb rename to meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb index 3c4e32b5e..a668eb11e 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb @@ -8,8 +8,7 @@ DEPENDS = "zeromq" FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:" SRC_URI += "file://club-rpath-out.patch" -SRC_URI[md5sum] = "200abc1a75bdcfff7adf61304f46f55e" -SRC_URI[sha256sum] = "296540a065c8c21b26d63e3cea2d1d57902373b16e4256afe46422691903a438" +SRC_URI[sha256sum] = "824ad5888331aadeac772bce27e1c2fbcab82fade92edbd234542c4e12f0dca9" inherit pypi pkgconfig setuptools3
On 2021-01-13 9:26 a.m., Leon Anavi wrote: > - 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> > --- > .../{python3-pyzmq_19.0.2.bb => python3-pyzmq_20.0.0.bb} | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > rename meta-python/recipes-devtools/python/{python3-pyzmq_19.0.2.bb => python3-pyzmq_20.0.0.bb} (86%) > > diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb > similarity index 86% > rename from meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb > rename to meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb > index 3c4e32b5e..a668eb11e 100644 > --- a/meta-python/recipes-devtools/python/python3-pyzmq_19.0.2.bb > +++ b/meta-python/recipes-devtools/python/python3-pyzmq_20.0.0.bb > @@ -8,8 +8,7 @@ DEPENDS = "zeromq" > FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:" > > SRC_URI += "file://club-rpath-out.patch" > -SRC_URI[md5sum] = "200abc1a75bdcfff7adf61304f46f55e" > -SRC_URI[sha256sum] = "296540a065c8c21b26d63e3cea2d1d57902373b16e4256afe46422691903a438" > +SRC_URI[sha256sum] = "824ad5888331aadeac772bce27e1c2fbcab82fade92edbd234542c4e12f0dca9" > > inherit pypi pkgconfig setuptools3 > > > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#88776): https://lists.openembedded.org/g/openembedded-devel/message/88776 Mute This Topic: https://lists.openembedded.org/mt/79651518/3617530 Group Owner: openembedded-devel+owner@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [oe-patchwork@oe-patch.openembedded.org] -=-=-=-=-=-=-=-=-=-=-=-
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> --- .../{python3-pyzmq_19.0.2.bb => python3-pyzmq_20.0.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyzmq_19.0.2.bb => python3-pyzmq_20.0.0.bb} (86%)