python-eventlet 0.30.2-5ubuntu2 source package in Ubuntu

Changelog

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

  * d/p/skip-failing-py3.10-tests.patch:
    Skip test_fork_after_monkey_patch which does not pass reliable in
    autopkgtests.

 -- James Page <email address hidden>  Sat, 09 Apr 2022 16:37:12 +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
Jammy release main python

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-5ubuntu2.debian.tar.xz 25.2 KiB 3fa8051d1999507f6d882015fba84d9c86d88e6eb8683aa304d3581d6300b0f1
python-eventlet_0.30.2-5ubuntu2.dsc 2.6 KiB 593327855e07e7afd61e83efa6054f2ae6567c1d34a4310768b111f8d0a05aeb

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: No summary available for python3-eventlet in ubuntu kinetic.

No description available for python3-eventlet in ubuntu kinetic.