python-pykmip 0.10.0-7 source package in Ubuntu

Changelog

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

  * Fix compat with python3-cryptography >= 42.0.5 (Closes: #1067798):
    - fix-path-of-load_der_public_key.patch
    - cryptography_39-support.patch

 -- Thomas Goirand <email address hidden>  Thu, 28 Mar 2024 10:32:13 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pykmip_0.10.0-7.dsc 2.3 KiB 3441f8b6143bb4f0ef48193a0934de7ba647d239e4ed741e3d25a73732a2bcca
python-pykmip_0.10.0.orig.tar.xz 360.9 KiB a3cca9ca45415cae1eef524b151591871308327e55363831b6f92bd5d16f8e51
python-pykmip_0.10.0-7.debian.tar.xz 8.3 KiB 000f60d532f761f019188034026c36010fb615eaa29dfe800d34315ee69dd273

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.