diff options
author | 2024-09-03 16:32:55 +0800 | |
---|---|---|
committer | 2024-09-04 12:36:43 +0100 | |
commit | a5a9eb1f27790d6f9997378955ef6f09eedab406 (patch) | |
tree | 4433317413ca96b80b762b6ac96ff1862fd10510 | |
parent | 14e7455069137ec8ef2866fa3160e92f86fc71d8 (diff) | |
download | openembedded-core-a5a9eb1f27790d6f9997378955ef6f09eedab406.tar.gz |
python3-websockets: upgrade 12.0 -> 13.0.1
Changelog:
https://github.com/python-websockets/websockets/blob/main/docs/project/changelog.rst
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-websockets_13.0.1.bb (renamed from meta/recipes-devtools/python/python3-websockets_12.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-websockets_12.0.bb b/meta/recipes-devtools/python/python3-websockets_13.0.1.bb index e7f5e29523..6a66375cdf 100644 --- a/meta/recipes-devtools/python/python3-websockets_12.0.bb +++ b/meta/recipes-devtools/python/python3-websockets_13.0.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "81df9cbcbb6c260de1e007e58c011bfebe2dafc8435107b0537f393dd38c8b1b" +SRC_URI[sha256sum] = "4d6ece65099411cfd9a48d13701d7438d9c34f479046b34c50ff60bb8834e43e" BBCLASSEXTEND = "native nativesdk" |