From 8d45170e69c5e910460015182a7672d2db78faf4 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 2 Nov 2022 16:54:41 +0200 Subject: [PATCH] python3-twisted: Upgrade 22.8.0 -> 22.10.0 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 Signed-off-by: Khem Raj --- .../{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 --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"