From 15a9bfa6a77a7f2baeb0c8a687946a18cde94584753faa987e4ace869eca4780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 7 May 2018 13:52:18 +0000 Subject: [PATCH] Accepting request 605113 from home:glaubitz:branches:devel:languages:python - New upstream release (bsc#1088358) + Version 1.4.1 - Added a check for the cryptography version before attempting to use it. + From version 1.4.0 - Added `cryptography`-based RSA signer and verifier. - Added `google.oauth2.service_account.IDTokenCredentials`. - Improved documentation around ID Tokens + From version 1.3.0 - Added ``google.oauth2.credentials.Credentials.from_authorized_user_file``. - Dropped direct pyasn1 dependency in favor of letting ``pyasn1-modules`` specify the right version. - ``default()`` now checks for the project ID environment var before warning about missing project ID. - Fixed the docstrings for ``has_scopes()`` and ``with_scopes()``. - Fixed example in docstring for ``ReadOnlyScoped``. - Made ``transport.requests`` use timeouts and retries to improve reliability. OBS-URL: https://build.opensuse.org/request/show/605113 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=3 --- google-auth-1.2.1.tar.gz | 3 --- google-auth-1.4.1.tar.gz | 3 +++ python-google-auth.changes | 21 +++++++++++++++++++++ python-google-auth.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 google-auth-1.2.1.tar.gz create mode 100644 google-auth-1.4.1.tar.gz diff --git a/google-auth-1.2.1.tar.gz b/google-auth-1.2.1.tar.gz deleted file mode 100644 index 8eabfd0..0000000 --- a/google-auth-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7170435cf6aa451be7e96120b9e37e8dbc59d3e8f3bab5b57a8fabbb29bf3810 -size 69797 diff --git a/google-auth-1.4.1.tar.gz b/google-auth-1.4.1.tar.gz new file mode 100644 index 0000000..9a58e30 --- /dev/null +++ b/google-auth-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9051802d3dae256036cca9e34633a32c0ed1427730d4ebc513dff91ec8b6dd45 +size 74272 diff --git a/python-google-auth.changes b/python-google-auth.changes index 78f71df..aede9bb 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon May 7 12:58:39 UTC 2018 - adrian.glaubitz@suse.com + +- New upstream release (bsc#1088358) + + Version 1.4.1 + - Added a check for the cryptography version before attempting to use it. + + From version 1.4.0 + - Added `cryptography`-based RSA signer and verifier. + - Added `google.oauth2.service_account.IDTokenCredentials`. + - Improved documentation around ID Tokens + + From version 1.3.0 + - Added ``google.oauth2.credentials.Credentials.from_authorized_user_file``. + - Dropped direct pyasn1 dependency in favor of letting ``pyasn1-modules`` + specify the right version. + - ``default()`` now checks for the project ID environment var before + warning about missing project ID. + - Fixed the docstrings for ``has_scopes()`` and ``with_scopes()``. + - Fixed example in docstring for ``ReadOnlyScoped``. + - Made ``transport.requests`` use timeouts and retries + to improve reliability. + ------------------------------------------------------------------- Sun Nov 19 15:22:10 UTC 2017 - mc@suse.com diff --git a/python-google-auth.spec b/python-google-auth.spec index 244ab8d..694cd24 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-auth # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-auth -Version: 1.2.1 +Version: 1.4.1 Release: 0 Summary: Google Authentication Library License: Apache-2.0