diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-12 12:47:55 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-06-13 21:34:21 -0700 |
| commit | 7b256be4ab7c1439c13256fa2d77e7f14c2b7184 (patch) | |
| tree | 9e8380bba7bd40a1af9973c573883bda75c9adbe /meta-python/recipes-devtools/python/python3-packaging_20.4.bb | |
| parent | b6b29b8210c6e024403a3bec0c995b9921dc8004 (diff) | |
| download | meta-openembedded-7b256be4ab7c1439c13256fa2d77e7f14c2b7184.tar.gz | |
python3-packaging: Upgrade 20.3 -> 20.4
Upgrade to release 20.4 with the following improvements:
- Canonicalize version before comparing specifiers
- specifiers: don't rely on hashes for equality
- Add a NewType for normalized names
- Bug fixes
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-packaging_20.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-packaging_20.4.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-packaging_20.4.bb b/meta-python/recipes-devtools/python/python3-packaging_20.4.bb new file mode 100644 index 0000000000..0f78fd0168 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-packaging_20.4.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DESCRIPTION = "Core utilities for Python packages" | ||
| 2 | HOMEPAGE = "https://github.com/pypa/packaging" | ||
| 3 | LICENSE = "Apache-2.0 & BSD" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "3208229da731c5d8e29d4d8941e75005" | ||
| 7 | SRC_URI[sha256sum] = "4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
| 12 | RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing" | ||
