python-cryptography 42.0.5-2 source package in Ubuntu

Changelog

python-cryptography (42.0.5-2) unstable; urgency=medium

  * Patch: upstream fix for 32-bit archs tests

 -- Jérémy Lal <email address hidden>  Tue, 19 Mar 2024 23:15:50 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed main misc

Downloads

File Size SHA-256 Checksum
python-cryptography_42.0.5-2.dsc 3.1 KiB eafa854a0fe76d7f08633a0e06e2dc85d937ea6da224f6cd279e180e518ee7a0
python-cryptography_42.0.5.orig.tar.gz 652.8 KiB 5cc64602bce41e18de2e26c38557620e00167fb9cef1ccbfbb451f0e99fe66ca
python-cryptography_42.0.5-2.debian.tar.xz 10.7 KiB 95fcfbdb4982ce1ebc10bf4de1370e1903effa036dabb775665417418621fc36

No changes file available.

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