package/python-hiredis: bump to version 2.3.2

Hash for LICENSE file changed due to license change to MIT:
1e29dd4719

The vendor/hiredis/COPYING file remains BSD-3-Clause.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2024-01-09 01:11:15 -07:00 committed by Thomas Petazzoni
parent a1c77f08ac
commit 2a211f917d
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/hiredis/json
md5 670a932c2972cbd88f910c2b29f85c3c hiredis-2.2.3.tar.gz
sha256 e75163773a309e56a9b58165cf5a50e0f84b755f6ff863b2c01a38918fe92daa hiredis-2.2.3.tar.gz
md5 8823961dc3ba19a6e63ab6329b3b852f hiredis-2.3.2.tar.gz
sha256 733e2456b68f3f126ddaf2cd500a33b25146c3676b97ea843665717bda0c5d43 hiredis-2.3.2.tar.gz
# Locally computed sha256 checksums
sha256 65d467915fa36249f60e6942c9d44dfe54d75882e6b66e94fc6c3971fcde1722 LICENSE
sha256 3256b5b77e98aa34ff31a4d2c2c10f7f177b0f3058753a6044430a168987353b LICENSE
sha256 dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb vendor/hiredis/COPYING

View File

@ -4,11 +4,11 @@
#
################################################################################
PYTHON_HIREDIS_VERSION = 2.2.3
PYTHON_HIREDIS_VERSION = 2.3.2
PYTHON_HIREDIS_SOURCE = hiredis-$(PYTHON_HIREDIS_VERSION).tar.gz
PYTHON_HIREDIS_SITE = https://files.pythonhosted.org/packages/b0/04/dab6792584fc548803ffa50b5bb2b99f01d3ab04d7c7f64e85f1a22fb847
PYTHON_HIREDIS_SITE = https://files.pythonhosted.org/packages/fe/2d/a5ae61da1157644f7e52e088fa158ac6f5d09775112d14b1c9b9a5156bf1
PYTHON_HIREDIS_SETUP_TYPE = setuptools
PYTHON_HIREDIS_LICENSE = BSD-3-Clause
PYTHON_HIREDIS_LICENSE = MIT, BSD-3-Clause
PYTHON_HIREDIS_LICENSE_FILES = LICENSE vendor/hiredis/COPYING
$(eval $(python-package))