From 2d73ae79a86eefd0e2c2cf419159795f0113579d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Dec 2024 17:11:01 +0800 Subject: python3-six: upgrade 1.16.0 -> 1.17.0 License-Update: Copyright year updated to 2024. Changelog: =========== - Pull request #388: Remove 'URLopener' and 'FancyURLopener' classes from 'urllib.request' when running on Python 3.14 or greater. - Pull request #365, issue #283: 'six.moves.UserDict' now points to 'UserDict.IterableUserDict' instead of 'UserDict.UserDict' on Python 2. (From OE-Core rev: dd62b4f7b46bb5551e5397404356c56905dda9ce) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-six_1.16.0.bb | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-six_1.16.0.bb (limited to 'meta/recipes-devtools/python/python3-six_1.16.0.bb') diff --git a/meta/recipes-devtools/python/python3-six_1.16.0.bb b/meta/recipes-devtools/python/python3-six_1.16.0.bb deleted file mode 100644 index 1ba48d4f47..0000000000 --- a/meta/recipes-devtools/python/python3-six_1.16.0.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools3 -require python-six.inc - -SRC_URI[sha256sum] = "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" -- cgit v1.2.3-54-g00ecf