diff mbox series

[meta-python,3/5] python3-wrapt: Upgrade 1.17.1 -> 1.17.2

Message ID 20250124105843.2035512-3-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/5] python3-pocketsphinx: Upgrade 5.0.3 -> 5.0.4 | expand

Commit Message

Leon Anavi Jan. 24, 2025, 10:58 a.m. UTC
Upgrade to release 1.17.2:

- Added universal binary wheels for macOS. That is, contains both
  x86_64 and arm64 architectures in the same wheel.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-wrapt_1.17.1.bb => python3-wrapt_1.17.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-wrapt_1.17.1.bb => python3-wrapt_1.17.2.bb} (92%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-wrapt_1.17.1.bb b/meta-python/recipes-devtools/python/python3-wrapt_1.17.2.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-wrapt_1.17.1.bb
rename to meta-python/recipes-devtools/python/python3-wrapt_1.17.2.bb
index b40c792535..2da6c88bc8 100644
--- a/meta-python/recipes-devtools/python/python3-wrapt_1.17.1.bb
+++ b/meta-python/recipes-devtools/python/python3-wrapt_1.17.2.bb
@@ -8,7 +8,7 @@  SRC_URI[sha256sum] = "5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06
 
 inherit setuptools3 ptest-python-pytest
 
-SRCREV = "c41e6eadb39f45ce96f488cecb250e417926b49d"
+SRCREV = "bcc1f26b2fe8fc962f5033c3a3a773425500789a"
 SRC_URI += "git://github.com/GrahamDumpleton/wrapt;protocol=https;branch=master \
 "