python-aioopenssl 0.6.0-1 source package in Ubuntu

Changelog

python-aioopenssl (0.6.0-1) unstable; urgency=medium

  * New Upstream release
    - Support for Python 3.9
    - Drop support for Python < 3.5

 -- Jonas Schäfer <email address hidden>  Sat, 16 Jan 2021 14:23:51 +0100

Upload details

Uploaded by:
Jonas Wielicki
Uploaded to:
Sid
Original maintainer:
Jonas Wielicki
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aioopenssl_0.6.0-1.dsc 2.0 KiB e770ce1b7f3be46c677c8d69c3b598e0026002e9f7cb9d511464902888bb8ec0
python-aioopenssl_0.6.0.orig.tar.gz 25.4 KiB 3912fe490aad78aafc06cac5d095853c328e95da341afa54d474465a28b93f35
python-aioopenssl_0.6.0-1.debian.tar.xz 2.1 KiB 67baa639700066481b625f99965dcbe6538fa2d7b474926cf02f48ad73aa141b

Available diffs

No changes file available.

Binary packages built by this source

python3-aioopenssl: Asyncio TLS Transport using PyOpenSSL

 Compared to the built-in ssl functionalities of asyncio, this
 module provides support for STARTTLS and the possibility to
 invoke a coroutine after the handshake but before the data
 transfer is resumed, e.g. to ask for certificate validation.