- Update to 2.18.0 * Add interoperable symmetric encryption system (#396) * Add async context manager return types (#398) OBS-URL: https://build.opensuse.org/request/show/1099237 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-kms?expand=0&rev=28
121 lines
4.7 KiB
Plaintext
121 lines
4.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jul 18 10:08:17 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 2.18.0
|
|
* Add interoperable symmetric encryption system (#396)
|
|
* Add async context manager return types (#398)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 30 12:41:34 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 2.17.0
|
|
* Added VerifyConnectivity RPC (#388)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 30 10:37:19 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 2.16.1
|
|
* Publish the API comment changes related to supporting different hash
|
|
functions/values for ECDSA signing (#386)
|
|
- from version 2.16.0
|
|
* Add support for Coordinated External Keys (#382)
|
|
* Fix formatting of request arg in docstring (#385)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 1 14:18:56 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 2.15.0
|
|
* Enable "rest" transport in Python for services supporting numeric enums (#377)
|
|
- from version 2.14.1
|
|
* Add context manager return types (8137467)
|
|
* Add documentation for enums (8137467)
|
|
- from version 2.14.0
|
|
* Add support for python 3.11 (#368)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 6 11:24:19 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 17 10:23:24 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 2.12.3
|
|
* **deps:** Allow protobuf 3.19.5 (#350)
|
|
- from version 2.12.2
|
|
* **deps:** Require protobuf >= 3.20.2 (#347)
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- run just unit tests
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 8 12:43:21 UTC 2022 - pgajdos@suse.com
|
|
|
|
- version update to 2.11.2
|
|
* lot of changes, see
|
|
https://github.com/googleapis/python-kms/blob/main/CHANGELOG.md
|
|
- python-mock is not required for build
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 20 11:49:12 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix build without python2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 8 11:37:50 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 1.3.0
|
|
* add ProtectionLevel.External enum; standardize use of 'optional'
|
|
and 'required' in docstrings (via synth)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 12 11:37:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.2.1:
|
|
* Remove send/recv msg size limit (via synth). (#8959)
|
|
* Accomodate new location of 'IAMPolicyStub' (via synth). (#8679)
|
|
* Add 'options_' argument to client's 'get_iam_policy'; pin black version (via synth). (#8656)
|
|
* Add 'client_options' support, update list method docstrings (via synth). (#8514)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 2 14:53:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.1.0:
|
|
* Allow kwargs to be passed to create_channel (via synth). (#8395)
|
|
* Add empty lines (via synth). (#8062)
|
|
* Remove classifier for Python 3.4 for end-of-life. (#7535)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 18 09:36:48 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v1.0.0
|