diff mbox series

[meta-python,3/3] python3-twisted: Upgrade 22.8.0 -> 22.10.0

Message ID 20221102145441.3101891-3-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/3] python3-imageio: Upgrade 2.22.2 -> 2.22.3 | expand

Commit Message

Leon Anavi Nov. 2, 2022, 2:54 p.m. UTC
Upgrade to release 22.10.0:

- The systemd: endpoint parser now supports "named" file
  descriptors. This is a more reliable mechanism for choosing
  among several inherited descriptors.
- The systemd endpoint parser's index parameter is now documented
  as leading to non-deterministic results in which descriptor is
  selected. The new name parameter is now documented as preferred.
- The implementers of Zope interfaces are once more displayed in
  the documentations.
- twisted.protocols.dict, which was deprecated in 17.9, has been
  removed.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-twisted_22.8.0.bb => python3-twisted_22.10.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-twisted_22.8.0.bb => python3-twisted_22.10.0.bb} (99%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.8.0.bb b/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
similarity index 99%
rename from meta-python/recipes-devtools/python/python3-twisted_22.8.0.bb
rename to meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
index f40c5f080..17e76d12a 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_22.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
@@ -7,7 +7,7 @@  HOMEPAGE = "http://www.twistedmatrix.com"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0f8d67f84b6e178c92d471011b2245fc"
 
-SRC_URI[sha256sum] = "e5b60de39f2d1da153fbe1874d885fe3fcbdb21fcc446fa759a53e8fc3513bed"
+SRC_URI[sha256sum] = "32acbd40a94f5f46e7b42c109bfae2b302250945561783a8b7a059048f2d4d31"
 
 PYPI_PACKAGE = "Twisted"