python-cryptography 3.4.8-1 source package in Ubuntu
Changelog
python-cryptography (3.4.8-1) unstable; urgency=medium [ Simon Chopin ] * New upstream release. - Closes: #995431 * d/p/no_rust.patch, d/control: Disable the Rust part of the build since it's not yet mandatory * d/control, d/tests/control: new build-dependency on python-pytest-subtests for the testsuite * d/p/openssl3/*: Cherry-pick a patchset for OpenSSL3 compatibility. - LP: #1946189 [ Tristan Seligmann ] * Update standards version to 4.6.0, no changes needed. * Fix Python dir glob for 3.10. -- Tristan Seligmann <email address hidden> Wed, 01 Dec 2021 17:54:50 +0200
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-cryptography_3.4.8-1.dsc | 2.7 KiB | cae5989dc16d5215f431e697f81234cf4edf18e567e63f970c0c07a2928dec7d |
python-cryptography_3.4.8.orig.tar.gz | 534.1 KiB | 94cc5ed4ceaefcbe5bf38c8fba6a21fc1d365bb8fb826ea1688e3370b2e24a1c |
python-cryptography_3.4.8-1.debian.tar.xz | 22.3 KiB | 67a843c2568048bff56f68a5930be77312708cdbc4b2757a4d28f5d1fa86919d |
Available diffs
- diff from 3.3.2-1build1 (in Ubuntu) to 3.4.8-1 (134.0 KiB)
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