python-eventlet 0.13.0-1ubuntu1 source package in Ubuntu

Changelog

python-eventlet (0.13.0-1ubuntu1) trusty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/patches/skip-failing-tests: Skipped tests failing on buildds.

python-eventlet (0.13.0-1) unstable; urgency=low

  [ Stefano Rivera ]
  * Re-add entry for 0.9.16-3 to the changelog, it was accidentally dropped.
  * Re-apply Uploaders changes from 0.9.16-3 that were lost.

  [ Thomas Goirand ]
  * New upstream release.
  * Patches doc to avoid FTBFS.
  * Allow the unit test to fail, because we have a "test is too long" error.
 -- Chuck Short <email address hidden>   Mon, 28 Oct 2013 10:34:13 -0400

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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-1ubuntu1.debian.tar.gz 7.3 KiB 342136b6023df6d64a48afd8b93654ff0af94ad8b78ff87d11da5f2c100104d8
python-eventlet_0.13.0-1ubuntu1.dsc 1.6 KiB 85f59e77bd9d0c2c90749fb15671ac1a2e09a0c3e4515b14336f0d0b9b704b42

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.