From b47ae83ed230f55d7d111dbb8a823c278dda2b3db41a5a4165546eebc1373231 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 5 Jun 2022 16:42:44 +0000 Subject: [PATCH] Accepting request 980658 from home:mcalabkova:branches:devel:languages:python - Update to 2.6.6 * fix missing import in _default.py * add additional missing import in _default.py * silence TypeError during tear down stage OBS-URL: https://build.opensuse.org/request/show/980658 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=37 --- google-auth-2.6.3.tar.gz | 3 --- google-auth-2.6.6.tar.gz | 3 +++ python-google-auth.changes | 8 ++++++++ python-google-auth.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 google-auth-2.6.3.tar.gz create mode 100644 google-auth-2.6.6.tar.gz diff --git a/google-auth-2.6.3.tar.gz b/google-auth-2.6.3.tar.gz deleted file mode 100644 index 11e7961..0000000 --- a/google-auth-2.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d65bb0e3701eaaa64fd2aa85e1325580524b0bddc6dc5db3ab89c481b6a20141 -size 189685 diff --git a/google-auth-2.6.6.tar.gz b/google-auth-2.6.6.tar.gz new file mode 100644 index 0000000..c26e61e --- /dev/null +++ b/google-auth-2.6.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba4938e032b73deb51e59c4656a00e0939cf0b1112575099f136babb4563312 +size 189789 diff --git a/python-google-auth.changes b/python-google-auth.changes index 01f31bf..00bcb5c 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jun 3 16:02:30 UTC 2022 - Markéta Machová + +- Update to 2.6.6 + * fix missing import in _default.py + * add additional missing import in _default.py + * silence TypeError during tear down stage + ------------------------------------------------------------------- Thu Apr 14 21:10:23 UTC 2022 - Ben Greiner diff --git a/python-google-auth.spec b/python-google-auth.spec index c4541aa..e0ba876 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-auth -Version: 2.6.3 +Version: 2.6.6 Release: 0 Summary: Google Authentication Library License: Apache-2.0