summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-12-05 10:42:54 +0200
committerKhem Raj <raj.khem@gmail.com>2025-12-05 10:14:16 -0800
commit135b3a82fb798dda20b46f02a816b65ebe7ac057 (patch)
treeacc6e1e9afb10af26f2a4a891026665da6d7b689 /meta-python
parent220835dac9a39dda9112dcd5383aafc9ad552590 (diff)
downloadmeta-openembedded-135b3a82fb798dda20b46f02a816b65ebe7ac057.tar.gz
python3-autobahn: Upgrade 24.4.2 -> 25.11.1
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-autobahn_25.11.1.bb (renamed from meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb)8
1 files changed, 6 insertions, 2 deletions
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
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"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40"
5 5
6SRC_URI[sha256sum] = "a2d71ef1b0cf780b6d11f8b205fd2c7749765e65795f2ea7d823796642ee92c9" 6SRC_URI[sha256sum] = "52e62b9cc80c3e989b182952a60fd25c9a69afb00854a925a2b185f7b1f73cf1"
7 7
8inherit pypi setuptools3 8inherit pypi python_setuptools_build_meta
9
10DEPENDS += " \
11 python3-cffi-native \
12"
9 13
10RDEPENDS:${PN} += " \ 14RDEPENDS:${PN} += " \
11 python3-twisted \ 15 python3-twisted \