python-eventlet 0.20.0-4 source package in Ubuntu

Changelog

python-eventlet (0.20.0-4) unstable; urgency=medium

  * Avoid dependency on enum-compat (Closes: #881989)
  * Bump required version of python-setuptools to 20.6.8

 -- Ondřej Nový <email address hidden>  Fri, 01 Dec 2017 13:08:04 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.20.0-4.dsc 2.5 KiB b88f5850ad3617a9bab28529bc12705ebff72c8f23b091dec5a462cb2b400355
python-eventlet_0.20.0.orig.tar.xz 363.8 KiB 2de215f3f22b2a5fe52f2ad8da45aa9765fdd55d4d76dc53579b10f39bc98c95
python-eventlet_0.20.0-4.debian.tar.xz 13.5 KiB a51028995bf181a8d24f3a7e3df2bd2e2ddd637d3c985a7360c5b964a1f30236

No changes file available.

Binary packages built by this source

python-eventlet: No summary available for python-eventlet in ubuntu cosmic.

No description available for python-eventlet in ubuntu cosmic.

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: No summary available for python3-eventlet in ubuntu cosmic.

No description available for python3-eventlet in ubuntu cosmic.