]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-packaging: upgrade 20.8 -> 20.9
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>
Mon, 8 Feb 2021 06:36:26 +0000 (14:36 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Feb 2021 08:52:09 +0000 (08:52 +0000)
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`)

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-packaging_20.9.bb [moved from meta/recipes-devtools/python/python3-packaging_20.8.bb with 80% similarity]

similarity index 80%
rename from meta/recipes-devtools/python/python3-packaging_20.8.bb
rename to meta/recipes-devtools/python/python3-packaging_20.9.bb
index 658c3d1f33142995507d8eb5991ab0938efa087b..92cf6a25fe8705e83d92b21144376ed3c0216458 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/packaging"
 LICENSE = "Apache-2.0 & BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
 
-SRC_URI[sha256sum] = "78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093"
+SRC_URI[sha256sum] = "5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"
 
 inherit pypi setuptools3