1
0

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

- Update to 1.17.2
  + Bug Fixes
    * narrow acceptable RSA versions to maintain Python 2 compatability (#528)
- from version 1.17.1
  + Features
    * add quota_project_id to service accounts; add with_quota_project methods (#519)
- from version 1.16.1
  + Bug Fixes
    * fix impersonated cred exception doc (#521)
    * replace environment variable GCE_METADATA_ROOT with GCE_METADATA_HOST (#433)
- from version 1.16.0
  + Features
    * add helper func to for default encrypted cert (#514)
  + Bug Fixes
    * fix impersonated cred for gcloud (#516)

OBS-URL: https://build.opensuse.org/request/show/815721
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=20
This commit is contained in:
Tomáš Chvátal 2020-06-18 11:14:06 +00:00 committed by Git OBS Bridge
parent 0f6868e7a5
commit f540f387b2
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbf25fee328c0828ef293459d9c649ef84ee44c0b932bb999d19df0ead1b40cf
size 103730

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e634b649967d83c02dd386ecae9ce4a571528d59d51a4228757e45f5404a060b
size 105042

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Jun 18 10:30:04 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.17.2
+ Bug Fixes
* narrow acceptable RSA versions to maintain Python 2 compatability (#528)
- from version 1.17.1
+ Features
* add quota_project_id to service accounts; add with_quota_project methods (#519)
- from version 1.16.1
+ Bug Fixes
* fix impersonated cred exception doc (#521)
* replace environment variable GCE_METADATA_ROOT with GCE_METADATA_HOST (#433)
- from version 1.16.0
+ Features
* add helper func to for default encrypted cert (#514)
+ Bug Fixes
* fix impersonated cred for gcloud (#516)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 25 11:24:30 UTC 2020 - Paolo Stivanin <info@paolostivanin.com> Mon May 25 11:24:30 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-auth Name: python-google-auth
Version: 1.15.0 Version: 1.17.2
Release: 0 Release: 0
Summary: Google Authentication Library Summary: Google Authentication Library
License: Apache-2.0 License: Apache-2.0