forked from pool/python-google-auth
- update to 1.4.2:
- Raise a helpful exception when trying to refresh credentials without a refresh token. (#262) - Fix links to README and CONTRIBUTING in docs/index.rst. (#260) - Fix a typo in credentials.py. (#256) - Use pytest instead of py.test per upstream recommendation, #dropthedot. (#255) - Fix typo on exemple of jwt usage (#245) - Drop Flask from Requires. It is only needed for testing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=6
This commit is contained in:
parent
66afd5b943
commit
e1d088457e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9051802d3dae256036cca9e34633a32c0ed1427730d4ebc513dff91ec8b6dd45
|
|
||||||
size 74272
|
|
3
google-auth-1.4.2.tar.gz
Normal file
3
google-auth-1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e67a59f29a68c44a135328b28992a072cde67ac5646a173b7009047ba994de7d
|
||||||
|
size 74358
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 29 15:54:32 UTC 2018 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to 1.4.2:
|
||||||
|
- Raise a helpful exception when trying to refresh credentials without
|
||||||
|
a refresh token. (#262)
|
||||||
|
- Fix links to README and CONTRIBUTING in docs/index.rst. (#260)
|
||||||
|
- Fix a typo in credentials.py. (#256)
|
||||||
|
- Use pytest instead of py.test per upstream recommendation,
|
||||||
|
#dropthedot. (#255)
|
||||||
|
- Fix typo on exemple of jwt usage (#245)
|
||||||
|
- Drop Flask from Requires. It is only needed for testing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 8 10:23:49 UTC 2018 - tchvatal@suse.com
|
Tue May 8 10:23:49 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -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.4.1
|
Version: 1.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Authentication Library
|
Summary: Google Authentication Library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -44,7 +44,6 @@ BuildRequires: %{python_module six}
|
|||||||
BuildRequires: %{python_module urllib3}
|
BuildRequires: %{python_module urllib3}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Flask
|
|
||||||
Requires: python-cachetools
|
Requires: python-cachetools
|
||||||
Requires: python-cryptography
|
Requires: python-cryptography
|
||||||
Requires: python-oauth2client
|
Requires: python-oauth2client
|
||||||
|
Loading…
x
Reference in New Issue
Block a user