python-eventlet 0.18.4-1ubuntu1 source package in Ubuntu

Changelog

python-eventlet (0.18.4-1ubuntu1) xenial; urgency=medium

  * Merge from Debian experimental, remaining changes:
    - debian/control: Drop python{3}-zmq from BD's as not in Ubuntu main.
  * d/control: Add netbase to BD's so lookups of service names don't
    fail.

python-eventlet (0.18.4-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * Removed greenio_send_was_running_empty_loop_on_ENOTCONN.patch
    (Applied upstream)
  * Rebased use-packaged-python-mock-rather-than-embedded.patch
  * Rebased set-defaults-to-be-tlsv1-not-sslv23.patch
  * Rebased remove-self.assert-in-tests.patcher_test.py.patch
  * Added python(3)-dnspython build dependency.
  * Fixed VCS URLs (https).
  * Standards-Version is 3.9.7 now (no change).
  * Fixed upstream changelog.
  * Added Debian tests.
  * Added myself as uploader.

  [ Corey Bryant ]
  * New upstream release.

 -- James Page <email address hidden>  Mon, 29 Feb 2016 22:16:46 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.18.4.orig.tar.xz 233.8 KiB 7a95a01189dc9b9708aa8308785860d2e59e9c207f7f7b5cd5ef888411d28704
python-eventlet_0.18.4-1ubuntu1.debian.tar.xz 8.7 KiB 8166c087caf644d219f166ad6d07630b9435fe2f38c7bf0131ff95f2624ecc3a
python-eventlet_0.18.4-1ubuntu1.dsc 2.6 KiB e73e54ad44cde337c120af75c0accfd37069a87406a6bac3408156f2c9d9b599

View changes file

Binary packages built by this source

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

No description available for python-eventlet in ubuntu yakkety.

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: No summary available for python3-eventlet in ubuntu yakkety.

No description available for python3-eventlet in ubuntu yakkety.