python-eventlet 0.35.2-0ubuntu1 source package in Ubuntu

Changelog

python-eventlet (0.35.2-0ubuntu1) noble; urgency=high

  * SECURITY UPDATE: New upstream point release, resolving
    security issue with dnspython >= 2.6.1:
    - CVE-2023-29483: Address DoS via the Tudoor mechanism.

 -- James Page <email address hidden>  Tue, 16 Apr 2024 08:13:11 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.35.2.orig.tar.gz 536.0 KiB 8d1263e20b7f816a046ac60e1d272f9e5bc503f7a34d9adc789f8a85b14fa57d
python-eventlet_0.35.2-0ubuntu1.debian.tar.xz 19.6 KiB 83420130ea33124fb86dc331bab42c3afd0d53e923ccf2f344607db1ab3d20c0
python-eventlet_0.35.2-0ubuntu1.dsc 2.5 KiB d368e67e87e6721bc8230ecc141aad61db677eb4586a9a1eb0bc912631189190

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.