python-cryptography 38.0.4-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * Patch: Remove the runtime dependency on cffi from .dist-info.
    (Closes: #1026537)

 -- Stefano Rivera <email address hidden>  Sun, 08 Jan 2023 16:31:04 -0400

Upload details

Uploaded by:
Tristan Seligmann
Uploaded to:
Sid
Original maintainer:
Tristan Seligmann
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main misc

Downloads

File Size SHA-256 Checksum
python-cryptography_38.0.4-2.dsc 2.9 KiB 36935550b36bb1855d5f686277ec6362366fc43b33f603e34245ef76cafa336f
python-cryptography_38.0.4.orig.tar.gz 585.7 KiB 175c1a818b87c9ac80bb7377f5520b7f31b3ef2a0004e2420319beadedb67290
python-cryptography_38.0.4.orig.tar.gz.asc 488 bytes 09ddc5bab3140faba2fe03980b6d167d2ff1980ed55d0fa8399caa7a42d765ff
python-cryptography_38.0.4-2.debian.tar.xz 21.1 KiB 68f9d917ff2f1d33432b30056f886f3662ec742512f333e002ff383232b0e80f

Available diffs

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