1
0
python-google-api-core/python-google-api-core.spec
Thomas Bechtold e4e0099bea - update to version 1.4.0
* Add support for gRPC connection management (available when using
    optional grpc_gcp dependency) (#5553) (#5904)
  * Update classifiers to drop Python 3.4 and add Python 3.7 (#5702)
  * Add protobuf_helpers.field_mask to calculate a field mask from
    two messages (#5320)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=5
2018-09-12 08:13:14 +00:00

82 lines
2.5 KiB
RPMSpec

#
# spec file for package python-google-api-core
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-api-core
Version: 1.4.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
Source: https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module google-auth}
BuildRequires: %{python_module googleapis-common-protos}
BuildRequires: %{python_module grpcio}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module protobuf}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%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-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
%ifpython2
Requires: python-enum34
Requires: python-futures >= 3.2.0
%endif
Requires: python-grpcio >= 1.8.2
BuildArch: noarch
%python_subpackages
%description
Core Library for Google Client Libraries
%prep
%setup -q -n google-api-core-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
#%%check
#%%python_expand PYTHONPATH=. py.test-%{$python_version} tests/unit
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%changelog