python-eventlet 0.13.0-1ubuntu2.3 source package in Ubuntu

Changelog

python-eventlet (0.13.0-1ubuntu2.3) trusty-proposed; urgency=medium

  * SRU: LP: #1423675, LP: #1371291 (taken from 0.13.0-1ubuntu3.2).
  * Fix build failure with python2.7 and PEP 466.

 -- Matthias Klose <email address hidden>  Sat, 12 Dec 2015 13:54:08 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-eventlet_0.13.0.orig.tar.gz 270.1 KiB d98118f01c064a6d256a264d4b939b2c6ad0814875c3b37859306c6ed1b4982c
python-eventlet_0.13.0-1ubuntu2.3.debian.tar.gz 9.7 KiB 1043857feeef0a87fd0f5d93879989e164210d631d9bce04ceedfac5f914266b
python-eventlet_0.13.0-1ubuntu2.3.dsc 2.2 KiB f104c34312f063353d347a77414c9836f2055ca3958585becb82df0bcda0c812

View changes file

Binary packages built by this source

python-eventlet: concurrent networking library for Python

 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.