diff options
| author | Tim Orling <ticotimo@gmail.com> | 2023-07-30 12:20:50 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-01 09:51:20 +0100 |
| commit | d0e4e116d30b7ec54798d81fe305767ae48d5a9c (patch) | |
| tree | 8eeb5c9984cdb848fff1ee338ebfac3177d9d2a0 /meta/recipes-devtools/python/python3-wheel_0.41.0.bb | |
| parent | 50167aeb06fe98dd3d602cedf3984f69f99e9acb (diff) | |
| download | poky-d0e4e116d30b7ec54798d81fe305767ae48d5a9c.tar.gz | |
python3-wheel: upgrade 0.40.0 -> 0.41.0
https://wheel.readthedocs.io/en/stable/news.html
0.41.0 (2023-07-22)
* Added full support of the build tag syntax to wheel tags (you can now
set a build tag like 123mytag)
* Fixed warning on Python 3.12 about onerror deprecation. (PR by Henry
Schreiner)
* Support testing on Python 3.12 betas (PR by Ewout ter Hoeven)
(From OE-Core rev: 81e7e3b9059840fd749b5b50fc75588d7c4b7593)
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-wheel_0.41.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-wheel_0.41.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-wheel_0.41.0.bb b/meta/recipes-devtools/python/python3-wheel_0.41.0.bb new file mode 100644 index 0000000000..2d8742545d --- /dev/null +++ b/meta/recipes-devtools/python/python3-wheel_0.41.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "The official binary distribution format for Python " | ||
| 2 | HOMEPAGE = "https://github.com/pypa/wheel" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "55a0f0a5a84869bce5ba775abfd9c462e3a6b1b7b7ec69d72c0b83d673a5114d" | ||
| 8 | |||
| 9 | inherit python_flit_core pypi | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
| 12 | |||
| 13 | # This used to use the bootstrap install which didn't compile. Until we bump the | ||
| 14 | # tmpdir version we can't compile the native otherwise the sysroot unpack fails | ||
| 15 | INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" | ||
