From eadf37a02efae680aa659eff42b9dc51b22cadfe Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 30 Sep 2024 15:42:43 +0800 Subject: python3-configobj: upgrade 5.0.8 -> 5.0.9 License-Update: Drop extra '2014' in LICENSE file. Changelog: =========== - Address CVE-2023-26112 ReDoS - Drop Python 2 support and compatibility code - Extra 2014 - setup.py: fix license tag - Update minimum python to 3.7 everywhere, and add 3.12 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-configobj_5.0.8.bb | 14 -------------- .../recipes-devtools/python/python3-configobj_5.0.9.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb create mode 100644 meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb deleted file mode 100644 index 96e579c78d..0000000000 --- a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Config file reading, writing and validation." -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3d6f99b84d9a94610c62e48fa2e59e72" - -PYPI_PACKAGE = "configobj" -SRC_URI[sha256sum] = "6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} += " \ - python3-pprint \ - python3-six \ -" diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb new file mode 100644 index 0000000000..2f6572af5c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb @@ -0,0 +1,14 @@ +SUMMARY = "Config file reading, writing and validation." +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e2df3cb285297a24cd1097dfe6e96f95" + +PYPI_PACKAGE = "configobj" +SRC_URI[sha256sum] = "03c881bbf23aa07bccf1b837005975993c4ab4427ba57f959afdd9d1a2386848" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += " \ + python3-pprint \ + python3-six \ +" -- cgit v1.2.3-54-g00ecf