diff options
author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2021-02-08 14:36:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-09 08:56:10 +0000 |
commit | 93775123c53c138889aeec402917e6a9f79a9db4 (patch) | |
tree | 3d2e5b8f27fc7aa173dc4ec49385b29aab1c72a3 | |
parent | 11d23de58425ab23bc37c9ea160284a00ec9f89d (diff) | |
download | poky-93775123c53c138889aeec402917e6a9f79a9db4.tar.gz |
python3-packaging: upgrade 20.8 -> 20.9
20.9 - 2021-01-29
~~~~~~~~~~~~~~~~~
* Run [isort](https://pypi.org/project/isort/) over the code base (:issue:`377`)
* Add support for the ``macosx_10_*_universal2`` platform tags (:issue:`379`)
* Introduce ``packaging.utils.parse_wheel_filename()`` and ``parse_sdist_filename()``
(:issue:`387` and :issue:`389`)
(From OE-Core rev: 6199c71030d527c57a1cb8496a377afb503d7670)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-packaging_20.9.bb (renamed from meta/recipes-devtools/python/python3-packaging_20.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging_20.8.bb b/meta/recipes-devtools/python/python3-packaging_20.9.bb index 658c3d1f33..92cf6a25fe 100644 --- a/meta/recipes-devtools/python/python3-packaging_20.8.bb +++ b/meta/recipes-devtools/python/python3-packaging_20.9.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/packaging" | |||
3 | LICENSE = "Apache-2.0 & BSD" | 3 | LICENSE = "Apache-2.0 & BSD" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093" | 6 | SRC_URI[sha256sum] = "5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||