mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 18:55:02 +00:00
python3-google-auth: Upgrade to 2.35.0
2.35.0 (2024-09-17) Features Add cred info to ADC creds Add support for asynchronous AuthorizedSession api Bug Fixes Remove token_info call from token refresh path 2.34.0 (2024-08-13) Features auth: Update get_client_ssl_credentials to support X.509 workload certs Bug Fixes Retry token request on retryable status code (#1563) (f858a15) 2.33.0 (2024-08-06) Features Implement async StaticCredentials using access tokens Implement base classes for credentials and request sessions Bug Fixes metadata: Enhance retry logic for metadata server access in _metadata.py Documentation Update argument for Credentials initialization 2.32.0 (2024-07-08) Features Adds support for X509 workload credential type 2.31.0 (2024-06-27) Features Adds X509 workload cert logic Bug Fixes Added py.typed to MANIFEST.in Pass trust_env kwarg to ClientSession Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6a582f1d67
commit
f1f0ac5d50
@ -5,21 +5,23 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
|
||||
|
||||
inherit pypi setuptools3 ptest
|
||||
|
||||
SRC_URI[sha256sum] = "ab630a1320f6720909ad76a7dbdb6841cdf5c66b328d690027e4867bdfb16688"
|
||||
|
||||
SRC_URI[sha256sum] = "f4c64ed4e01e8e8b646ef34c018f8bf3338df0c8e37d8b3bba40e7f574a3278a"
|
||||
SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
PYPI_PACKAGE = "google_auth"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-aioresponses \
|
||||
python3-cryptography \
|
||||
python3-flask \
|
||||
python3-freezegun \
|
||||
python3-grpcio \
|
||||
python3-mock \
|
||||
python3-oauth2client \
|
||||
python3-pyopenssl \
|
||||
python3-pytest \
|
||||
python3-pytest-asyncio \
|
||||
python3-pytest-localserver \
|
||||
python3-pyu2f \
|
||||
python3-requests \
|
||||
Loading…
x
Reference in New Issue
Block a user