python-eventlet 0.33.1-2 source package in Ubuntu

Changelog

python-eventlet (0.33.1-2) unstable; urgency=medium

  * Remove py310-Fix-_fix_py3_rlock.patch.
  * Do not run tests if DEB_BUILD_OPTIONS=nocheck.
  * Add remove_test_patcher_existing_locks_locked.patch.

 -- Thomas Goirand <email address hidden>  Wed, 14 Sep 2022 17:26:15 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.33.1-2.dsc 2.3 KiB d221d0eebaa1db32af0eed4143bc263b9bee65181ac59f3eeedab990291bbb48
python-eventlet_0.33.1.orig.tar.gz 405.6 KiB afbe17f06a58491e9aebd7a4a03e70b0b63fd4cf76d8307bae07f280479b1515
python-eventlet_0.33.1-2.debian.tar.xz 22.9 KiB 9486fd180046c7b7f3356d26074c181fe586d17c20602e7b129fd4cdf25a18f1

No changes file available.

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.