15
0

- 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:
2018-05-29 16:00:25 +00:00
committed by Git OBS Bridge
parent 66afd5b943
commit e1d088457e
4 changed files with 17 additions and 5 deletions

View File

@@ -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