diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-03 16:32:56 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-04 12:38:44 +0100 |
| commit | d307c65b866ee58c39b76d17847710bdbc7117da (patch) | |
| tree | 0d4db3c169475facb69e4df099cdde3f92171f2c /meta/recipes-devtools/python/python3-zipp_3.20.1.bb | |
| parent | 1f4def61db370334514b4f6392d872fccab5265b (diff) | |
| download | poky-d307c65b866ee58c39b76d17847710bdbc7117da.tar.gz | |
python3-zipp: upgrade 3.20.0 -> 3.20.1
Bugfix:
- Replaced SanitizedNames with a more surgical fix for infinite loops, restoring
support for names with special characters in the archive.
(From OE-Core rev: 1c71b6b401bad423448d9edb4db4371e7bf605b6)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-zipp_3.20.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-zipp_3.20.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-zipp_3.20.1.bb b/meta/recipes-devtools/python/python3-zipp_3.20.1.bb new file mode 100644 index 0000000000..960a0d69f4 --- /dev/null +++ b/meta/recipes-devtools/python/python3-zipp_3.20.1.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Backport of pathlib-compatible object wrapper for zip files" | ||
| 2 | HOMEPAGE = "https://github.com/jaraco/zipp" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "c22b14cc4763c5a5b04134207736c107db42e9d3ef2d9779d465f5f1bcba572b" | ||
| 7 | |||
| 8 | DEPENDS += "python3-setuptools-scm-native" | ||
| 9 | |||
| 10 | inherit pypi python_setuptools_build_meta | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "python3-compression \ | ||
| 13 | python3-math" | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
