diff mbox series

python3-wheel: upgrade 0.40.0 -> 0.41.0

Message ID 20230730192050.2701042-1-tim.orling@konsulko.com
State Accepted, archived
Commit 81e7e3b9059840fd749b5b50fc75588d7c4b7593
Headers show
Series python3-wheel: upgrade 0.40.0 -> 0.41.0 | expand

Commit Message

Tim Orling July 30, 2023, 7:20 p.m. UTC
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)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 .../python/{python3-wheel_0.40.0.bb => python3-wheel_0.41.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-wheel_0.40.0.bb => python3-wheel_0.41.0.bb} (85%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-wheel_0.40.0.bb b/meta/recipes-devtools/python/python3-wheel_0.41.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-wheel_0.40.0.bb
rename to meta/recipes-devtools/python/python3-wheel_0.41.0.bb
index 2b8111d544b..2d8742545da 100644
--- a/meta/recipes-devtools/python/python3-wheel_0.40.0.bb
+++ b/meta/recipes-devtools/python/python3-wheel_0.41.0.bb
@@ -4,7 +4,7 @@  SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7ffb0db04527cfe380e4f2726bd05ebf"
 
-SRC_URI[sha256sum] = "cd1196f3faee2b31968d626e1731c94f99cbdb67cf5a46e4f5656cbee7738873"
+SRC_URI[sha256sum] = "55a0f0a5a84869bce5ba775abfd9c462e3a6b1b7b7ec69d72c0b83d673a5114d"
 
 inherit python_flit_core pypi