mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
package/python-hiredis: bump version to 3.3.1
https://github.com/redis/hiredis-py/releases/tag/v3.3.1 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
b50e6b48d9
commit
7330ecb682
@@ -1,6 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/hiredis/json
|
||||
md5 3dc0c18cedc67e6eb9027245157a29b3 hiredis-3.3.0.tar.gz
|
||||
sha256 105596aad9249634361815c574351f1bd50455dc23b537c2940066c4a9dea685 hiredis-3.3.0.tar.gz
|
||||
md5 ac8a2fa2182ff57c5fb5650d71e85b59 hiredis-3.3.1.tar.gz
|
||||
sha256 da6f0302360e99d32bc2869772692797ebadd536e1b826d0103c72ba49d38698 hiredis-3.3.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 3256b5b77e98aa34ff31a4d2c2c10f7f177b0f3058753a6044430a168987353b LICENSE
|
||||
sha256 dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb vendor/hiredis/COPYING
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_HIREDIS_VERSION = 3.3.0
|
||||
PYTHON_HIREDIS_VERSION = 3.3.1
|
||||
PYTHON_HIREDIS_SOURCE = hiredis-$(PYTHON_HIREDIS_VERSION).tar.gz
|
||||
PYTHON_HIREDIS_SITE = https://files.pythonhosted.org/packages/65/82/d2817ce0653628e0a0cb128533f6af0dd6318a49f3f3a6a7bd1f2f2154af
|
||||
PYTHON_HIREDIS_SITE = https://files.pythonhosted.org/packages/97/d6/9bef6dc3052c168c93fbf7e6c0f2b12c45f0f741a2d30fd919096774343a
|
||||
PYTHON_HIREDIS_SETUP_TYPE = setuptools
|
||||
PYTHON_HIREDIS_LICENSE = MIT, BSD-3-Clause
|
||||
PYTHON_HIREDIS_LICENSE_FILES = LICENSE vendor/hiredis/COPYING
|
||||
|
||||
Reference in New Issue
Block a user