pyopenssl 24.0.0-2 source package in Ubuntu

Changelog

pyopenssl (24.0.0-2) unstable; urgency=medium

  [ Alexandre Detiste ]
  * remove obsolete python3-six build-dependency

  [ Sandro Tosi ]
  * orphan

 -- Sandro Tosi <email address hidden>  Thu, 29 Feb 2024 01:15:59 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyopenssl_24.0.0-2.dsc 2.1 KiB f54975cf91a6978a222d9ceb5765eeb88b26b4347c1a23474a828989c781cb4e
pyopenssl_24.0.0.orig.tar.xz 142.9 KiB 9bf74c1dbcd1d36c7840bcca55e5deb0a7c723292a92b7a039648b221252309d
pyopenssl_24.0.0-2.debian.tar.xz 9.1 KiB b2982f789963ab6c9300ecead0ea1c4b8760429cb2ff98d078515addaf3b43cd

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.