python-eventlet 0.17.4-2ubuntu1 source package in Ubuntu

Changelog

python-eventlet (0.17.4-2ubuntu1) wily; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/control: Drop python{3}-zmq from BD's as not in Ubuntu main.
  * d/p/handle-ENOTCONN.patch: Dropped, included in 0.17.4-2.

python-eventlet (0.17.4-2) unstable; urgency=medium

  * Added greenio_send_was_running_empty_loop_on_ENOTCONN.patch.

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

  * New upstream release.
  * Switched to PKG OpenStack <email address hidden> team:
    - Updated Maintainer:.
    - Fixed VCS URLs (now using Git).
    - Added openstack-pkg-tools as build-depends.
    - Filled upstream VCS URL in debian/rules.
  * Updated debian/copyright.
  * Added dh-python as build-depends.
  * Ran wrap-and-sort -t -a.
  * Removed version for python-greenlet build-depends (the required version is
    even available in Wheezy, and Jessie is out...).
  * Removed privacy breach in example/websocket*.html
  * Removed duplicate doc-base registration.

python-eventlet (0.17.3-4) unstable; urgency=medium

  * Enforce default protocol to be TLSv1 and not SSLv23.

python-eventlet (0.17.3-3) unstable; urgency=medium

  * Enforce TLSv1 always, instead of the more permissive SSLv23.
  * Standards-Version bumped to 3.9.6.

 -- James Page <email address hidden>  Mon, 01 Jun 2015 10:14:40 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.17.4.orig.tar.xz 230.0 KiB 1d0660a40e6eca7d7a09ced198792878b8abdfacacf57bee423b2f68ca50ade3
python-eventlet_0.17.4-2ubuntu1.debian.tar.xz 8.8 KiB 01d0edc16283fc127d58f86865cf404e899d662d1fa3401f35fb9c9692fd1132
python-eventlet_0.17.4-2ubuntu1.dsc 2.5 KiB 23d3461b750818221ac14eea7c37cce9e54e94e12b9e425e60adcd42fed84642

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: No summary available for python-eventlet-doc in ubuntu wily.

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

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.