diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-30 15:42:43 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-30 07:34:25 -0700 |
commit | eadf37a02efae680aa659eff42b9dc51b22cadfe (patch) | |
tree | aee26144ec8ebee6644c9f015480194c3483d317 /meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb | |
parent | d0df57d9bfcd97781ea7c42b62b186cdda026125 (diff) | |
download | meta-openembedded-eadf37a02efae680aa659eff42b9dc51b22cadfe.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "Config file reading, writing and validation." | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e2df3cb285297a24cd1097dfe6e96f95" | ||
5 | |||
6 | PYPI_PACKAGE = "configobj" | ||
7 | SRC_URI[sha256sum] = "03c881bbf23aa07bccf1b837005975993c4ab4427ba57f959afdd9d1a2386848" | ||
8 | |||
9 | inherit pypi python_setuptools_build_meta | ||
10 | |||
11 | RDEPENDS:${PN} += " \ | ||
12 | python3-pprint \ | ||
13 | python3-six \ | ||
14 | " | ||