python-eventlet 0.20.0-3ubuntu1 source package in Ubuntu

Changelog

python-eventlet (0.20.0-3ubuntu1) bionic; urgency=medium

  [ James Page ]
  * d/p/enum34-compat.patch,d/control: Use enum34 instead of
    unpackaged enum-compat.

  [ Gianfranco Costamagna ]
  * Resetting proxy settings in tests is bad, and
    makes ubuntu infra cry

 -- Corey Bryant <email address hidden>  Mon, 27 Nov 2017 09:04:37 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.20.0.orig.tar.xz 363.8 KiB 2de215f3f22b2a5fe52f2ad8da45aa9765fdd55d4d76dc53579b10f39bc98c95
python-eventlet_0.20.0-3ubuntu1.debian.tar.xz 13.6 KiB 8930a40e639446bb80fd1010be5468939a3ed5cf0f9030f64422405cce8cc3a1
python-eventlet_0.20.0-3ubuntu1.dsc 2.6 KiB 5e1fbaf6318df6f00b8c2a247770894d6b8e34b7b727b61b0ff32055f08969bf

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.