From 0fce0e0c9c1d1fdd00706aa3f354b93ad3facdb535d025256e542ebaf42dbdbc Mon Sep 17 00:00:00 2001
From: Thomas Bechtold <thomasbechtold@jpberlin.de>
Date: Wed, 12 Sep 2018 20:02:07 +0000
Subject: [PATCH] - 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
---
 google-auth-1.4.2.tar.gz   |  3 ---
 google-auth-1.5.1.tar.gz   |  3 +++
 python-google-auth.changes | 12 ++++++++++++
 python-google-auth.spec    |  4 ++--
 4 files changed, 17 insertions(+), 5 deletions(-)
 delete mode 100644 google-auth-1.4.2.tar.gz
 create mode 100644 google-auth-1.5.1.tar.gz

diff --git a/google-auth-1.4.2.tar.gz b/google-auth-1.4.2.tar.gz
deleted file mode 100644
index bad5129..0000000
--- a/google-auth-1.4.2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e67a59f29a68c44a135328b28992a072cde67ac5646a173b7009047ba994de7d
-size 74358
diff --git a/google-auth-1.5.1.tar.gz b/google-auth-1.5.1.tar.gz
new file mode 100644
index 0000000..8473859
--- /dev/null
+++ b/google-auth-1.5.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9ca363facbf2622d9ba828017536ccca2e0f58bd15e659b52f312172f8815530
+size 76150
diff --git a/python-google-auth.changes b/python-google-auth.changes
index fc3d44b..1558456 100644
--- a/python-google-auth.changes
+++ b/python-google-auth.changes
@@ -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
 
diff --git a/python-google-auth.spec b/python-google-auth.spec
index 43dd90e..850e179 100644
--- a/python-google-auth.spec
+++ b/python-google-auth.spec
@@ -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