python-eventlet 0.18.4-1ubuntu2 source package in Ubuntu

Changelog

python-eventlet (0.18.4-1ubuntu2) xenial; urgency=medium

  * d/p/set-defaults-to-be-tlsv1-not-sslv23.patch: Dropped.
    This patches was setting TLSv1 protocol as only allowed and don't
    allowed TLS 1.1 + 1.2. Eventlet wrapper should not change SSL settings,
    users should use ssl.create_default_context for better/safe defaults
    (LP: #1904988).

 -- Zhang Hua <email address hidden>  Fri, 20 Nov 2020 13:29:19 +0800

Upload details

Uploaded by:
Hua Zhang
Sponsored by:
Corey Bryant
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates main python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.18.4.orig.tar.xz 233.8 KiB 7a95a01189dc9b9708aa8308785860d2e59e9c207f7f7b5cd5ef888411d28704
python-eventlet_0.18.4-1ubuntu2.debian.tar.xz 8.6 KiB d972922e0fcd2431b0bb964283af2d79f575949b97648d4b27e40ef3c4ccbfd4
python-eventlet_0.18.4-1ubuntu2.dsc 2.6 KiB 6a06eb57cf09287d241894a9b90c40a799d354390d7d6940a504d1af446ebd41

Available diffs

View changes file

Binary packages built by this source

python-eventlet: concurrent networking library - Python 2.x

 Eventlet allows you to change how you run your code, not how you write it.
 .
 It uses epoll or libevent for highly scalable non-blocking I/O.
 Coroutines ensure that the developer uses a blocking style of programming
 that is similar to threading, but provide the benefits of non-blocking I/O.
 The event dispatch is implicit, which means you can easily use Eventlet from
 the Python interpreter, or as a small part of a larger application.
 .
 It's easy to get started using Eventlet, and easy to convert existing
 applications to use it. Start off by looking at examples, common design
 patterns, and the list of the basic API primitives.
 .
 This package provides the Python 2.x module.

python-eventlet-doc: concurrent networking library - doc

 Eventlet allows you to change how you run your code, not how you write it.
 .
 It uses epoll or libevent for highly scalable non-blocking I/O.
 Coroutines ensure that the developer uses a blocking style of programming
 that is similar to threading, but provide the benefits of non-blocking I/O.
 The event dispatch is implicit, which means you can easily use Eventlet from
 the Python interpreter, or as a small part of a larger application.
 .
 It's easy to get started using Eventlet, and easy to convert existing
 applications to use it. Start off by looking at examples, common design
 patterns, and the list of the basic API primitives.
 .
 This package provides the documentation.

python3-eventlet: concurrent networking library - Python 3.x

 Eventlet allows you to change how you run your code, not how you write it.
 .
 It uses epoll or libevent for highly scalable non-blocking I/O.
 Coroutines ensure that the developer uses a blocking style of programming
 that is similar to threading, but provide the benefits of non-blocking I/O.
 The event dispatch is implicit, which means you can easily use Eventlet from
 the Python interpreter, or as a small part of a larger application.
 .
 It's easy to get started using Eventlet, and easy to convert existing
 applications to use it. Start off by looking at examples, common design
 patterns, and the list of the basic API primitives.
 .
 This package provides the Python 3.x module.