diff mbox series

[meta-python,24/44] python3-invoke: upgrade 2.2.0 -> 2.2.1

Message ID 20251014091927.493-24-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/44] b4: upgrade 0.14.2 -> 0.14.3 | expand

Commit Message

Wang Mingyu Oct. 14, 2025, 9:19 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
- Python 3.14 tweaked the behavior of fcntl to raise SystemError on buffer
  overflows, which our interpretation of termios.TIOCGWINSZ technically was

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-invoke_2.2.0.bb => python3-invoke_2.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-invoke_2.2.0.bb => python3-invoke_2.2.1.bb} (82%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-invoke_2.2.0.bb b/meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-invoke_2.2.0.bb
rename to meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb
index 3f2e6232d6..bcff343480 100644
--- a/meta-python/recipes-devtools/python/python3-invoke_2.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://www.pyinvoke.org/"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a8815068973f31b78c328dc067e297ab"
 
-SRC_URI[sha256sum] = "ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5"
+SRC_URI[sha256sum] = "515bf49b4a48932b79b024590348da22f39c4942dff991ad1fb8b8baea1be707"
 
 inherit pypi setuptools3