summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-03-05 15:34:10 +0200
committerKhem Raj <raj.khem@gmail.com>2025-03-06 06:58:00 -0800
commit4cf1f81fa14d1ef876e9688ad8c29ba15ccbee8b (patch)
tree1acc3029205b60dcfc6efccec9ce80bb9a70efd7
parent85483b64fb0e45ab512d72f8fb6d46c68e7c6e81 (diff)
downloadmeta-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"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5317094292296f03405f59ae5f6544b6"
5 5
6SRC_URI[sha256sum] = "287021ae84183dea49787985e33797dda7fe769e4f95f2c94dff8e245ab4cb00" 6SRC_URI[sha256sum] = "653227a7c41a284ec5302173fbc044ee817c7bad5e6e4d8d55741b9aeb9eb65b"
7
8PYPI_PACKAGE = "sh"
9 7
10inherit pypi python_poetry_core 8inherit pypi python_poetry_core
11 9