package/python-hiredis: bump version to 3.2.1

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls 2025-10-12 22:19:52 +02:00 committed by Julien Olivain
commit 9c015e6018
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/hiredis/json
md5 56a3997b44753c11a0cdb2dc4aa50352 hiredis-3.1.0.tar.gz
sha256 51d40ac3611091020d7dea6b05ed62cb152bff595fa4f931e7b6479d777acf7c hiredis-3.1.0.tar.gz
md5 3bef98b3714e3944e452a158c7d61f39 hiredis-3.2.1.tar.gz
sha256 5a5f64479bf04dd829fe7029fad0ea043eac4023abc6e946668cbbec3493a78d hiredis-3.2.1.tar.gz
# Locally computed sha256 checksums
sha256 3256b5b77e98aa34ff31a4d2c2c10f7f177b0f3058753a6044430a168987353b LICENSE
sha256 dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb vendor/hiredis/COPYING

View file

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_HIREDIS_VERSION = 3.1.0
PYTHON_HIREDIS_VERSION = 3.2.1
PYTHON_HIREDIS_SOURCE = hiredis-$(PYTHON_HIREDIS_VERSION).tar.gz
PYTHON_HIREDIS_SITE = https://files.pythonhosted.org/packages/38/e5/789cfa8993ced0061a6ef7ea758302ef5cf3439629bf0d39c85a6ede4641
PYTHON_HIREDIS_SITE = https://files.pythonhosted.org/packages/f7/08/24b72f425b75e1de7442fb1740f69ca66d5820b9f9c0e2511ff9aadab3b7
PYTHON_HIREDIS_SETUP_TYPE = setuptools
PYTHON_HIREDIS_LICENSE = MIT, BSD-3-Clause
PYTHON_HIREDIS_LICENSE_FILES = LICENSE vendor/hiredis/COPYING