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

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


Branch: CURRENT, Version: 2.36.0, Package name: py312-google-auth-2.36.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: 262.047 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2024-08-11 08:52:56 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-google-auth: update to 2.33.0.

Features

    Implement async StaticCredentials using access tokens (#1559) (dc17dfc)
    Implement base classes for credentials and request sessions (#1551) (036dac4)

Bug Fixes

    metadata: Enhance retry logic for metadata server access in _metadata.py \ 
(#1545) (61c2432)

Documentation

    Update argument for Credentials initialization (#1557) (40b9ed9)
   2024-07-14 15:20:49 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: update to 2.32.0.

Adds support for X509 workload credential type (#1541) (1270217)