From 3cf6975577455d9b9c4414ec116687fc84fe6fde404ec5d38f14314edbb36aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 20 Aug 2021 13:16:17 +0000 Subject: [PATCH] Accepting request 913310 from home:glaubitz:branches:devel:languages:python - Update 0.4.5: * fix links to installed app, client secrets docs (#86) * omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) * add Samples section to CONTRIBUTING.rst (#134) * release as 0.4.5 (#137) - from version 0.4.4 * add redirect_uri_trailing slash param to run_local_server (#111) - from version 0.4.3 * add `charset-utf-8` to response header (#104) * **deps:** add lower bounds to all dependencies (#99) - from version 0.4.2 * don't open browser if port is occupied (#92) - Update BuildRequires from setup.py OBS-URL: https://build.opensuse.org/request/show/913310 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth-oauthlib?expand=0&rev=11 --- google-auth-oauthlib-0.4.1.tar.gz | 3 --- google-auth-oauthlib-0.4.5.tar.gz | 3 +++ python-google-auth-oauthlib.changes | 17 +++++++++++++++++ python-google-auth-oauthlib.spec | 10 +++++----- 4 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 google-auth-oauthlib-0.4.1.tar.gz create mode 100644 google-auth-oauthlib-0.4.5.tar.gz diff --git a/google-auth-oauthlib-0.4.1.tar.gz b/google-auth-oauthlib-0.4.1.tar.gz deleted file mode 100644 index 490838b..0000000 --- a/google-auth-oauthlib-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88d2cd115e3391eb85e1243ac6902e76e77c5fe438b7276b297fbe68015458dd -size 18687 diff --git a/google-auth-oauthlib-0.4.5.tar.gz b/google-auth-oauthlib-0.4.5.tar.gz new file mode 100644 index 0000000..3e99e71 --- /dev/null +++ b/google-auth-oauthlib-0.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab58e6c3dc6ccf112f921fcced40e5426fba266768986ea502228488276eaba +size 19360 diff --git a/python-google-auth-oauthlib.changes b/python-google-auth-oauthlib.changes index 2c1c3e6..1981933 100644 --- a/python-google-auth-oauthlib.changes +++ b/python-google-auth-oauthlib.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Aug 20 11:44:53 UTC 2021 - John Paul Adrian Glaubitz + +- Update 0.4.5: + * fix links to installed app, client secrets docs (#86) + * omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) + * add Samples section to CONTRIBUTING.rst (#134) + * release as 0.4.5 (#137) +- from version 0.4.4 + * add redirect_uri_trailing slash param to run_local_server (#111) +- from version 0.4.3 + * add `charset-utf-8` to response header (#104) + * **deps:** add lower bounds to all dependencies (#99) +- from version 0.4.2 + * don't open browser if port is occupied (#92) +- Update BuildRequires from setup.py + ------------------------------------------------------------------- Tue May 26 06:34:28 UTC 2020 - Petr Gajdos diff --git a/python-google-auth-oauthlib.spec b/python-google-auth-oauthlib.spec index 506a99d..70c74d2 100644 --- a/python-google-auth-oauthlib.spec +++ b/python-google-auth-oauthlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-auth-oauthlib # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-google-auth-oauthlib -Version: 0.4.1 +Version: 0.4.5 Release: 0 Summary: Google authentication library License: Apache-2.0 @@ -32,12 +32,12 @@ Requires: python-google-auth Requires: python-requests-oauthlib >= 0.7.0 Requires: python-six Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Recommends: python-click BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module click} -BuildRequires: %{python_module google-auth} +BuildRequires: %{python_module click >= 6.0.0} +BuildRequires: %{python_module google-auth >= 1.0.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests-oauthlib >= 0.7.0}