python-eventlet 0.20.0-1 source package in Ubuntu

Changelog

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

  * Revert changes from Ondřej Nový, keep the package in OpenStack, as it's
    used only there in the whole of Debian.
  * Ran wrap-and-sort -bast.
  * Updated maintainer field.
  * Updated VCS fields.
  * New upstream release.
  * Removed versions of (build-)depends after stretch release.
  * Removed breaks+replaces after stretch release.
  * Standards-Version is now 4.1.1.
  * Refreshed and removed patches.
  * Add remove-test_urllib-failing-in-py36.patch.

 -- Thomas Goirand <email address hidden>  Sun, 29 Oct 2017 20:10:01 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
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-1.dsc 2.5 KiB faa1687e0d6ada3869d2589eae7919fc43c520ff5e2442fc802abc9a7a29fbc1
python-eventlet_0.20.0.orig.tar.xz 363.8 KiB 2de215f3f22b2a5fe52f2ad8da45aa9765fdd55d4d76dc53579b10f39bc98c95
python-eventlet_0.20.0-1.debian.tar.xz 12.3 KiB d4b88e0857fb74a70e10b90e43471c466509395038e9d6cbcda64a5b974389fb

No changes file available.

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.