pyopenssl 24.1.0-1 source package in Ubuntu

Changelog

pyopenssl (24.1.0-1) unstable; urgency=medium

  * New upstream version.
  * Remove python3-flaky from B-D, add python3-pytest-rerunfailures.

 -- Andrey Rakhmatullin <email address hidden>  Mon, 25 Mar 2024 23:25:50 +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
Oracular proposed main interpreters

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyopenssl_24.1.0-1.dsc 2.4 KiB b5bc3173b3238ff80fdeafc0fcf66a295054a57d896493bb2087c74d5a8425d5
pyopenssl_24.1.0.orig.tar.gz 170.4 KiB b407dd9289a1f50b8d8eb777174fdb866322ca1dc36da956785f5c1b5a7f7423
pyopenssl_24.1.0-1.debian.tar.xz 9.2 KiB 9c3aa1daa7889f8d2a74478f531ee673a8ac7006a5d058a82dc7e1136aba92cf

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.