From 7011c7feb6875db0d13b148dbfd9aaaba92b517e Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Fri, 6 Sep 2024 10:54:22 -0600 Subject: [PATCH] package/python-betterproto: bump to version 2.0.0b7 Add new python-typing-extensions runtime dependency. Signed-off-by: James Hilliard Signed-off-by: Yann E. MORIN --- package/python-betterproto/Config.in | 1 + package/python-betterproto/python-betterproto.hash | 4 ++-- package/python-betterproto/python-betterproto.mk | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package/python-betterproto/Config.in b/package/python-betterproto/Config.in index 8548fd43ba..927fb6d2d6 100644 --- a/package/python-betterproto/Config.in +++ b/package/python-betterproto/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_PYTHON_BETTERPROTO bool "python-betterproto" select BR2_PACKAGE_PYTHON_DATEUTIL # runtime select BR2_PACKAGE_PYTHON_GRPCLIB # runtime + select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime help A better Protobuf / gRPC generator & library. diff --git a/package/python-betterproto/python-betterproto.hash b/package/python-betterproto/python-betterproto.hash index 8d23d2ae56..2eed9a490d 100644 --- a/package/python-betterproto/python-betterproto.hash +++ b/package/python-betterproto/python-betterproto.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/betterproto/json -md5 bd4192c2997959100097479c34ff87e6 betterproto-2.0.0b6.tar.gz -sha256 720ae92697000f6fcf049c69267d957f0871654c8b0d7458906607685daee784 betterproto-2.0.0b6.tar.gz +md5 de9a12d1943dfa266dc3cf489cd3c6fa betterproto-2.0.0b7.tar.gz +sha256 1b1458ca5278d519bcd62556a4c236f998a91d503f0f71c67b0b954747052af2 betterproto-2.0.0b7.tar.gz # Locally computed sha256 checksums sha256 a5b8df75467e4b57a308a94cce5fdae84808a83ee6cd5af7e175c6b9784a753f LICENSE.md diff --git a/package/python-betterproto/python-betterproto.mk b/package/python-betterproto/python-betterproto.mk index 37f72f8166..70eb403f6e 100644 --- a/package/python-betterproto/python-betterproto.mk +++ b/package/python-betterproto/python-betterproto.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_BETTERPROTO_VERSION = 2.0.0b6 +PYTHON_BETTERPROTO_VERSION = 2.0.0b7 PYTHON_BETTERPROTO_SOURCE = betterproto-$(PYTHON_BETTERPROTO_VERSION).tar.gz -PYTHON_BETTERPROTO_SITE = https://files.pythonhosted.org/packages/45/43/4c44efd75f2ef48a16b458c2fe2cff7aa74bab8fcadf2653bb5110a87f97 +PYTHON_BETTERPROTO_SITE = https://files.pythonhosted.org/packages/4e/94/930a1368fbed92adc897a9a1fae282e3f9d608547dbf805034ca549f381a PYTHON_BETTERPROTO_SETUP_TYPE = pep517 PYTHON_BETTERPROTO_LICENSE = MIT PYTHON_BETTERPROTO_LICENSE_FILES = LICENSE.md