From: Wang Mingyu Date: Mon, 17 Apr 2023 08:07:55 +0000 (+0800) Subject: python3-packaging: upgrade 23.0 -> 23.1 X-Git-Tag: uninative-3.10~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecd541b4290932d2b547376e8dc04863634f11a7;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-packaging: upgrade 23.0 -> 23.1 Changelog: =========== Parse raw metadata Import underlying parser functions as an underscored variable Improve error for local version label with unsupported operators Add dedicated error for specifiers with incorrect .* suffix Replace spaces in platform names with underscores Relax typing of _key on _BaseVersion Handle prefix match with zeros at end of prefix correctly Signed-off-by: Wang Mingyu Signed-off-by: Luca Ceresoli --- diff --git a/meta/recipes-devtools/python/python3-packaging_23.0.bb b/meta/recipes-devtools/python/python3-packaging_23.1.bb similarity index 83% rename from meta/recipes-devtools/python/python3-packaging_23.0.bb rename to meta/recipes-devtools/python/python3-packaging_23.1.bb index bda124e32c6..53d3522dd78 100644 --- a/meta/recipes-devtools/python/python3-packaging_23.0.bb +++ b/meta/recipes-devtools/python/python3-packaging_23.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/packaging" LICENSE = "Apache-2.0 | BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" -SRC_URI[sha256sum] = "b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97" +SRC_URI[sha256sum] = "a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f" inherit pypi python_flit_core