Upgrade to release 25.11.1: - WAMP Flatbuffers serialization test coverage; WAMP message classes refactoring - Add WAMP serdes functional and benchmark testing; WAMP-Flatbuffers; WAMP Serializer Composition (transport/payload) - Add vendored Flatbuffers
Fixes: WARNING: python3-autobahn-25.11.1-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi <[email protected]> --- ...on3-autobahn_24.4.2.bb => python3-autobahn_25.11.1.bb} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-autobahn_24.4.2.bb => python3-autobahn_25.11.1.bb} (72%) diff --git a/meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb similarity index 72% rename from meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb rename to meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb index d785a76cc7..45d2fd5e8c 100644 --- a/meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb @@ -3,9 +3,13 @@ HOMEPAGE = "http://crossbar.io/autobahn" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40" -SRC_URI[sha256sum] = "a2d71ef1b0cf780b6d11f8b205fd2c7749765e65795f2ea7d823796642ee92c9" +SRC_URI[sha256sum] = "52e62b9cc80c3e989b182952a60fd25c9a69afb00854a925a2b185f7b1f73cf1" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta + +DEPENDS += " \ + python3-cffi-native \ +" RDEPENDS:${PN} += " \ python3-twisted \ -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122342): https://lists.openembedded.org/g/openembedded-devel/message/122342 Mute This Topic: https://lists.openembedded.org/mt/116627162/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
