summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-26 09:29:59 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-27 16:44:48 +0000
commitb248920619191956e520fb56a1bb7a26322ef8f4 (patch)
tree1a1a1d7882da6cf93fe8ac5a7e3469a154fff370 /meta/recipes-devtools/python
parent46762a68016cd06be0d7124c34efb3d9cfccbe0e (diff)
downloadpoky-b248920619191956e520fb56a1bb7a26322ef8f4.tar.gz
python3-wheel: upgrade 0.45.0 -> 0.45.1
Changelog: ========== Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name (From OE-Core rev: 06fcf1f8ae763eee996294e8636aedbdbf388491) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-wheel_0.45.1.bb (renamed from meta/recipes-devtools/python/python3-wheel_0.45.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-wheel_0.45.0.bb b/meta/recipes-devtools/python/python3-wheel_0.45.1.bb
index 5b7f600557..8274e83747 100644
--- a/meta/recipes-devtools/python/python3-wheel_0.45.0.bb
+++ b/meta/recipes-devtools/python/python3-wheel_0.45.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf"
6 6
7SRC_URI[sha256sum] = "a57353941a3183b3d5365346b567a260a0602a0f8a635926a7dede41b94c674a" 7SRC_URI[sha256sum] = "661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729"
8 8
9inherit python_flit_core pypi 9inherit python_flit_core pypi
10 10