diff options
| author | Tim Orling <timothy.t.orling@linux.intel.com> | 2020-12-14 11:54:51 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-18 22:52:24 +0000 |
| commit | adefa9e805e4bf4e2545424f81ddd0a108fe5480 (patch) | |
| tree | a6b810176566e4d97a3a8ff36fadcbb26ac900c2 /meta/recipes-devtools/python/python3-packaging_20.8.bb | |
| parent | 7b6c822fd6c85646a71965035583bb3c911490ff (diff) | |
| download | poky-adefa9e805e4bf4e2545424f81ddd0a108fe5480.tar.gz | |
python3-packaging: upgrade 20.4 -> 20.8
Upstream release notes:
'''
* 20.8 - 2020-12-11
- Revert back to setuptools for compatibility purposes for some Linux
distros (:issue:`363`)
- Do not insert an underscore in wheel tags when the interpreter version
number is more than 2 digits (:issue:`372`)
* 20.7 - 2020-11-28
- No unreleased changes.
* 20.6 - 2020-11-28
- Note:
This release was subsequently yanked, and these changes were included in
20.7.
- Fix flit configuration, to include LICENSE files (:issue:`357`)
- Make intel a recognized CPU architecture for the universal macOS
platform tag (:issue:`361`)
- Add some missing type hints to packaging.requirements (issue:350)
* 20.5 - 2020-11-27
- Officially support Python 3.9 (:issue:`343`)
- Deprecate the LegacyVersion and LegacySpecifier classes (:issue:`321`)
- Handle OSError on non-dynamic executables when attempting to resolve the
glibc version string.
"""
(From OE-Core rev: 7a074958be6e166e2de98bd39dc203f0d67a8d93)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-packaging_20.8.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-packaging_20.8.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging_20.8.bb b/meta/recipes-devtools/python/python3-packaging_20.8.bb new file mode 100644 index 0000000000..658c3d1f33 --- /dev/null +++ b/meta/recipes-devtools/python/python3-packaging_20.8.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 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[sha256sum] = "78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native" | ||
| 11 | |||
| 12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
| 13 | RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing" | ||
