14
0
forked from pool/python-PyKMIP

Accepting request 718534 from home:mcalabkova:branches:devel:languages:python

- update to 0.9.1
  * Add various support for KMIP 2.0
  * Add support for Python 3.7
  * Add utilities to handle bit mask style enumerations
  * Update library logging defaults to log at INFO but still support DEBUG
  * Update the PyKMIP clients to support changing their KMIP version
  * Update the server TLS handshake handling to avoid thread hanging
  * Remove escape sequences to comply with Python 3.6 style deprecations
  * See upstream changelog for more

OBS-URL: https://build.opensuse.org/request/show/718534
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-07-25 11:59:00 +00:00
committed by Git OBS Bridge
parent c586b6dabe
commit e169de38f3
4 changed files with 21 additions and 9 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jul 25 11:33:13 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.9.1
* Add various support for KMIP 2.0
* Add support for Python 3.7
* Add utilities to handle bit mask style enumerations
* Update library logging defaults to log at INFO but still support DEBUG
* Update the PyKMIP clients to support changing their KMIP version
* Update the server TLS handshake handling to avoid thread hanging
* Remove escape sequences to comply with Python 3.6 style deprecations
* See upstream changelog for more
-------------------------------------------------------------------
Sun Jan 6 11:57:50 UTC 2019 - Dirk Mueller <dmueller@suse.com>