python-eventlet 0.33.1-4ubuntu1 source package in Ubuntu

Changelog

python-eventlet (0.33.1-4ubuntu1) mantic; urgency=medium

  [ Thomas Goirand ]
  * Add neutralize-test_017_ssl_zeroreturnerror.patch (Closes: #1042226).

 -- Corey Bryant <email address hidden>  Fri, 22 Sep 2023 16:35:22 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.33.1.orig.tar.gz 405.6 KiB afbe17f06a58491e9aebd7a4a03e70b0b63fd4cf76d8307bae07f280479b1515
python-eventlet_0.33.1-4ubuntu1.debian.tar.xz 23.7 KiB 36889e14aaf76e1695b2816d2cd816aa22fd2056aa235d664907156119c2c2a5
python-eventlet_0.33.1-4ubuntu1.dsc 2.4 KiB 101f6a210bee7a91be56ab6e3a52d4b8181177e92ebbf730f91f4ea45c5f0ddc

View changes file

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.