./security/py-google-auth, Google Authentication Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.38.0, Package name: py312-google-auth-2.38.0, Maintainer: pkgsrc-users

This library simplifies using Google various server-to-server
authentication mechanisms to access Google APIs


Required to run:
[devel/py-setuptools] [devel/py-requests] [lang/py-six] [security/py-cryptography] [security/py-rsa] [security/py-asn1-modules] [devel/py-cachetools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 264.518 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-31 19:41:23 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: update to 2.38.0.

Features

    Adding domain-wide delegation flow in impersonated credential (#1624) (34ee3fe)

Documentation

    Add warnings regarding consuming externally sourced credentials (d049370)
   2024-12-27 09:55:10 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: update to 2.37.0.

Allow users to use jwk keys for verifying ID token (#1641) (98c3ed9)
   2024-11-11 08:55:51 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: update to 2.36.0.

Features

    IAM signblob retries (#1600) (484c8db)
    Making iam endpoint universe-aware (#1604) (16c728d)
    Support External Account Authorized User as a Source Credential for \ 
impersonated credentials in ADC (#1608) (875796c)

Bug Fixes

    Adding default parameters to updated interfaces (#1622) (8cf1cb1)
    Change universe_domain to universe-domain (#1613) (168fcc6)
    Remove base class to avoid type conflict (#1619) (9e2789a)
    Revert templates for iam endpoints (#1614) (0a4363a)
    Update secret (#1611) (f070de0)
    Update secret (#1617) (10f42a7)
    Update secret (#1621) (6be19fb)
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-09-27 10:22:32 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-google-auth: add more test requirements per upstream docs

Update test status.
   2024-09-27 10:10:01 by Thomas Klausner | Files touched by this commit (3)
Log message:
py-google-auth: depend on newer py-mock for testing

and remove then unneeded local patch.
Sort test dependencies.
   2024-09-22 18:12:49 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
py-google-auth: update to 2.35.0.

2.35.0 (2024-09-17)
Features

    Add cred info to ADC creds (#1587) (6f75dd5)
    Add support for asynchronous AuthorizedSession api (#1577) (2910b6b)

Bug Fixes

    Remove token_info call from token refresh path (#1595) (afb9e5a)
   2024-08-20 10:49:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: updated to 2.34.0

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