diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2023-01-19 19:26:15 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-19 11:17:02 -0800 |
commit | ceceffcb1e3ef4f9ba7708f77c27e30a7aea61e5 (patch) | |
tree | a1d59322969ab07b75ac889e145acf51a87281a8 /meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb | |
parent | 2f663daa135e12d53e95762fcdb1539088fc86a7 (diff) | |
download | meta-openembedded-ceceffcb1e3ef4f9ba7708f77c27e30a7aea61e5.tar.gz |
python3-configobj: Upgrade 5.0.6 -> 5.0.8
Upgrade to release 5.0.8:
- fixing/test for a regression introduced in 5.0.7 that prevented
import validate from working
- update testing to validate against python version 2.7 & 3.5-3.11
- update broken links / non-existent services and references
License-Update: Use file LICENSE, no change of the license
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb deleted file mode 100644 index 1125a6389d..0000000000 --- a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | SUMMARY = "Config file reading, writing and validation." | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://configobj.py;md5=a7c3968dd866dfd23e91e125b669ab21" | ||
5 | |||
6 | PYPI_PACKAGE = "configobj" | ||
7 | SRC_URI[sha256sum] = "a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902" | ||
8 | |||
9 | SRC_URI += "file://0001-Switch-from-using-distutils-to-setuptools.patch" | ||
10 | |||
11 | inherit pypi setuptools3 | ||