python-pykmip 0.10.0-6 source package in Ubuntu

Changelog

python-pykmip (0.10.0-6) unstable; urgency=medium

  * Add py3.12-ssl_wrap_socket.patch (Closes: #1058411).

 -- Thomas Goirand <email address hidden>  Tue, 19 Dec 2023 17:31:27 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pykmip_0.10.0-6.dsc 2.3 KiB 70aef369078c8d7641b6717afa46aa683ea3627726cf35853f984cd2fb09e060
python-pykmip_0.10.0.orig.tar.xz 360.9 KiB a3cca9ca45415cae1eef524b151591871308327e55363831b6f92bd5d16f8e51
python-pykmip_0.10.0-6.debian.tar.xz 7.6 KiB 8aab6f271316d5dbaf395ee45b6b037eea1385f2c40bc03b9726636e39354d9d

Available diffs

No changes file available.

Binary packages built by this source

python3-pykmip: KMIP v1.1 library - Python 3.x

 PyKMIP is a Python implementation of the Key Management Interoperability
 Protocol (KMIP) specification, supporting version 1.1 of the KMIP standard.
 The KMIP standard is governed by the Organization for the Advancement of
 Structured Information Standards (OASIS) and specifies a client/server-based
 protocol to perform key, certificate, and secret object management, including
 storage and maintenance operations.
 .
 The PyKMIP library currently provides a KMIP client and server supporting the
 following operations for the KMIP SymmetricKey managed object:
  * Create
  * Register
  * Get
  * Destroy
 .
 This package contains the Python 3.x module.