diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-25 14:49:11 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-30 17:00:51 +0100 |
| commit | e37affdfeb3ca6587b90fe4c93a142306f3fd05d (patch) | |
| tree | 9d5a94ffffdf5a9684304209aaf5e699ad534d55 /meta/recipes-devtools/python/python3-zipp_3.20.2.bb | |
| parent | 37104f0179dfbd0bb8ba6f77d63df555c8df7292 (diff) | |
| download | poky-e37affdfeb3ca6587b90fe4c93a142306f3fd05d.tar.gz | |
python3-zipp: upgrade 3.20.1 -> 3.20.2
Changelog:
===========
- Make no assertions about the number. It could be negative.
- Make zipp.compat.overlay.zipfile hashable.
- Merge https://github.com/jaraco/skeleton
- Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#146)
- Fix an incompatibility (and source of merge conflicts) with projects using Ruff/isort.
- Merge pull request #125 from saschanaz/patch-1
- Suppress F821
- Allow the workflow to be triggered manually.
- Remove workaround for sphinx-contrib/sphinx-lint#83
- Include the trailing slash in disable_error_code(overload-overlap), also required for clean diffs.
- Add support for linking usernames.
- Add a degenerate nitpick_ignore for downstream consumers. Add a 'local' comment to delineate where the skeleton ends and the downstream begins.
- Expand docs and tests for overlay.
- Remove unexpected character \ufeff
(From OE-Core rev: 14a2e7b917ea3c0ce1720360f792a64741a8a4bc)
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.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-zipp_3.20.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-zipp_3.20.2.bb b/meta/recipes-devtools/python/python3-zipp_3.20.2.bb new file mode 100644 index 0000000000..4ab3464471 --- /dev/null +++ b/meta/recipes-devtools/python/python3-zipp_3.20.2.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] = "bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29" | ||
| 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" | ||
