diff options
| author | Tim Orling <ticotimo@gmail.com> | 2023-03-15 18:03:01 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-17 17:17:42 +0000 |
| commit | 033d1edc423b97c644fb669ed0b73923182310ee (patch) | |
| tree | 314ccf2594eb2845241ff76cfe0d364620c6f29b /meta/recipes-devtools/python/python3-wheel_0.40.0.bb | |
| parent | 4f09a93611134351381415d69228317d8a779014 (diff) | |
| download | poky-033d1edc423b97c644fb669ed0b73923182310ee.tar.gz | |
python3-wheel: upgrade 0.38.4 -> 0.40.0
* Drop pyproject.toml patch, merged upstream
https://wheel.readthedocs.io/en/stable/news.html#release-notes
0.40.0 (2023-03-14)
* Added a wheel tags command to modify tags on an existing wheel (PR by
Henry Schreiner)
* Updated vendored packaging to 23.0
* wheel unpack now preserves the executable attribute of extracted files
* Fixed spaces in platform names not being converted to underscores (PR
by David Tucker)
* Fixed RECORD files in generated wheels missing the regular file attribute
* Fixed DeprecationWarning about the use of the deprecated pkg_resources
API (PR by Thomas Grainger)
* Wheel now uses flit-core as a build backend (PR by Henry Schreiner)
License-Update: use LICENSE.txt for LIC_FILES_CHKSUM instead of PKG-INFO
(From OE-Core rev: d88ec936065f45851dd2a15bd8549c75e7746c75)
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.40.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-wheel_0.40.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-wheel_0.40.0.bb b/meta/recipes-devtools/python/python3-wheel_0.40.0.bb new file mode 100644 index 0000000000..2b8111d544 --- /dev/null +++ b/meta/recipes-devtools/python/python3-wheel_0.40.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] = "cd1196f3faee2b31968d626e1731c94f99cbdb67cf5a46e4f5656cbee7738873" | ||
| 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" | ||
