forked from pool/python-google-auth
Accepting request 605113 from home:glaubitz:branches:devel:languages:python
- New upstream release (bsc#1088358) + Version 1.4.1 - Added a check for the cryptography version before attempting to use it. + From version 1.4.0 - Added `cryptography`-based RSA signer and verifier. - Added `google.oauth2.service_account.IDTokenCredentials`. - Improved documentation around ID Tokens + From version 1.3.0 - Added ``google.oauth2.credentials.Credentials.from_authorized_user_file``. - Dropped direct pyasn1 dependency in favor of letting ``pyasn1-modules`` specify the right version. - ``default()`` now checks for the project ID environment var before warning about missing project ID. - Fixed the docstrings for ``has_scopes()`` and ``with_scopes()``. - Fixed example in docstring for ``ReadOnlyScoped``. - Made ``transport.requests`` use timeouts and retries to improve reliability. OBS-URL: https://build.opensuse.org/request/show/605113 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=3
This commit is contained in:
parent
f20b422944
commit
15a9bfa6a7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7170435cf6aa451be7e96120b9e37e8dbc59d3e8f3bab5b57a8fabbb29bf3810
|
|
||||||
size 69797
|
|
3
google-auth-1.4.1.tar.gz
Normal file
3
google-auth-1.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9051802d3dae256036cca9e34633a32c0ed1427730d4ebc513dff91ec8b6dd45
|
||||||
|
size 74272
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 12:58:39 UTC 2018 - adrian.glaubitz@suse.com
|
||||||
|
|
||||||
|
- New upstream release (bsc#1088358)
|
||||||
|
+ Version 1.4.1
|
||||||
|
- Added a check for the cryptography version before attempting to use it.
|
||||||
|
+ From version 1.4.0
|
||||||
|
- Added `cryptography`-based RSA signer and verifier.
|
||||||
|
- Added `google.oauth2.service_account.IDTokenCredentials`.
|
||||||
|
- Improved documentation around ID Tokens
|
||||||
|
+ From version 1.3.0
|
||||||
|
- Added ``google.oauth2.credentials.Credentials.from_authorized_user_file``.
|
||||||
|
- Dropped direct pyasn1 dependency in favor of letting ``pyasn1-modules``
|
||||||
|
specify the right version.
|
||||||
|
- ``default()`` now checks for the project ID environment var before
|
||||||
|
warning about missing project ID.
|
||||||
|
- Fixed the docstrings for ``has_scopes()`` and ``with_scopes()``.
|
||||||
|
- Fixed example in docstring for ``ReadOnlyScoped``.
|
||||||
|
- Made ``transport.requests`` use timeouts and retries
|
||||||
|
to improve reliability.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 19 15:22:10 UTC 2017 - mc@suse.com
|
Sun Nov 19 15:22:10 UTC 2017 - mc@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-google-auth
|
# spec file for package python-google-auth
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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.2.1
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Authentication Library
|
Summary: Google Authentication Library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user