python-eventlet 0.20.0-2~build1 source package in Ubuntu

Changelog

python-eventlet (0.20.0-2~build1) bionic; urgency=medium

  [ Gianfranco Costamagna ]
  * Upload to bionic

  [ Thomas Goirand ]
  * Add fix-string-using-rb-in-python2.patch.
  * Add fix-yield-from-in-py2.patch.
  * Add fix-raise-foo-from-none-in-py2.7.patch.
  * Add fix-add-from-future-import-print_function.patch.
  * Add remove-star-in-argument-list.patch.

 -- Thomas Goirand <email address hidden>  Sat, 11 Nov 2017 17:37:07 +0000

Upload details

Uploaded by:
Thomas Goirand
Sponsored by:
Gianfranco Costamagna
Uploaded to:
Bionic
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.orig.tar.xz 363.8 KiB 2de215f3f22b2a5fe52f2ad8da45aa9765fdd55d4d76dc53579b10f39bc98c95
python-eventlet_0.20.0-2~build1.debian.tar.xz 13.5 KiB 77b10ece9748b2b1ed00deef1d0879c3e8cc761ee242cf05a6bd4a4e10447ecb
python-eventlet_0.20.0-2~build1.dsc 2.5 KiB d87596cc500ba20833836437b7c277bb2892f4880ef74a810e126750dacb634b

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.