]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-packaging: upgrade 23.0 -> 23.1
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 17 Apr 2023 08:07:55 +0000 (16:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Apr 2023 10:51:39 +0000 (11:51 +0100)
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 <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
meta/recipes-devtools/python/python3-packaging_23.1.bb [moved from meta/recipes-devtools/python/python3-packaging_23.0.bb with 83% similarity]

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 bda124e32c67135cc7ebf515d9ea95eed577e3fb..53d3522dd7835c565a06bfb8a48d2e6a10d2b4d3 100644 (file)
@@ -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