From 8aaf5a64cd5f9e68917316eba9bc05b15675b55e Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 6 Aug 2021 05:51:28 +0800 Subject: [PATCH] python3-twisted: upgrade 21.2.0 -> 21.7.0 Twisted 21.7.0 (2021-07-26) =========================== Features -------- - Python 3.10b3 is now supported (#10224) - Type hinting was added to twisted.internet.defer, making this is the first release of Twisted where you might reasonably be able to use mypy without your own custom stub files (#10017) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-twisted_21.2.0.bb => python3-twisted_21.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-twisted_21.2.0.bb => python3-twisted_21.7.0.bb} (99%) diff --git a/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb b/meta-python/recipes-devtools/python/python3-twisted_21.7.0.bb similarity index 99% rename from meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb rename to meta-python/recipes-devtools/python/python3-twisted_21.7.0.bb index 67c6c976f..4e9472793 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_21.7.0.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://www.twistedmatrix.com" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=e33c411c0b86b1f3ca299091ed51ca31" -SRC_URI[sha256sum] = "77544a8945cf69b98d2946689bbe0c75de7d145cdf11f391dd487eae8fc95a12" +SRC_URI[sha256sum] = "2cd652542463277378b0d349f47c62f20d9306e57d1247baabd6d1d38a109006" PYPI_PACKAGE = "Twisted"