From 4ed9f14ac8cd787a138f107f62339f5c39f8add2 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Sat, 26 Oct 2024 14:28:27 -0600 Subject: [PATCH] package/python-grpcio: bump to version 1.67.0 Signed-off-by: James Hilliard Signed-off-by: Thomas Petazzoni --- package/python-grpcio/python-grpcio.hash | 4 ++-- package/python-grpcio/python-grpcio.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-grpcio/python-grpcio.hash b/package/python-grpcio/python-grpcio.hash index c470f97e78..e47f73f694 100644 --- a/package/python-grpcio/python-grpcio.hash +++ b/package/python-grpcio/python-grpcio.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/grpcio/json -md5 e8adaa7345b99791542c7ca4245f30c0 grpcio-1.66.2.tar.gz -sha256 563588c587b75c34b928bc428548e5b00ea38c46972181a4d8b75ba7e3f24231 grpcio-1.66.2.tar.gz +md5 7f03599b67e1959d616b16a29f79a30d grpcio-1.67.0.tar.gz +sha256 e090b2553e0da1c875449c8e75073dd4415dd71c9bde6a406240fdf4c0ee467c grpcio-1.67.0.tar.gz # Locally computed sha256 checksums sha256 590198e3f305f2c347fde64d637c65492bbef554db6c8364e149cd375e3797ee LICENSE diff --git a/package/python-grpcio/python-grpcio.mk b/package/python-grpcio/python-grpcio.mk index 70af9b5c3a..6aad3445b5 100644 --- a/package/python-grpcio/python-grpcio.mk +++ b/package/python-grpcio/python-grpcio.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_GRPCIO_VERSION = 1.66.2 +PYTHON_GRPCIO_VERSION = 1.67.0 PYTHON_GRPCIO_SOURCE = grpcio-$(PYTHON_GRPCIO_VERSION).tar.gz -PYTHON_GRPCIO_SITE = https://files.pythonhosted.org/packages/71/d1/49a96df4eb1d805cf546247df40636515416d2d5c66665e5129c8b4162a8 +PYTHON_GRPCIO_SITE = https://files.pythonhosted.org/packages/ec/ae/3c47d71ab4abd4bd60a7e2806071fe0a4b6937b9eabe522291787087ea1f PYTHON_GRPCIO_SETUP_TYPE = setuptools PYTHON_GRPCIO_LICENSE = Apache-2.0 PYTHON_GRPCIO_LICENSE_FILES = LICENSE