From f6298cd050478b42a968d9d505eede3da768391e Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Tue, 16 Dec 2025 20:40:56 +0100 Subject: [PATCH] package/python-sh: bump version to 2.2.2 https://github.com/amoffat/sh/blob/2.2.2/CHANGELOG.md Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/python-sh/python-sh.hash | 4 ++-- package/python-sh/python-sh.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-sh/python-sh.hash b/package/python-sh/python-sh.hash index 4ed2464260..43da0bc0ee 100644 --- a/package/python-sh/python-sh.hash +++ b/package/python-sh/python-sh.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/sh/json -md5 d1bc1f56e6a99109fb0f589aba574cf2 sh-2.2.1.tar.gz -sha256 287021ae84183dea49787985e33797dda7fe769e4f95f2c94dff8e245ab4cb00 sh-2.2.1.tar.gz +md5 961d38de16f88556bd70381eddd7f415 sh-2.2.2.tar.gz +sha256 653227a7c41a284ec5302173fbc044ee817c7bad5e6e4d8d55741b9aeb9eb65b sh-2.2.2.tar.gz # Locally computed sha256 checksums sha256 d8491c6e236568d04f7c8c07f2f1b8f5d142706dab6ab88f6e0d2dd476b6c706 LICENSE.txt diff --git a/package/python-sh/python-sh.mk b/package/python-sh/python-sh.mk index 84ad1aec63..6bbd621af1 100644 --- a/package/python-sh/python-sh.mk +++ b/package/python-sh/python-sh.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_SH_VERSION = 2.2.1 +PYTHON_SH_VERSION = 2.2.2 PYTHON_SH_SOURCE = sh-$(PYTHON_SH_VERSION).tar.gz -PYTHON_SH_SITE = https://files.pythonhosted.org/packages/bd/30/abf254f7b56ba7bcae938767e3ee0f54d220d931a35a8721de350b76dec5 +PYTHON_SH_SITE = https://files.pythonhosted.org/packages/59/52/f43920223c93e31874677c681b8603d36a40d3d8502d3a37f80d3995d43e PYTHON_SH_SETUP_TYPE = poetry PYTHON_SH_LICENSE = MIT PYTHON_SH_LICENSE_FILES = LICENSE.txt