python-cryptography 41.0.7-4build1 source package in Ubuntu

Changelog

python-cryptography (41.0.7-4build1) noble; urgency=medium

  * No-change rebuild against libssl3t64

 -- Steve Langasek <email address hidden>  Mon, 04 Mar 2024 21:06:46 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-cryptography_41.0.7.orig.tar.gz 616.1 KiB 13f93ce9bea8016c253b34afc6bd6a75993e5c40672ed5405a9c832f0d4a00bc
python-cryptography_41.0.7-4build1.debian.tar.xz 10.3 KiB 02dc002b4de11cedeffae6fc39eabb958b355a222c7ed169f1bcbe78d2c3beb4
python-cryptography_41.0.7-4build1.dsc 3.3 KiB d3cead3cda29619c69c7aad04eadb6e54c1be01dcfb36b189c733f263f4919fa

View changes file

Binary packages built by this source

python-cryptography-doc: Python library exposing cryptographic recipes and primitives (documentation)

 The cryptography library is designed to be a "one-stop-shop" for
 all your cryptographic needs in Python.
 .
 As an alternative to the libraries that came before it, cryptography
 tries to address some of the issues with those libraries:
  - Lack of PyPy and Python 3 support.
  - Lack of maintenance.
  - Use of poor implementations of algorithms (i.e. ones with known
    side-channel attacks).
  - Lack of high level, "Cryptography for humans", APIs.
  - Absence of algorithms such as AES-GCM.
  - Poor introspectability, and thus poor testability.
  - Extremely error prone APIs, and bad defaults.
 .
 This package contains the documentation for cryptography.

python3-cryptography: Python library exposing cryptographic recipes and primitives (Python 3)

 The cryptography library is designed to be a "one-stop-shop" for
 all your cryptographic needs in Python.
 .
 As an alternative to the libraries that came before it, cryptography
 tries to address some of the issues with those libraries:
  - Lack of PyPy and Python 3 support.
  - Lack of maintenance.
  - Use of poor implementations of algorithms (i.e. ones with known
    side-channel attacks).
  - Lack of high level, "Cryptography for humans", APIs.
  - Absence of algorithms such as AES-GCM.
  - Poor introspectability, and thus poor testability.
  - Extremely error prone APIs, and bad defaults.
 .
 This package contains the Python 3 version of cryptography.

python3-cryptography-dbgsym: debug symbols for python3-cryptography