python-eventlet 0.33.1-4 source package in Ubuntu

Changelog

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

  * Remove greendns.py hack to gen the doc.
  * Blacklist flacky test: test_fork_after_monkey_patch (Closes: #1026478).

 -- Thomas Goirand <email address hidden>  Fri, 27 Jan 2023 09:47:07 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.33.1-4.dsc 2.3 KiB 74f80fe1aba641d1450ff1f62fe92321ac0965bdb9494d7c3bb134b3a9560210
python-eventlet_0.33.1.orig.tar.gz 405.6 KiB afbe17f06a58491e9aebd7a4a03e70b0b63fd4cf76d8307bae07f280479b1515
python-eventlet_0.33.1-4.debian.tar.xz 23.4 KiB 59ba658925149c539d0b8525a12f638c38fd897b36bfc4d566d73104e2a058ad

Available diffs

No changes file available.

Binary packages built by this source

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

 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.