summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudni.m.g@gmail.com>2025-06-07 13:03:40 +0000
committerKhem Raj <raj.khem@gmail.com>2025-06-07 07:05:26 -0700
commita073ff35a34368de3b2c305805943fb10dbe47e7 (patch)
tree456c98805f346ed52fc262f01b7d3143c4716850 /meta-python
parent301ee157209d40622052684ebc9a8054519cbefc (diff)
downloadmeta-openembedded-a073ff35a34368de3b2c305805943fb10dbe47e7.tar.gz
python3-twisted: upgrade 24.11.0 -> 25.5.0
LIC_FILES_CHKSUM is updated. The year in the copyright header was changed for 2025. Added a PACKAGECONFIG for a new optional runtime dependency python3-wsproto which is required for the new twisted.web.websockets module. Changes: https://github.com/twisted/twisted/compare/twisted-24.11.0...twisted-25.5.0 Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_25.5.0.bb (renamed from meta-python/recipes-devtools/python/python3-twisted_24.11.0.bb)8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.11.0.bb b/meta-python/recipes-devtools/python/python3-twisted_25.5.0.bb
index 6f2894e886..4685829ee3 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_24.11.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_25.5.0.bb
@@ -4,9 +4,9 @@ Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of p
4HOMEPAGE = "https://twisted.org" 4HOMEPAGE = "https://twisted.org"
5 5
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c5d2c2493b848f83864bdedd67bbf5" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=5316a448a61a38d722c291f78d915d11"
8 8
9SRC_URI[sha256sum] = "695d0556d5ec579dcc464d2856b634880ed1319f45b10d19043f2b57eb0115b5" 9SRC_URI[sha256sum] = "1deb272358cb6be1e3e8fc6f9c8b36f78eb0fa7c2233d2dbe11ec6fee04ea316"
10 10
11inherit pypi python_hatchling 11inherit pypi python_hatchling
12 12
@@ -42,6 +42,10 @@ RDEPENDS:${PN} = "\
42 ${PN}-zsh \ 42 ${PN}-zsh \
43" 43"
44 44
45# Optional dependencies
46PACKAGECONFIG ??= ""
47PACKAGECONFIG[websocket] = ",,,python3-wsproto"
48
45RDEPENDS:${PN}-core = "python3-asyncio \ 49RDEPENDS:${PN}-core = "python3-asyncio \
46 python3-attrs \ 50 python3-attrs \
47 python3-automat \ 51 python3-automat \