1
0

- Update to 1.13.0:

* Various fixes for new updated dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal 2019-07-02 14:52:59 +00:00 committed by Git OBS Bridge
parent 0515ac3fcd
commit 5cac53ec94
4 changed files with 19 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a77d98bd733ec455b03a91dc732cce6e7dfc900db4ff44c52743826e3d28a741
size 74168

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f45d74aef41e1de49ceadebf382e1291ddcbe431a8b533aff8a1140a35531465
size 72439

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 2 14:51:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.13.0:
* Various fixes for new updated dependencies
-------------------------------------------------------------------
Thu May 16 17:48:16 UTC 2019 - kwu@suse.com

View File

@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-api-core
Version: 1.11.0
Version: 1.13.0
Release: 0
Summary: Google API client core library
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/GoogleCloudPlatform/google-cloud-python
URL: https://github.com/GoogleCloudPlatform/google-cloud-python
Source: https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-%{version}.tar.gz
BuildRequires: %{python_module google-auth >= 0.4.0}
BuildRequires: %{python_module googleapis-common-protos >= 1.5.3}
@ -40,25 +40,24 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python2-enum34
BuildRequires: python2-futures >= 3.2.0
%ifpython2
BuildRequires: python2-enum34
BuildRequires: python2-futures
%endif
Requires: python-google-auth >= 0.4.0
Requires: python-googleapis-common-protos >= 1.5.3
Requires: python-grpcio >= 1.8.2
Requires: python-protobuf >= 3.0.0
Requires: python-pytz
Requires: python-requests >= 2.18.0
Requires: python-setuptools >= 34.0.0
Requires: python-six >= 1.10.0
Suggests: python-grpcio-gcp >= 0.2.2
BuildArch: noarch
%ifpython2
BuildRequires: python2-enum34
BuildRequires: python2-futures
%endif
%ifpython2
Requires: python-enum34
Requires: python-futures >= 3.2.0
%endif
Requires: python-grpcio >= 1.8.2
Suggests: python-grpcio-gcp >= 0.2.2
BuildArch: noarch
%python_subpackages
%description
@ -75,7 +74,7 @@ Core Library for Google Client Libraries
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec -m pytest
%pytest
%files %{python_files}
%license LICENSE