mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
python3-zipp: upgrade 3.19.2 -> 3.20.0
https://github.com/jaraco/zipp/compare/v3.19.1...v3.20.0 v3.20.0 * Features - Made the zipfile compatibility overlay available as zipp.compat.overlay. v3.19.3 * Bugfixes - Also match directories in Path.glob. (#121) v3.19.2 - No significant changes. (From OE-Core rev: 85d86591886d17b507cb9cc76ebfc8d3322aa86a) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a59f1358a4
commit
4a23588322
15
meta/recipes-devtools/python/python3-zipp_3.20.0.bb
Normal file
15
meta/recipes-devtools/python/python3-zipp_3.20.0.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "Backport of pathlib-compatible object wrapper for zip files"
|
||||
HOMEPAGE = "https://github.com/jaraco/zipp"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
|
||||
|
||||
SRC_URI[sha256sum] = "0145e43d89664cfe1a2e533adc75adafed82fe2da404b4bbb6b026c0157bdb31"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
RDEPENDS:${PN} += "python3-compression \
|
||||
python3-math"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user