python-eventlet 0.30.2-5ubuntu1 source package in Ubuntu

Changelog

python-eventlet (0.30.2-5ubuntu1) jammy; urgency=medium

  * d/p/python-3.10-6-collections.Iterable.patch: Use
    collections.abc.Iterable for compatibility with Python 3.10.
  * d/rules: Re-enable testing during package build.
  * d/p/skip-failing-py3.10-tests.patch: Skip remaining two
    unit test failures on Python 3.10 for now.

 -- James Page <email address hidden>  Fri, 08 Apr 2022 10:17:04 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.30.2.orig.tar.gz 392.1 KiB 1811b122d9a45eb5bafba092d36911bca825f835cb648a862bbf984030acff9d
python-eventlet_0.30.2-5ubuntu1.debian.tar.xz 25.1 KiB 52755c2bdaa4acf64aac17c1c1af0f8482c4cdc3af8e39736b95c35c170fdcda
python-eventlet_0.30.2-5ubuntu1.dsc 2.6 KiB 4a4acec6bcc73f16be7706350635c09701f48d2c59f718b6c3a48d4c0c7bd395

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.