14
0

Accepting request 1136757 from home:glaubitz:branches:devel:languages:python

- Update to 2.26.1
  * Ensure that refresh worker is pickle-able. (#1447)
- from version 2.26.0
  * Add optional non blocking refresh for sync auth code (a6dc2c3)
  * Add optional non blocking refresh for sync auth code (#1368)
  * External account user cred universe domain support (#1437)
  * Guard delete statements. Add default fallback for _use_non_blocking_refresh. (#1445)
- Refresh patches for new version
  * python-google-auth-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/1136757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=80
This commit is contained in:
2024-01-04 10:40:39 +00:00
committed by Git OBS Bridge
parent 83f72f0c12
commit e009efa82e
5 changed files with 163 additions and 159 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 4 09:50:33 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.26.1
* Ensure that refresh worker is pickle-able. (#1447)
- from version 2.26.0
* Add optional non blocking refresh for sync auth code (a6dc2c3)
* Add optional non blocking refresh for sync auth code (#1368)
* External account user cred universe domain support (#1437)
* Guard delete statements. Add default fallback for _use_non_blocking_refresh. (#1445)
- Refresh patches for new version
* python-google-auth-no-mock.patch
-------------------------------------------------------------------
Sat Dec 16 19:27:11 UTC 2023 - Dirk Müller <dmueller@suse.com>