summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-autobahn_25.12.2.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-01-05 12:47:25 +0200
committerKhem Raj <raj.khem@gmail.com>2026-01-05 18:16:18 -0800
commit7722db14cec9ed2d4dff501cc51c5d033e8857b5 (patch)
tree6df42a4f67ada173997b55672772bc913602268f /meta-python/recipes-devtools/python/python3-autobahn_25.12.2.bb
parent8b5e1f5dbf6bfe9dd6725d5dd04cd4c6aff73c86 (diff)
downloadmeta-openembedded-7722db14cec9ed2d4dff501cc51c5d033e8857b5.tar.gz
python3-autobahn: Upgrade 25.11.1 -> 25.12.2
Upgrade to release 25.12.2: Build & CI/CD: - Synchronize CI/CD, FlatBuffers vendoring, and wamp-ai/wamp-cicd submodules between autobahn-python and zlmdb - Switch manylinux container from 2_34 to 2_28 for x86_64 ISA compatibility (fixes auditwheel flatc bundling) - Increase ARM64 build timeout to 60 minutes for QEMU emulation - Add .github/workflows/README.md documenting CI/CD architecture - Consolidate download-github-release and download-release-artifacts recipes - Add checksum verification to artifact download workflow FlatBufers: - Simplify vendored FlatBuffers - use upstream as-is - Track vendored FlatBuffers in git (like zlmdb approach) - Add version() function to vendored FlatBuffers runtime - Add check_zlmdb_flatbuffers_version_in_sync() for cross-project compatibility - Generate .bfbs files for WAMP schemas during wheel build Other: - Rename install-flatc to install-flatc-system with prominent warning - Remove legacy readthedocs.yml to activate .readthedocs.yaml - Remove dev-latest optional dependency (PyPI rejects direct URLs) License-Update: Standardize LICENSE with SPDX header Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_25.12.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-autobahn_25.12.2.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_25.12.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_25.12.2.bb
new file mode 100644
index 0000000000..4a25d0fa88
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-autobahn_25.12.2.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "WebSocket client & server library, WAMP real-time framework"
2HOMEPAGE = "http://crossbar.io/autobahn"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=49165a577911c4178e915dc26e2802a3"
5
6SRC_URI[sha256sum] = "754c06a54753aeb7e8d10c5cbf03249ad9e2a1a32bca8be02865c6f00628a98c"
7
8CVE_PRODUCT = "autobahn"
9
10inherit pypi python_hatchling python_setuptools_build_meta
11
12DEPENDS += " \
13 python3-cffi-native \
14"
15
16RDEPENDS:${PN} += " \
17 python3-twisted \
18 python3-zopeinterface \
19 python3-py-ubjson \
20 python3-cbor2 \
21 python3-u-msgpack-python \
22 python3-lz4 \
23 python3-snappy \
24 python3-pyopenssl \
25 python3-txaio \
26 python3-six \
27"