From bbf69d22a4b65c449fb57d41885c996f90c1fb83 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Aug 2024 16:46:09 +0800 Subject: python3-autobahn: upgrade 23.6.2 -> 24.4.2 License-Update: add"and contributors" to Copyright Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-autobahn_23.6.2.bb | 21 --------------------- .../python/python3-autobahn_24.4.2.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb deleted file mode 100644 index d9cc40b1b4..0000000000 --- a/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "WebSocket client & server library, WAMP real-time framework" -HOMEPAGE = "http://crossbar.io/autobahn" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3e2c2c2cc2915edc5321b0e6b1d3f5f8" - -SRC_URI[sha256sum] = "ec9421c52a2103364d1ef0468036e6019ee84f71721e86b36fe19ad6966c1181" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-twisted \ - python3-zopeinterface \ - python3-py-ubjson \ - python3-cbor2 \ - python3-u-msgpack-python \ - python3-lz4 \ - python3-snappy \ - python3-pyopenssl \ - python3-txaio \ - python3-six \ -" diff --git a/meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb new file mode 100644 index 0000000000..d785a76cc7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "WebSocket client & server library, WAMP real-time framework" +HOMEPAGE = "http://crossbar.io/autobahn" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40" + +SRC_URI[sha256sum] = "a2d71ef1b0cf780b6d11f8b205fd2c7749765e65795f2ea7d823796642ee92c9" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-twisted \ + python3-zopeinterface \ + python3-py-ubjson \ + python3-cbor2 \ + python3-u-msgpack-python \ + python3-lz4 \ + python3-snappy \ + python3-pyopenssl \ + python3-txaio \ + python3-six \ +" -- cgit v1.2.3-54-g00ecf