python-eventlet 0.34.3-0ubuntu1 source package in Ubuntu

Changelog

python-eventlet (0.34.3-0ubuntu1) noble; urgency=medium

  * New upstream release, providing official support for Python 3.12.
  * Drop patches included in upstream release:
    - d/p/py312*.patch.
    - d/p/Fix_greendns_for_dnspython_2.3.0+.patch.
    - d/p/greenio_GreenPipe_fdopen_with_a_in_mode_raisewd_io.UnsupportedOperation.patch.
    - d/p/py310_fix-collections.abc.patch
  * Drop patches for testing against older Pythons;
    - d/p/0009-Removed-test_urllib-that-is-failing-in-py36.patch.
  * d/p/*: Refresh.
  * d/control: Add python3-pytest to BD's.
  * d/p/fix-doc-generation.patch: Use new version objects during
    documentation generation.

 -- James Page <email address hidden>  Wed, 17 Jan 2024 11:26:50 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.34.3.orig.tar.gz 525.9 KiB ed2d28a64414a001894b3baf5b650f2c9596b00d57f57d4d7a38f9d3d0c252e8
python-eventlet_0.34.3-0ubuntu1.debian.tar.xz 22.4 KiB 817265eabba5ab4d1120e220a6bd8b6f798c575b0df5dd99fb33984448e92164
python-eventlet_0.34.3-0ubuntu1.dsc 2.5 KiB fda912235c5530dcbcc7e651ba12e626a20b69c08ecb027d2f73f5c5a9066377

Available diffs

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.