diff --git a/package/python-grpcio/Config.in b/package/python-grpcio/Config.in index 9657ccb6ed..6119991c7e 100644 --- a/package/python-grpcio/Config.in +++ b/package/python-grpcio/Config.in @@ -11,6 +11,7 @@ config BR2_PACKAGE_PYTHON_GRPCIO bool "python-grpcio" depends on BR2_PACKAGE_PYTHON_GRPCIO_ARCH_SUPPORTS depends on BR2_INSTALL_LIBSTDCPP + select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime help HTTP/2-based RPC framework. diff --git a/package/python-grpcio/python-grpcio.hash b/package/python-grpcio/python-grpcio.hash index c57ece77ca..9441d89389 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 ad83dd7166a99b20c0e004b538eb5ad9 grpcio-1.70.0.tar.gz -sha256 8d1584a68d5922330025881e63a6c1b54cc8117291d382e4fa69339b6d914c56 grpcio-1.70.0.tar.gz +md5 b2b6afdac225e749c4c97284a0c1113f grpcio-1.76.0.tar.gz +sha256 7be78388d6da1a25c0d5ec506523db58b18be22d9c37d8d3a32c08be4987bd73 grpcio-1.76.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 24c0a08cae..af9817a0ef 100644 --- a/package/python-grpcio/python-grpcio.mk +++ b/package/python-grpcio/python-grpcio.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_GRPCIO_VERSION = 1.70.0 +PYTHON_GRPCIO_VERSION = 1.76.0 PYTHON_GRPCIO_SOURCE = grpcio-$(PYTHON_GRPCIO_VERSION).tar.gz -PYTHON_GRPCIO_SITE = https://files.pythonhosted.org/packages/69/e1/4b21b5017c33f3600dcc32b802bb48fe44a4d36d6c066f52650c7c2690fa +PYTHON_GRPCIO_SITE = https://files.pythonhosted.org/packages/b6/e0/318c1ce3ae5a17894d5791e87aea147587c9e702f24122cc7a5c8bbaeeb1 PYTHON_GRPCIO_SETUP_TYPE = setuptools PYTHON_GRPCIO_LICENSE = Apache-2.0 PYTHON_GRPCIO_LICENSE_FILES = LICENSE