python-aiostream 0.4.3-1 source package in Ubuntu

Changelog

python-aiostream (0.4.3-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-all.

  [ Boyuan Yang ]
  * New upstream release 0.4.3.
  * Bump Standards-Version to 4.6.0.

 -- Boyuan Yang <email address hidden>  Fri, 26 Nov 2021 09:27:32 -0500

Upload details

Uploaded by:
Nicolas Braud-Santoni
Uploaded to:
Sid
Original maintainer:
Nicolas Braud-Santoni
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aiostream_0.4.3-1.dsc 2.0 KiB 51b816cb13ca51834469ee8f7f9730af806bb47d171b35d94a42b9d500143852
python-aiostream_0.4.3.orig.tar.xz 33.9 KiB 640a227443cc138ae11d722cfbee9edfa29d1e77910c8478a9fcc679fe1ef673
python-aiostream_0.4.3-1.debian.tar.xz 1.8 KiB 5e0906bc15367dfd7085c144a9aef964a12a70d4d2fb9ea3134541bea88eecf0

Available diffs

No changes file available.

Binary packages built by this source

python3-aiostream: Generator-based operators for asynchronous iteration

 aiostream provides a collection of stream operators that can be combined to
 create asynchronous pipelines of operations.
 .
 It can be seen as an asynchronous version of itertools, although some aspects
 are slightly different. All the provided operators return a unified interface
 called a stream. A stream is an enhanced asynchronous iterable.