mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/python-google-auth: bump version to 2.49.1
https://github.com/googleapis/google-cloud-python/blob/main/packages/google-auth/CHANGELOG.md 2.47.0 removed the dependency to cachetools:5c07e1c4f52.48.0 added a dependency to cryptography:52558ae2882.49.1 removed the dependency to rsa:e8927b9c02Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: add BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS dep in Config.in] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
146f315ff6
commit
582c627239
@@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_PYTHON_GOOGLE_AUTH
|
config BR2_PACKAGE_PYTHON_GOOGLE_AUTH
|
||||||
bool "python-google-auth"
|
bool "python-google-auth"
|
||||||
select BR2_PACKAGE_PYTHON_CACHETOOLS # runtime
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
|
||||||
|
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
||||||
select BR2_PACKAGE_PYTHON_PYASN1_MODULES # runtime
|
select BR2_PACKAGE_PYTHON_PYASN1_MODULES # runtime
|
||||||
select BR2_PACKAGE_PYTHON_RSA # runtime
|
|
||||||
help
|
help
|
||||||
Google Authentication Library.
|
Google Authentication Library.
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# md5, sha256 from https://pypi.org/pypi/google-auth/json
|
# md5, sha256 from https://pypi.org/pypi/google-auth/json
|
||||||
md5 702a1aa7d2a65e7ae2702167be9183f4 google_auth-2.45.0.tar.gz
|
md5 9e586b998d814cf0a35e98f3221181ae google_auth-2.49.1.tar.gz
|
||||||
sha256 90d3f41b6b72ea72dd9811e765699ee491ab24139f34ebf1ca2b9cc0c38708f3 google_auth-2.45.0.tar.gz
|
sha256 16d40da1c3c5a0533f57d268fe72e0ebb0ae1cc3b567024122651c045d879b64 google_auth-2.49.1.tar.gz
|
||||||
# Locally computed sha256 checksums
|
# Locally computed sha256 checksums
|
||||||
sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 LICENSE
|
sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 LICENSE
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PYTHON_GOOGLE_AUTH_VERSION = 2.45.0
|
PYTHON_GOOGLE_AUTH_VERSION = 2.49.1
|
||||||
PYTHON_GOOGLE_AUTH_SOURCE = google_auth-$(PYTHON_GOOGLE_AUTH_VERSION).tar.gz
|
PYTHON_GOOGLE_AUTH_SOURCE = google_auth-$(PYTHON_GOOGLE_AUTH_VERSION).tar.gz
|
||||||
PYTHON_GOOGLE_AUTH_SITE = https://files.pythonhosted.org/packages/e5/00/3c794502a8b892c404b2dea5b3650eb21bfc7069612fbfd15c7f17c1cb0d
|
PYTHON_GOOGLE_AUTH_SITE = https://files.pythonhosted.org/packages/ea/80/6a696a07d3d3b0a92488933532f03dbefa4a24ab80fb231395b9a2a1be77
|
||||||
PYTHON_GOOGLE_AUTH_SETUP_TYPE = setuptools
|
PYTHON_GOOGLE_AUTH_SETUP_TYPE = setuptools
|
||||||
PYTHON_GOOGLE_AUTH_LICENSE = Apache-2.0
|
PYTHON_GOOGLE_AUTH_LICENSE = Apache-2.0
|
||||||
PYTHON_GOOGLE_AUTH_LICENSE_FILES = LICENSE
|
PYTHON_GOOGLE_AUTH_LICENSE_FILES = LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user