python-cryptography 38.0.4-4 source package in Ubuntu
Changelog
python-cryptography (38.0.4-4) unstable; urgency=medium * Team Upload. [ Peter Michael Green ] * Don't depend on librust-indoc-dev, it's not used directly, instead depend on the "default" feature of librust-pyo3-dev. * Apply adjusted upstream patch for py03 0.19 and bump dependencies accordingly (Closes: #1038746, #1042160) [ Nicolas Dandrimont ] * Fix tests when using recent tzdata (dropping the US timezone symlinks) -- Nicolas Dandrimont <email address hidden> Tue, 08 Aug 2023 17:16:11 +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 | |
---|---|---|---|---|
Mantic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-cryptography_38.0.4-4.dsc | 2.9 KiB | d09931179aaf0cb08adbaecf129293f76a60429605b3882eac1a46e397607b45 |
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-4.debian.tar.xz | 23.0 KiB | 3215883b114bea6686b895f3c42d7fe6955721ff2291b54966987ffa0345eec2 |
Available diffs
- diff from 38.0.4-3 to 38.0.4-4 (2.6 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