From 50f635f8dfc67a2a14e580d250d592ea40df39bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20Lothor=C3=A9?= Date: Wed, 19 Aug 2026 11:25:33 +0200 Subject: [PATCH] package/python-scp: bump version to 0.16.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: https://github.com/jbardin/scp.py/commit/8f2a778cc6d2988b39c0523f633d27484e72f0e6 Signed-off-by: Alexis Lothoré Signed-off-by: Julien Olivain --- package/python-scp/python-scp.hash | 4 ++-- package/python-scp/python-scp.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-scp/python-scp.hash b/package/python-scp/python-scp.hash index e79c4ef4a3..a82487adbd 100644 --- a/package/python-scp/python-scp.hash +++ b/package/python-scp/python-scp.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/scp/json -md5 a72edd2cdc0fe6e14d9092065f04bfe0 scp-0.16.0.tar.gz -sha256 1763a4b8ac424ea0c304f58b95a4a4a51d503a834ed77b4e89f1a32b30cbe662 scp-0.16.0.tar.gz +md5 857ce2149485ec591d8c1076d8e74516 scp-0.16.1.tar.gz +sha256 3f2b260bf9bd4c2b6857f697a1d7e8edc26fa569282b77027e849dfe1e48580a scp-0.16.1.tar.gz # Locally computed sha256 checksums sha256 2455cf0fc78e13772bf10ef5f209e7eb8625706d671b2f420cc8add37d548c1c LICENSE.txt diff --git a/package/python-scp/python-scp.mk b/package/python-scp/python-scp.mk index a4be23fb51..a2224e654e 100644 --- a/package/python-scp/python-scp.mk +++ b/package/python-scp/python-scp.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_SCP_VERSION = 0.16.0 +PYTHON_SCP_VERSION = 0.16.1 PYTHON_SCP_SOURCE = scp-$(PYTHON_SCP_VERSION).tar.gz -PYTHON_SCP_SITE = https://files.pythonhosted.org/packages/7f/e1/34634a89f100fcf4f014aca65621e701c5b9053cec62b6386866e3f015d5 +PYTHON_SCP_SITE = https://files.pythonhosted.org/packages/f8/35/fcef45d52d76a6dc70778c11eea719ff0ab550594bc51e55e66d28b5f424 PYTHON_SCP_SETUP_TYPE = setuptools PYTHON_SCP_LICENSE = LGPL-2.1+ PYTHON_SCP_LICENSE_FILES = LICENSE.txt