fetch updates from devel package devel:languages:python/python-google-cloud-kms
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-kms?expand=0&rev=2
This commit is contained in:
parent
d49e51eb9d
commit
20e0bafe95
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:17a5034592e85ef0031d25bbe5894bdb2d719460855980bfeb68aa4e8ffc12bd
|
|
||||||
size 168736
|
|
3
google-cloud-kms-2.20.0.tar.gz
Normal file
3
google-cloud-kms-2.20.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:86f5082ad28d63decf87a70795e90770d1f871e04b9174f148d053fa3cccbbed
|
||||||
|
size 171249
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 16 19:54:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.20.0:
|
||||||
|
* Require proto-plus >= 1.22.3
|
||||||
|
* Use retry_async instead of retry in async client
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 7 21:55:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu Dec 7 21:55:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
%bcond_without python2
|
|
||||||
Name: python-google-cloud-kms
|
Name: python-google-cloud-kms
|
||||||
Version: 2.19.2
|
Version: 2.20.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cloud Key Management Service (KMS) API API client library
|
Summary: Cloud Key Management Service (KMS) API API client library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -28,24 +27,20 @@ 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
|
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 google-api-core >= 1.34.0}
|
||||||
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4}
|
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4}
|
||||||
BuildRequires: %{python_module proto-plus >= 1.22.0}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module proto-plus >= 1.22.3}
|
||||||
BuildRequires: %{python_module protobuf >= 3.19}
|
BuildRequires: %{python_module protobuf >= 3.19}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-google-api-core >= 1.34.0
|
Requires: python-google-api-core >= 1.34.0
|
||||||
Requires: python-grpc-google-iam-v1 >= 0.12.4
|
Requires: python-grpc-google-iam-v1 >= 0.12.4
|
||||||
|
Requires: python-proto-plus >= 1.22.3
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with python2}
|
|
||||||
BuildRequires: python-enum34
|
|
||||||
%endif
|
|
||||||
%ifpython2
|
|
||||||
Requires: python-enum34
|
|
||||||
%endif
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -55,10 +50,10 @@ Cloud Key Management Service (KMS) API API client library
|
|||||||
%setup -q -n google-cloud-kms-%{version}
|
%setup -q -n google-cloud-kms-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -67,6 +62,8 @@ Cloud Key Management Service (KMS) API API client library
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/google/cloud/kms
|
||||||
|
%{python_sitelib}/google/cloud/kms_v1
|
||||||
|
%{python_sitelib}/google_cloud_kms-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user