1
0

- Clean up SPEC file, make rpmlint happy.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=46
This commit is contained in:
Matej Cepl 2022-11-08 07:20:04 +00:00 committed by Git OBS Bridge
parent 8fde43a32b
commit bbc2634665
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 8 07:19:56 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Clean up SPEC file, make rpmlint happy.
-------------------------------------------------------------------
Mon Nov 7 13:59:22 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -17,7 +17,6 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-auth
Version: 2.14.0
Release: 0
@ -63,9 +62,7 @@ BuildArch: noarch
This library simplifies using Googles various server-to-server authentication mechanisms to access Google APIs.
%prep
%setup -q -n google-auth-%{version}
%patch0 -p1
%patch1 -p1
%autosetup -p1 -n google-auth-%{version}
%build
%python_build