forked from pool/python-google-auth
- update to 1.5.1:
- Fix check for error text on Python 3.7. (#278) - Use new Auth URIs. (#281) - Add code-of-conduct document. (#270) - Fix some typos in test_urllib3.py (#268) - Warn when using user credentials from the Cloud SDK (#266) - Add compute engine-based IDTokenCredentials (#236) - Corrected some typos (#265) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=8
This commit is contained in:
parent
e1d088457e
commit
0fce0e0c9c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e67a59f29a68c44a135328b28992a072cde67ac5646a173b7009047ba994de7d
|
||||
size 74358
|
3
google-auth-1.5.1.tar.gz
Normal file
3
google-auth-1.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ca363facbf2622d9ba828017536ccca2e0f58bd15e659b52f312172f8815530
|
||||
size 76150
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 12 19:59:10 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
- update to 1.5.1:
|
||||
- Fix check for error text on Python 3.7. (#278)
|
||||
- Use new Auth URIs. (#281)
|
||||
- Add code-of-conduct document. (#270)
|
||||
- Fix some typos in test_urllib3.py (#268)
|
||||
- Warn when using user credentials from the Cloud SDK (#266)
|
||||
- Add compute engine-based IDTokenCredentials (#236)
|
||||
- Corrected some typos (#265)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 15:54:32 UTC 2018 - tbechtold@suse.com
|
||||
|
||||
|
@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-google-auth
|
||||
Version: 1.4.2
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: Google Authentication Library
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user