From 5222d152d38cd96012df186879bf7e3ddc6df209 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 21 Dec 2025 23:34:40 +0100 Subject: [PATCH] package/python-pysendfile: update tarball URL Updated package as computed by scanpypi. Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni (cherry picked from commit 2952d38125d2f8f0229d7daa450f7d961d3417e1) Signed-off-by: Thomas Perale --- package/python-pysendfile/python-pysendfile.hash | 6 ++++-- package/python-pysendfile/python-pysendfile.mk | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package/python-pysendfile/python-pysendfile.hash b/package/python-pysendfile/python-pysendfile.hash index d1aff6aed2..2b5b8a9714 100644 --- a/package/python-pysendfile/python-pysendfile.hash +++ b/package/python-pysendfile/python-pysendfile.hash @@ -1,3 +1,5 @@ -# Locally computed: -sha256 f4ca8a7f0be67e3d710c0633dd9aadab6881203c31cb9eb9be4f10361ad3f937 python-pysendfile-2.0.1.tar.gz +# md5, sha256 from https://pypi.org/pypi/pysendfile/json +md5 e7b301eddd703ab74a48c59a8fda1f97 pysendfile-2.0.1.tar.gz +sha256 510a414b270986fba3c79cb76d90a4c910c701bfb43ff983a5d4e92846050e17 pysendfile-2.0.1.tar.gz +# Locally computed sha256 checksums sha256 259f433563cfe0296c84c00381c600e82e0ab1b617ce20fe6e7f555a2b95af26 LICENSE diff --git a/package/python-pysendfile/python-pysendfile.mk b/package/python-pysendfile/python-pysendfile.mk index bb8f057d3d..6c2d06e367 100644 --- a/package/python-pysendfile/python-pysendfile.mk +++ b/package/python-pysendfile/python-pysendfile.mk @@ -5,7 +5,8 @@ ################################################################################ PYTHON_PYSENDFILE_VERSION = 2.0.1 -PYTHON_PYSENDFILE_SITE = $(call github,giampaolo,pysendfile,release-$(PYTHON_PYSENDFILE_VERSION)) +PYTHON_PYSENDFILE_SOURCE = pysendfile-$(PYTHON_PYSENDFILE_VERSION).tar.gz +PYTHON_PYSENDFILE_SITE = https://files.pythonhosted.org/packages/cd/3f/4aa268afd0252f06b3b487c296a066a01ddd4222a46b7a3748599c8fc8c3 PYTHON_PYSENDFILE_SETUP_TYPE = setuptools PYTHON_PYSENDFILE_LICENSE = MIT PYTHON_PYSENDFILE_LICENSE_FILES = LICENSE