From 76f3ce3f9ec333686689b96509cbee8e54179cab Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 15 Jul 2026 12:36:01 +0300 Subject: [PATCH] python3-term: Upgrade 2.5 -> 3.0 Upgrade to release 3.0: - Remove deprecated license classifier. - Upgrade .readthedocs.yaml. - Upgrade sphinx and sphinx-rtd-theme in docs extra. - Require Python >= 3.5. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/{python3-term_2.5.bb => python3-term_3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-term_2.5.bb => python3-term_3.0.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python3-term_2.5.bb b/meta-python/recipes-devtools/python/python3-term_3.0.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-term_2.5.bb rename to meta-python/recipes-devtools/python/python3-term_3.0.bb index fe0aabf0ff..b4f801bf4d 100644 --- a/meta-python/recipes-devtools/python/python3-term_2.5.bb +++ b/meta-python/recipes-devtools/python/python3-term_3.0.bb @@ -3,7 +3,7 @@ SECTION = "devel/python" LICENSE = "Python-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d90e2d280a4836c607520383d1639be1" -SRC_URI[sha256sum] = "846fda941dbb8a7c9f246e99bf5ee731910fc4a4cc54b7e36457c133c9f6b78b" +SRC_URI[sha256sum] = "a6a81535e68fd98d25b1e2a1dff15400c5678e7f942e2d5bb5bde56784534d98" inherit pypi python_setuptools_build_meta