diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-06 16:46:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:17 -0700 |
commit | bbf69d22a4b65c449fb57d41885c996f90c1fb83 (patch) | |
tree | 1dc4a6879bf7730766ad4c946fefdbdd47ed2e99 /meta-python | |
parent | 71df504e03fba47bcd5fc4cfb337ea06e2216a9e (diff) | |
download | meta-openembedded-bbf69d22a4b65c449fb57d41885c996f90c1fb83.tar.gz |
python3-autobahn: upgrade 23.6.2 -> 24.4.2
License-Update: add"and contributors" to Copyright
Signed-off-by: Wang Mingyu <wangmy@fujitsu.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_24.4.2.bb (renamed from meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb index d9cc40b1b4..d785a76cc7 100644 --- a/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | DESCRIPTION = "WebSocket client & server library, WAMP real-time framework" | 1 | DESCRIPTION = "WebSocket client & server library, WAMP real-time framework" |
2 | HOMEPAGE = "http://crossbar.io/autobahn" | 2 | HOMEPAGE = "http://crossbar.io/autobahn" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3e2c2c2cc2915edc5321b0e6b1d3f5f8" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "ec9421c52a2103364d1ef0468036e6019ee84f71721e86b36fe19ad6966c1181" | 6 | SRC_URI[sha256sum] = "a2d71ef1b0cf780b6d11f8b205fd2c7749765e65795f2ea7d823796642ee92c9" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||