forked from pool/python-google-auth-oauthlib
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
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user