diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-14 17:19:07 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-14 09:00:22 -0700 |
| commit | d63a8b7e3b029fe0ee1be15827399e20391c744e (patch) | |
| tree | 8285b78febfee8c177ef0de2c0a9f9e251e63d4d /meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb | |
| parent | a1f21ad013ed1c08fffc4f3d2f0a299538788b37 (diff) | |
| download | meta-openembedded-d63a8b7e3b029fe0ee1be15827399e20391c744e.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-invoke_2.2.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Pythonic task execution" | ||
| 2 | HOMEPAGE = "https://www.pyinvoke.org/" | ||
| 3 | LICENSE = "BSD-2-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a8815068973f31b78c328dc067e297ab" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "515bf49b4a48932b79b024590348da22f39c4942dff991ad1fb8b8baea1be707" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-fcntl \ | ||
| 12 | python3-json \ | ||
| 13 | python3-logging \ | ||
| 14 | python3-pprint \ | ||
| 15 | python3-terminal \ | ||
| 16 | python3-unittest \ | ||
| 17 | python3-unixadmin \ | ||
| 18 | " | ||
