Update to 1.6.2
This commit is contained in:
parent
7137e80d4e
commit
a2b8de0c88
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/google-api-python-client-1.4.2.tar.gz
|
||||
/google-api-python-client-1.5.1.tar.gz
|
||||
/google-api-python-client-1.5.5.tar.gz
|
||||
/google-api-python-client-1.6.2.tar.gz
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
Name: google-api-python-client
|
||||
Summary: %{sum}
|
||||
Version: 1.5.5
|
||||
Release: 4%{?dist}
|
||||
Version: 1.6.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: ASL 2.0
|
||||
URL: http://github.com/google/%{name}/
|
||||
@ -29,12 +29,12 @@ BuildRequires: python2-devel >= 2.7
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python-httplib2 >= 0.8
|
||||
BuildRequires: python-oauth2client >= 2.0.0
|
||||
BuildRequires: python-uri-templates >= 0.6
|
||||
BuildRequires: python2-uritemplate >= 3.0.0
|
||||
BuildRequires: python-six >= 1.6.1
|
||||
|
||||
Requires: python-httplib2 >= 0.8
|
||||
Requires: python-httplib2 >= 0.9.2
|
||||
Requires: python2-oauth2client >= 2.0.0
|
||||
Requires: python2-uri-templates >= 0.6
|
||||
Requires: python2-uritemplate >= 3.0.0
|
||||
Requires: python2-six >= 1.6.1
|
||||
|
||||
%description -n python2-%{srcname}
|
||||
@ -49,14 +49,14 @@ Summary: %{sum}
|
||||
|
||||
BuildRequires: python3-devel >= 3.3
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-httplib2 >= 0.8
|
||||
BuildRequires: python3-httplib2 >= 0.9.2
|
||||
BuildRequires: python3-oauth2client >= 2.0.0
|
||||
BuildRequires: python3-uri-templates >= 0.6
|
||||
BuildRequires: python3-uritemplate >= 3.0.0
|
||||
BuildRequires: python3-six >= 1.6.1
|
||||
|
||||
Requires: python3-httplib2 >= 0.8
|
||||
Requires: python3-httplib2 >= 0.9.2
|
||||
Requires: python3-oauth2client >= 2.0.0
|
||||
Requires: python3-uri-templates >= 0.6
|
||||
Requires: python3-uritemplate >= 3.0.0
|
||||
Requires: python3-six >= 1.6.1
|
||||
|
||||
%description -n python3-%{srcname}
|
||||
@ -104,6 +104,9 @@ done
|
||||
%{python3_sitelib}/google_api_python_client-%{version}-py?.?.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Aug 1 2017 Nick Bebout <nb@fedoraproject.org> - 1.6.2-1
|
||||
- Update to 1.6.2
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user