diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-03-05 15:34:10 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-06 06:58:00 -0800 |
commit | 4cf1f81fa14d1ef876e9688ad8c29ba15ccbee8b (patch) | |
tree | 1acc3029205b60dcfc6efccec9ce80bb9a70efd7 | |
parent | 85483b64fb0e45ab512d72f8fb6d46c68e7c6e81 (diff) | |
download | meta-openembedded-4cf1f81fa14d1ef876e9688ad8c29ba15ccbee8b.tar.gz |
python3-sh: Upgrade 2.2.1 -> 2.2.2
Upgrade to release 2.2.2:
- Bugfix where it was impossible to use a signal as an ok_code
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sh_2.2.2.bb (renamed from meta-python/recipes-devtools/python/python3-sh_2.2.1.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sh_2.2.1.bb b/meta-python/recipes-devtools/python/python3-sh_2.2.2.bb index f75932fd72..a84017a393 100644 --- a/meta-python/recipes-devtools/python/python3-sh_2.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-sh_2.2.2.bb | |||
@@ -3,9 +3,7 @@ HOMEPAGE = "https://github.com/amoffat/sh" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "287021ae84183dea49787985e33797dda7fe769e4f95f2c94dff8e245ab4cb00" | 6 | SRC_URI[sha256sum] = "653227a7c41a284ec5302173fbc044ee817c7bad5e6e4d8d55741b9aeb9eb65b" |
7 | |||
8 | PYPI_PACKAGE = "sh" | ||
9 | 7 | ||
10 | inherit pypi python_poetry_core | 8 | inherit pypi python_poetry_core |
11 | 9 | ||