python-crypto 2.6.1-13ubuntu1 source package in Ubuntu

Changelog

python-crypto (2.6.1-13ubuntu1) focal; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Remove the install files, instead export PYBUILD_NAME=crypto.
  * Dropped changes, included in Debian:
    - Call python2 in the python2 autopkg test.

python-crypto (2.6.1-13) unstable; urgency=medium

  [ Sebastian Ramacher ]
  * debian/python3-crypto{,dbg}.install: Avoid brace expansion

  [ Jochen Sprickerhof ]
  * debian/patches: Fix use if "is" with literals (Closes: #944843)

python-crypto (2.6.1-12) unstable; urgency=medium

  * debian/python3-crypto{,-dbg}.install: Fix installation of Python 3.8
    extensions (Closes: #942718)
  * debian/tests: Fix Python 2 test and remove python-all and python-all-dbg
    tests.

 -- Steve Langasek <email address hidden>  Mon, 17 Feb 2020 23:15:52 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-crypto_2.6.1.orig.tar.gz 435.8 KiB f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
python-crypto_2.6.1-13ubuntu1.debian.tar.xz 24.0 KiB 868b1ff850bcebc93a58c10371f849ee2efa8f8a1ae02d06f27b04b58c931cf1
python-crypto_2.6.1-13ubuntu1.dsc 2.3 KiB 37a90d8d5330af735f6bb147414382403f3e02bcd0289a784628dae7621e7e61

View changes file

Binary packages built by this source

python-crypto: cryptographic algorithms and protocols for Python

 A collection of cryptographic algorithms and protocols, implemented
 for use from Python. Among the contents of the package:
 .
  * Hash functions: HMAC, MD2, MD4, MD5, RIPEMD160, SHA, SHA256.
  * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
  * Stream encryption algorithms: ARC4, simple XOR.
  * Public-key algorithms: RSA, DSA, ElGamal.
  * Protocols: All-or-nothing transforms, chaffing/winnowing.
  * Miscellaneous: RFC1751 module for converting 128-bit keys
    into a set of English words, primality testing, random number generation.

python-crypto-dbg: cryptographic algorithms and protocols for Python (debug extension)

 A collection of cryptographic algorithms and protocols, implemented
 for use from Python.
 .
 This package contains the extensions built for the Python debug interpreter.

python-crypto-dbgsym: debug symbols for python-crypto
python3-crypto: cryptographic algorithms and protocols for Python 3

 A collection of cryptographic algorithms and protocols, implemented
 for use from Python 3. Among the contents of the package:
 .
  * Hash functions: HMAC, MD2, MD4, MD5, RIPEMD160, SHA, SHA256.
  * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
  * Stream encryption algorithms: ARC4, simple XOR.
  * Public-key algorithms: RSA, DSA, ElGamal.
  * Protocols: All-or-nothing transforms, chaffing/winnowing.
  * Miscellaneous: RFC1751 module for converting 128-bit keys
    into a set of English words, primality testing, random number generation.

python3-crypto-dbg: cryptographic algorithms and protocols for Python 3 (debug extension)

 A collection of cryptographic algorithms and protocols, implemented
 for use from Python 3.
 .
 This package contains the extensions built for the Python 3 debug interpreter.

python3-crypto-dbgsym: debug symbols for python3-crypto