python-eventlet 0.19.0-7 source package in Ubuntu

Changelog

python-eventlet (0.19.0-7) unstable; urgency=medium

  * Maintainer: DPMT team
  * Vcs-* move to DPMT
  * d/copyright
    - Use https in format URL
    - Added myself for Debian part
  * Standards-Version is 4.0.0.4 now
  * Use pybuild
  * Remove B-D on openstack-pkg-tools, not needed anymore

 -- Ondřej Nový <email address hidden>  Fri, 04 Aug 2017 22:58:55 +0200

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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.19.0-7.dsc 2.6 KiB d72c379b353cdf8c89cdd6178fbcea63c18256b47bbdf1d269a5666461f6affc
python-eventlet_0.19.0.orig.tar.xz 235.5 KiB fe4ef97cc2a49f433a3d06908a51d4048c1383f705f06f86f6d53e8a4f770d35
python-eventlet_0.19.0-7.debian.tar.xz 12.3 KiB 4e268598b0eda34d4b9106ab92a3e9d76ebad5b66fbe93a6a755361f656cd0c1

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for python-eventlet in ubuntu artful.

python-eventlet-doc: No summary available for python-eventlet-doc in ubuntu artful.

No description available for python-eventlet-doc in ubuntu artful.

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.