diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-11-10 18:54:21 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-11 06:36:05 -0800 |
| commit | 00fbc4a6431c362d5de9a12f48292ed42086cbad (patch) | |
| tree | 3f11ad54a504ade951e1a0e1312997e4c4064c47 /meta-python/recipes-devtools/python/python3-configparser_5.0.2.bb | |
| parent | 3a1794cfb49ab5a7c1a8786b134a2cb8f87d241b (diff) | |
| download | meta-openembedded-00fbc4a6431c362d5de9a12f48292ed42086cbad.tar.gz | |
python3-configparser: Upgrade 5.0.2 -> 5.1.0
Upgrade to release 5.1.0:
- Synced with Python 3.10.0.
- Packaging refresh.
- Tests now run on Python 3.10.
- Modernized code relying on Python 3.6.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-configparser_5.0.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-configparser_5.0.2.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configparser_5.0.2.bb b/meta-python/recipes-devtools/python/python3-configparser_5.0.2.bb deleted file mode 100644 index 87cdd09f72..0000000000 --- a/meta-python/recipes-devtools/python/python3-configparser_5.0.2.bb +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | SUMMARY = "This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what's found in Microsoft Windows INI files." | ||
| 2 | SECTION = "devel/python" | ||
| 3 | HOMEPAGE = "https://docs.python.org/3/library/configparser.html" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=23f9ad5cad3d8cc0336e2a5d8a87e1fa" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "85d5de102cfe6d14a5172676f09d19c465ce63d6019cf0a4ef13385fc535e828" | ||
| 9 | |||
| 10 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native" | ||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
