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

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


Branch: CURRENT, Version: 2.29.0, Package name: py311-google-auth-2.29.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: 238.6 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-24 11:38:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: updated to 2.29.0

2.29.0 (2024-03-18)

Features

Adds support for custom suppliers in AWS and Identity Pool credentials

Bug Fixes

Refactor tech debt in aws and identity pool credentials
   2024-03-11 14:36:24 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: update to 2.28.2.

Remove gce log for expected 404 (#1491) (cb04e49)
   2024-02-22 23:57:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: updated to 2.28.1

2.28.1 (2024-02-21)

Bug Fixes

Typo when setting the state for the pickle deserializer.
   2024-02-20 20:37:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: updated to 2.28.0

2.28.0 (2024-02-15)

Features

Adding universe domain support for downscroped credentials

Bug Fixes

Change log level to debug for return_none_for_not_found_error
Make requests import conditional for gce universe domain
   2024-01-24 23:19:16 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: updated to 2.27.0

v2.27.0

Features

Add optional account association for Authorized User credentials.

Bug Fixes

Allow custom universe domain for gce creds
Conditionally import requests only if no request was passed by the caller.
   2024-01-11 09:43:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-google-auth: updated to 2.26.2

2.26.2

Bug Fixes

Read universe_domain for external account authorized user
   2024-01-07 17:25:00 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-google-auth: update to 2.26.1.

2.26.1 (2024-01-03)

Bug Fixes

    Ensure that refresh worker is pickle-able. (#1447) (421c184)

2.26.0 (2023-12-20)

Features

    Add optional non blocking refresh for sync auth code (a6dc2c3)
    Add optional non blocking refresh for sync auth code (#1368) (a6dc2c3)

Bug Fixes

    External account user cred universe domain support (#1437) (75068f9)
    Guard delete statements. Add default fallback for _use_non_blocking_refresh. \ 
(#1445) (776d634)
   2023-12-13 14:52:46 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-google-auth: update to 2.25.2.

2.25.2 (2023-12-08)

Bug Fixes

    Fix user cred universe domain issue (#1436) (ae314a8)

2.25.1

Bug Fixes

    Fix vm universe_domain bug (#1433) (8683520)

2.25.0 (2023-12-04)

Features

    Add custom tls signer for ECP Provider. (39eb287)
    Add custom tls signer for ECP Provider. (#1402) (39eb287)

Bug Fixes

    Add with_universe_domain (#1408) (505910c)
    Fixes issue where Python37DeprecationWarning cannot be filtered (#1428) (f22f767)
    Remove broken link in Python37DeprecationWarning (#1430) (e2db602)