pyopenssl 23.2.0-1 source package in Ubuntu

Changelog

pyopenssl (23.2.0-1) unstable; urgency=medium

  * Team upload.

  [ upstream ]
  * new release
    + closes: bug#1039706

  [ Jonas Smedegaard ]
  * unfuzz patches; add DEP-3 headers
  * tighten (build-)dependency on python3-cryptography

 -- Jonas Smedegaard <email address hidden>  Sun, 08 Oct 2023 22:27:26 +0200

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main interpreters
Noble release main interpreters

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyopenssl_23.2.0-1.dsc 2.2 KiB 4367dbad61d1192d3c83eda3e3e5fa1152ec1550db7d0a50b3cb2fbb6b1e0ecb
pyopenssl_23.2.0.orig.tar.xz 145.0 KiB 46e385d4276fa3ea1c614f0bcd4debdaa42415096b81d78d855fa140fe0bef3b
pyopenssl_23.2.0-1.debian.tar.xz 9.0 KiB ab91c85379910ca9f286e44a2edd3d6f6feed5c8726d85ea699f0f89347d1083

Available diffs

No changes file available.

Binary packages built by this source

python-openssl-doc: Python wrapper around the OpenSSL library (documentation package)

 High-level wrapper around a subset of the OpenSSL library, includes
 .
   * SSL.Connection objects, wrapping the methods of Python's portable
     sockets
   * Callbacks written in Python
   * Extensive error-handling mechanism, mirroring OpenSSL's error
     codes
 .
 A lot of the object methods do nothing more than calling a
 corresponding function in the OpenSSL library.
 .
 This package contains documentation for python-openssl.

python3-openssl: Python 3 wrapper around the OpenSSL library

 High-level wrapper around a subset of the OpenSSL library, includes
 .
   * SSL.Connection objects, wrapping the methods of Python's portable
     sockets
   * Callbacks written in Python
   * Extensive error-handling mechanism, mirroring OpenSSL's error
     codes
 .
 A lot of the object methods do nothing more than calling a
 corresponding function in the OpenSSL library.
 .
 This package contains the Python 3 version of pyopenssl.