From d63a8b7e3b029fe0ee1be15827399e20391c744e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 Oct 2025 17:19:07 +0800 Subject: python3-invoke: upgrade 2.2.0 -> 2.2.1 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-invoke_2.2.1.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb (limited to 'meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb b/meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb new file mode 100644 index 0000000000..bcff343480 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb @@ -0,0 +1,18 @@ +SUMMARY = "Pythonic task execution" +HOMEPAGE = "https://www.pyinvoke.org/" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a8815068973f31b78c328dc067e297ab" + +SRC_URI[sha256sum] = "515bf49b4a48932b79b024590348da22f39c4942dff991ad1fb8b8baea1be707" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-fcntl \ + python3-json \ + python3-logging \ + python3-pprint \ + python3-terminal \ + python3-unittest \ + python3-unixadmin \ +" -- cgit v1.2.3-54-g00ecf