From 639045494095617e9c2258f9e9e905dc8192e022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Tue, 3 Dec 2024 15:26:29 +0000 Subject: [PATCH] python3-twisted: upgrade 24.10.0 -> 24.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: https://github.com/twisted/twisted/releases/tag/twisted-24.11.0 - Twisted's implementations of twisted.internet.interfaces.IReactorMulticast now accept IPv6 literals and allow for IPv6 multicast. - TCP throughput when sending data is slightly faster. - twisted.internet.endpoints.clientFromString can handle "tls:" endpoints with default [bindAddress]{.title-ref}. This was a regression introduced in 24.10.0. - HTTP server can handle listening on filesystem UNIX sockets. This was a regression introduced in 24.10.0. - twisted.internet.tcp.Connection.setTcpNoDelay was updated to fix a potential failure when setting TCP_NODELAY on macOS. - twisted.python.constants, deprecated since 16.5.0, has been removed. - twisted.mail.imap.IMAPServer.arg_fetchatt can now detect that a IMAP partial request has been made that is longer than the original message and alter the output of the response in order to match the IMAPRev4 spec Signed-off-by: Guðni Már Gilbert Signed-off-by: Khem Raj --- .../{python3-twisted_24.10.0.bb => python3-twisted_24.11.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-twisted_24.10.0.bb => python3-twisted_24.11.0.bb} (98%) diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb b/meta-python/recipes-devtools/python/python3-twisted_24.11.0.bb similarity index 98% rename from meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb rename to meta-python/recipes-devtools/python/python3-twisted_24.11.0.bb index 865190fac9..6f2894e886 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_24.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_24.11.0.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://twisted.org" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c5d2c2493b848f83864bdedd67bbf5" -SRC_URI[sha256sum] = "02951299672595fea0f70fa2d5f7b5e3d56836157eda68859a6ad6492d36756e" +SRC_URI[sha256sum] = "695d0556d5ec579dcc464d2856b634880ed1319f45b10d19043f2b57eb0115b5" inherit pypi python_hatchling