mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
package/python-googleapis-common-protos: bump version to 1.72.0
https://github.com/googleapis/google-cloud-python/blob/main/packages/googleapis-common-protos/CHANGELOG.md Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
parent
f7f4ebcd2a
commit
2f056baf7c
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# md5, sha256 from https://pypi.org/pypi/googleapis-common-protos/json
|
||||
md5 fca59b82ad99d5dc1da6a94e5ec6e819 googleapis_common_protos-1.70.0.tar.gz
|
||||
sha256 0e1b44e0ea153e6594f9f394fef15193a68aaaea2d843f83e2742717ca753257 googleapis_common_protos-1.70.0.tar.gz
|
||||
md5 58ddbf8920c529b542af9be18101fe61 googleapis_common_protos-1.72.0.tar.gz
|
||||
sha256 e55a601c1b32b52d7a3e65f43563e2aa61bcd737998ee672ac9b951cd49319f5 googleapis_common_protos-1.72.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_GOOGLEAPIS_COMMON_PROTOS_VERSION = 1.70.0
|
||||
PYTHON_GOOGLEAPIS_COMMON_PROTOS_VERSION = 1.72.0
|
||||
PYTHON_GOOGLEAPIS_COMMON_PROTOS_SOURCE = googleapis_common_protos-$(PYTHON_GOOGLEAPIS_COMMON_PROTOS_VERSION).tar.gz
|
||||
PYTHON_GOOGLEAPIS_COMMON_PROTOS_SITE = https://files.pythonhosted.org/packages/39/24/33db22342cf4a2ea27c9955e6713140fedd51e8b141b5ce5260897020f1a
|
||||
PYTHON_GOOGLEAPIS_COMMON_PROTOS_SITE = https://files.pythonhosted.org/packages/e5/7b/adfd75544c415c487b33061fe7ae526165241c1ea133f9a9125a56b39fd8
|
||||
PYTHON_GOOGLEAPIS_COMMON_PROTOS_SETUP_TYPE = setuptools
|
||||
PYTHON_GOOGLEAPIS_COMMON_PROTOS_LICENSE = Apache-2.0
|
||||
PYTHON_GOOGLEAPIS_COMMON_PROTOS_LICENSE_FILES = LICENSE
|
||||
|
|
|
|||
Loading…
Reference in a new issue