- Update to 1.3.0 * add ProtectionLevel.External enum; standardize use of 'optional' and 'required' in docstrings (via synth) OBS-URL: https://build.opensuse.org/request/show/792422 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-kms?expand=0&rev=8
68 lines
2.0 KiB
RPMSpec
68 lines
2.0 KiB
RPMSpec
#
|
|
# spec file for package python-google-cloud-kms
|
|
#
|
|
# Copyright (c) 2020 SUSE LLC
|
|
#
|
|
# 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-cloud-kms
|
|
Version: 1.3.0
|
|
Release: 0
|
|
Summary: Cloud Key Management Service (KMS) API API client 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-cloud-kms/google-cloud-kms-%{version}.tar.gz
|
|
BuildRequires: %{python_module mock}
|
|
BuildRequires: %{python_module pytest}
|
|
BuildRequires: %{python_module setuptools}
|
|
BuildRequires: fdupes
|
|
BuildRequires: python-enum34
|
|
BuildRequires: python-rpm-macros
|
|
Requires: python-google-api-core >= 1.14.0
|
|
Requires: python-grpc-google-iam-v1 >= 0.12.3
|
|
BuildArch: noarch
|
|
%ifpython2
|
|
Requires: python-enum34
|
|
%endif
|
|
# SECTION test requirements
|
|
BuildRequires: %{python_module google-api-core >= 1.14.0}
|
|
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.3}
|
|
# /SECTION
|
|
%python_subpackages
|
|
|
|
%description
|
|
Cloud Key Management Service (KMS) API API client library
|
|
|
|
%prep
|
|
%setup -q -n google-cloud-kms-%{version}
|
|
|
|
%build
|
|
%python_build
|
|
|
|
%install
|
|
%python_install
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
%check
|
|
%pytest
|
|
|
|
%files %{python_files}
|
|
%doc README.rst
|
|
%license LICENSE
|
|
%{python_sitelib}/*
|
|
|
|
%changelog
|