Compare commits
4 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 68fc752778 | |||
| 6e15245d93 | |||
| 88a10dd0f9 | |||
| 559569b21b |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f41a97dc1ed294080cd8b65a385bc73de3253c6f8fb673dc9de5969598596ea5
|
|
||||||
size 326404
|
|
||||||
3
google_cloud_kms-3.9.0.tar.gz
Normal file
3
google_cloud_kms-3.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:96bf190d41ae4538ea0557d438a53318129054186922c0953b95b0da7330d241
|
||||||
|
size 337683
|
||||||
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 16 08:24:55 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.9.0
|
||||||
|
* Marking MODIFIED_CUSTOMER_INITIATED_ACCESS and
|
||||||
|
MODIFIED_GOOGLE_INITIATED_SYSTEM_OPERATION Key Access
|
||||||
|
Justification codes as deprecated in favor of
|
||||||
|
GOOGLE_RESPONSE_TO_PRODUCTION_ALERT
|
||||||
|
- from version 3.8.0
|
||||||
|
* auto-enable mTLS when supported certificates are detected
|
||||||
|
* check Python and dependency versions in generated GAPICs
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 17 12:20:31 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.7.0
|
||||||
|
* Add support for Python 3.14
|
||||||
|
* Deprecate credentials_file argument
|
||||||
|
- from version 3.6.0
|
||||||
|
* Add PublicKeyFormat enums XWING_RAW_BYTES (used for KEM_XWING)
|
||||||
|
and DER (186cef2)
|
||||||
|
* Support KEY_ENCAPSULATION purpose and quantum-safe algorithms
|
||||||
|
ML_KEM_768, ML_KEM_1024 and KEM_XWING (186cef2)
|
||||||
|
- from version 3.5.1
|
||||||
|
* [google-cloud-kms] A comment for enum value `DESTROYED` in enum
|
||||||
|
`CryptoKeyVersionState` is changed (#13913)
|
||||||
|
- from version 3.5.0
|
||||||
|
* Adding eTag field to AutokeyConfig (5d7b972)
|
||||||
|
* Updating docs for total_size field in KMS List APIs (5d7b972)
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 25 07:14:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Fri Apr 25 07:14:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-google-cloud-kms
|
# spec file for package python-google-cloud-kms
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-google-cloud-kms
|
Name: python-google-cloud-kms
|
||||||
Version: 3.4.1
|
Version: 3.9.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
|
||||||
@@ -27,6 +27,7 @@ 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.1}
|
BuildRequires: %{python_module google-api-core >= 1.34.1}
|
||||||
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4}
|
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4}
|
||||||
|
BuildRequires: %{python_module grpcio}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module proto-plus >= 1.22.3}
|
BuildRequires: %{python_module proto-plus >= 1.22.3}
|
||||||
BuildRequires: %{python_module protobuf >= 3.20.2}
|
BuildRequires: %{python_module protobuf >= 3.20.2}
|
||||||
@@ -35,6 +36,11 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
%if %python_version_nodots < 314
|
||||||
|
Requires: python-grpcio >= 1.33.2
|
||||||
|
%else
|
||||||
|
Requires: python-grpcio >= 1.75.1
|
||||||
|
%endif
|
||||||
Requires: python-google-api-core >= 1.34.1
|
Requires: python-google-api-core >= 1.34.1
|
||||||
Requires: python-google-auth
|
Requires: python-google-auth
|
||||||
Requires: python-grpc-google-iam-v1 >= 0.12.4
|
Requires: python-grpc-google-iam-v1 >= 0.12.4
|
||||||
|
|||||||
Reference in New Issue
Block a user