python-google-cloud-kms/python-google-cloud-kms.spec
Robert Schweikert bad6936217 Accepting request 1056376 from home:glaubitz:branches:devel:languages:python
- Update to 2.13.0
  * Add SHA-2 import methods (6311278)
  * Add support for `google.cloud.kms.__version__` (6311278)
  * Add support for additional HMAC algorithms (6311278)
  * Add typing to proto.Message based class attributes (6311278)
  * Add dict typing for client_options (6311278)
  * **deps:** Require google-api-core >=1.34.0, >=2.11.0  (dbe2f96)
  * Drop usage of pkg_resources (dbe2f96)
  * Fix timeout default values (dbe2f96)
  * **samples:** Snippetgen handling of repeated enum field (6311278)
  * **samples:** Snippetgen should call await on the operation
    coroutine before calling result (dbe2f96)
- Drop installation of fixup_kms_v1_keywords.py, removed upstream
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1056376
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-kms?expand=0&rev=20
2023-01-06 12:22:27 +00:00

73 lines
2.2 KiB
RPMSpec

#
# spec file for package python-google-cloud-kms
#
# Copyright (c) 2023 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-%{**}}
%bcond_without python2
Name: python-google-cloud-kms
Version: 2.13.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 google-api-core >= 1.34.0}
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4}
BuildRequires: %{python_module proto-plus >= 1.22.0}
BuildRequires: %{python_module protobuf >= 3.19}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-google-api-core >= 1.34.0
Requires: python-grpc-google-iam-v1 >= 0.12.4
Requires(post): update-alternatives
Requires(preun):update-alternatives
BuildArch: noarch
%if %{with python2}
BuildRequires: python-enum34
%endif
%ifpython2
Requires: python-enum34
%endif
%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 tests/unit
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%changelog