1.9.3
This commit is contained in:
parent
cdbe1e5ac4
commit
0dcb5fde4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/google-api-python-client-1.6.5.tar.gz
|
||||
/google-api-python-client-1.6.7.tar.gz
|
||||
/google-api-python-client-1.7.7.tar.gz
|
||||
/google-api-python-client-1.9.3.tar.gz
|
||||
|
@ -6,12 +6,13 @@
|
||||
Name: google-api-python-client
|
||||
Summary: %{sum}
|
||||
Epoch: 1
|
||||
Version: 1.6.7
|
||||
Release: 12%{?dist}
|
||||
Version: 1.9.3
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: ASL 2.0
|
||||
URL: http://github.com/google/%{name}/
|
||||
Source0: https://files.pythonhosted.org/packages/e0/91/0e6a42ea3e0898a75d819a9690c8c8d0eecd31275d8a85503c8fc33949f2/%{name}-%{version}.tar.gz
|
||||
URL: http://github.com/googleapis/%{name}/
|
||||
Source0: https://github.com/googleapis/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -33,13 +34,14 @@ Requires: python3-httplib2 >= 0.9.2
|
||||
Requires: python3-oauth2client >= 2.0.0
|
||||
Requires: python3-uritemplate >= 3.0.0
|
||||
Requires: python3-six >= 1.6.1
|
||||
Requires: python3-google-auth-httplib2 >= 0.0.3
|
||||
|
||||
%description -n python3-%{srcname}
|
||||
Written by Google, this library provides a small, flexible, and powerful
|
||||
Python 3 client library for accessing Google APIs.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
# remove egg info
|
||||
rm -rf google_api_python_client.egg-info
|
||||
@ -59,12 +61,15 @@ done
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%license LICENSE
|
||||
%doc CHANGELOG
|
||||
%doc README.md
|
||||
%{python3_sitelib}/apiclient/
|
||||
%{python3_sitelib}/googleapiclient/
|
||||
%{python3_sitelib}/google_api_python_client-%{version}-py%{python3_version}.egg-info/
|
||||
|
||||
%changelog
|
||||
* Thu Jun 11 2020 Gwyn Ciesla <gwync@protonmail.com> - 1:1.9.3-1
|
||||
- Update to 1.9.3
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1:1.6.7-12
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (google-api-python-client-1.6.7.tar.gz) = 5f6e2f838e06e5289187a6fb9d3bdaaf60f47bae7e555f4e6e4e0e1f61f232665979ba351e2c75b3beedfc53d81d0d71d953d469a8cf47c3d263963a7531599e
|
||||
SHA512 (google-api-python-client-1.9.3.tar.gz) = 2072797380097d076a5ae9bc31230e2d487c8008eb5316a7624f8c796433454445f40b7efcfa2f7d39aa2a533a72d19637ba102242cf79822fa52f4458141d6d
|
||||
|
Loading…
Reference in New Issue
Block a user