pyopenssl 24.0.0-4 source package in Ubuntu

Changelog

pyopenssl (24.0.0-4) unstable; urgency=medium

  * Stop ignoring test failures.
  * Fix running tests on 32-bit time_t platforms.
  * Clean up debian/rules (Closes: #1047548).

 -- Andrey Rakhmatullin <email address hidden>  Mon, 18 Mar 2024 22:27:15 +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-4.dsc 2.4 KiB 9ebd8c48f3f6bf37891c6ef4ca10fdb227da8823a841bba2437429e6f402edf1
pyopenssl_24.0.0.orig.tar.xz 142.9 KiB 9bf74c1dbcd1d36c7840bcca55e5deb0a7c723292a92b7a039648b221252309d
pyopenssl_24.0.0-4.debian.tar.xz 9.2 KiB e3bb7120a264d79ecb2d9f541bb9fbb6c29e346eabecd9899d2aa14d5f84ffc4

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.