Accepting request 1006933 from devel:languages:python
- 2.12.1 (2022-08-11) Bug Fixes deps: allow protobuf < 5.0.0 (#322) (229e0f5) deps: require proto-plus >= 1.22.0 (229e0f5) - 2.12.0 (2022-07-14) Features add audience parameter (06a4096) Bug Fixes deps: require google-api-core>=1.32.0,>=2.8.0 (#315) (82ab556) require python 3.7+ (#313) (28d244f) OBS-URL: https://build.opensuse.org/request/show/1006933 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-kms?expand=0&rev=7
This commit is contained in:
commit
6534a369ea
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5fde710ff2f5f1d5cf63109bbf120f8da3a894c483afbbe9c909f36f9a0c1444
|
|
||||||
size 117635
|
|
3
google-cloud-kms-2.12.1.tar.gz
Normal file
3
google-cloud-kms-2.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:035b0876435d2b82fa81bdd5040a6e289ef527937626ae3791c0fc0e91d4f7d1
|
||||||
|
size 119158
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 28 21:36:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- 2.12.1 (2022-08-11)
|
||||||
|
Bug Fixes
|
||||||
|
deps: allow protobuf < 5.0.0 (#322) (229e0f5)
|
||||||
|
deps: require proto-plus >= 1.22.0 (229e0f5)
|
||||||
|
- 2.12.0 (2022-07-14)
|
||||||
|
Features
|
||||||
|
add audience parameter (06a4096)
|
||||||
|
Bug Fixes
|
||||||
|
deps: require google-api-core>=1.32.0,>=2.8.0 (#315) (82ab556)
|
||||||
|
require python 3.7+ (#313) (28d244f)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 9 05:22:57 UTC 2022 - pgajdos@suse.com
|
Thu Jun 9 05:22:57 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -19,23 +19,23 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-google-cloud-kms
|
Name: python-google-cloud-kms
|
||||||
Version: 2.11.2
|
Version: 2.12.1
|
||||||
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
|
||||||
Group: Development/Languages/Python
|
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-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.14.0}
|
BuildRequires: %{python_module google-api-core >= 1.32.0}
|
||||||
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.3}
|
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.3}
|
||||||
BuildRequires: %{python_module proto-plus}
|
BuildRequires: %{python_module proto-plus >= 1.22.0}
|
||||||
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 setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-google-api-core >= 1.14.0
|
Requires: python-google-api-core >= 1.32.0
|
||||||
Requires: python-grpc-google-iam-v1 >= 0.12.3
|
Requires: python-grpc-google-iam-v1 >= 0.12.3
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(preun):update-alternatives
|
Requires(preun):update-alternatives
|
||||||
|
Loading…
x
Reference in New Issue
Block a user