-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython-google-auth.spec
More file actions
51 lines (46 loc) · 1.73 KB
/
python-google-auth.spec
File metadata and controls
51 lines (46 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
%define module google-auth
%define oname google_auth
Name: python-google-auth
Summary: Google Authentication Library
Version: 2.52.0
Release: 1
License: Apache-2.0
Group: Development/Python
# Upstream URL - https://github.com/googleapis/google-cloud-python/tree/main/packages/google-auth
URL: https://pypi.org/project/google-auth/
Source0: https://files.pythonhosted.org/packages/source/g/%{module}/%{oname}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildSystem: python
BuildArch: noarch
BuildRequires: python
BuildRequires: python%{pyver}dist(aiohttp) >= 3.6.2
BuildRequires: python%{pyver}dist(cryptography) >= 38.0.3
BuildRequires: python%{pyver}dist(packaging)
BuildRequires: python%{pyver}dist(pip)
BuildRequires: python%{pyver}dist(pyasn1-modules) >= 0.2.1
BuildRequires: python%{pyver}dist(pyjwt) >= 2.0
BuildRequires: python%{pyver}dist(pyopenssl) >= 20.0.0
BuildRequires: python%{pyver}dist(requests) >= 2.20.0
BuildRequires: python%{pyver}dist(rsa) >= 3.1.4
BuildRequires: python%{pyver}dist(setuptools)
BuildRequires: python%{pyver}dist(urllib3)
BuildRequires: python%{pyver}dist(wheel)
Requires: python%{pyver}dist(rsa) >= 3.1.4
Requires: python%{pyver}dist(urllib3)
Recommends: python%{pyver}dist(pyjwt) >= 2.0
Recommends: python%{pyver}dist(aiohttp) >= 3.6.2
Recommends: python%{pyver}dist(cryptography) >= 38.0.3
Recommends: python%{pyver}dist(pyopenssl) >= 20.0.0
Recommends: python%{pyver}dist(requests) >= 2.20.0
%description
This library simplifies using Google’s various
server-to-server authentication mechanisms to
access Google APIs.
%prep -a
# Remove bundled egg-info
rm -rf %{oname}.egg-info/
%files
%doc README.rst
%license LICENSE
%{py_sitedir}/google/auth
%{py_sitedir}/google/oauth2
%{py_sitedir}/%{oname}-%{version}*-info