forked from pool/python-PyKMIP
- update to 0.10.0
* Add server debug logging for message encodings * Add server Locate filtering for all currently supported attributes * Add server Locate filtering using offset and maximum item constraints * Add server cryptography engine support for AES GCM mode * Add server support for the SplitKey object * Add client/server support for the ApplicationSpecificInformation attribute * Add client/server support for the ObjectGroup and Sensitive attributes * Add client/server support for the DeleteAttribute operation * Add client/server support for the SetAttribute operation * Add client/server support for the ModifyAttribute operation * Add a variety of unit and integration tests to cover all new functionality * Add new ProxyKmipClient demo scripts to show how to use the new operations * Add pending deprecation warnings for Python 2.7 and 3.4 due to their EOL * Update server Locate filtering to return results sorted by creation date * Update encoding support for SplitKey objects * Update the Travis CI configuration to better support default Python versions * Update library and testing dependencies to maintain Python 3.4 support * Update the library documentation to reflect new features and security details * Fix a bug with how key pair names are handled by the client for KMIP 2.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=5
This commit is contained in:
3
PyKMIP-0.10.0.tar.gz
Normal file
3
PyKMIP-0.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bb6ff310bba8b1130ffe675347f668f7234d022ba3d51edea5ea7e2ea9523897
|
||||||
|
size 542498
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:597d290f4a34add300d5734f6afc0868890ddd3d04d2b033eefc5526f2f92ead
|
|
||||||
size 490719
|
|
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 16 10:39:58 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.10.0
|
||||||
|
* Add server debug logging for message encodings
|
||||||
|
* Add server Locate filtering for all currently supported attributes
|
||||||
|
* Add server Locate filtering using offset and maximum item constraints
|
||||||
|
* Add server cryptography engine support for AES GCM mode
|
||||||
|
* Add server support for the SplitKey object
|
||||||
|
* Add client/server support for the ApplicationSpecificInformation attribute
|
||||||
|
* Add client/server support for the ObjectGroup and Sensitive attributes
|
||||||
|
* Add client/server support for the DeleteAttribute operation
|
||||||
|
* Add client/server support for the SetAttribute operation
|
||||||
|
* Add client/server support for the ModifyAttribute operation
|
||||||
|
* Add a variety of unit and integration tests to cover all new functionality
|
||||||
|
* Add new ProxyKmipClient demo scripts to show how to use the new operations
|
||||||
|
* Add pending deprecation warnings for Python 2.7 and 3.4 due to their EOL
|
||||||
|
* Update server Locate filtering to return results sorted by creation date
|
||||||
|
* Update encoding support for SplitKey objects
|
||||||
|
* Update the Travis CI configuration to better support default Python versions
|
||||||
|
* Update library and testing dependencies to maintain Python 3.4 support
|
||||||
|
* Update the library documentation to reflect new features and security details
|
||||||
|
* Fix a bug with how key pair names are handled by the client for KMIP 2.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 25 11:33:13 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
Thu Jul 25 11:33:13 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-PyKMIP
|
# spec file for package python-PyKMIP
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-PyKMIP
|
Name: python-PyKMIP
|
||||||
Version: 0.9.1
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KMIP v11 library
|
Summary: KMIP v11 library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Reference in New Issue
Block a user