From e1d088457ea051e46a006dee45b10afe53ff2cffbc154b5a1c7575f6d1b71aeb Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 29 May 2018 16:00:25 +0000 Subject: [PATCH] - 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 --- google-auth-1.4.1.tar.gz | 3 --- google-auth-1.4.2.tar.gz | 3 +++ python-google-auth.changes | 13 +++++++++++++ python-google-auth.spec | 3 +-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 google-auth-1.4.1.tar.gz create mode 100644 google-auth-1.4.2.tar.gz diff --git a/google-auth-1.4.1.tar.gz b/google-auth-1.4.1.tar.gz deleted file mode 100644 index 9a58e30..0000000 --- a/google-auth-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9051802d3dae256036cca9e34633a32c0ed1427730d4ebc513dff91ec8b6dd45 -size 74272 diff --git a/google-auth-1.4.2.tar.gz b/google-auth-1.4.2.tar.gz new file mode 100644 index 0000000..bad5129 --- /dev/null +++ b/google-auth-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67a59f29a68c44a135328b28992a072cde67ac5646a173b7009047ba994de7d +size 74358 diff --git a/python-google-auth.changes b/python-google-auth.changes index 8617b60..fc3d44b 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -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 diff --git a/python-google-auth.spec b/python-google-auth.spec index 517ecd0..43dd90e 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-auth -Version: 1.4.1 +Version: 1.4.2 Release: 0 Summary: Google Authentication Library License: Apache-2.0 @@ -44,7 +44,6 @@ BuildRequires: %{python_module six} BuildRequires: %{python_module urllib3} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Flask Requires: python-cachetools Requires: python-cryptography Requires: python-oauth2client