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 | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | python |
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 |
Available diffs
- diff from 0.17.4-2ubuntu1 to 0.18.4-1ubuntu1 (39.6 KiB)
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 yakkety.
No description available for python-eventlet-doc in ubuntu yakkety.
- 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.