aiozmq 1.0.0-1 source package in Ubuntu

Changelog

aiozmq (1.0.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Bump debhelper from deprecated 9 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Piotr Ożarowski ]
  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Mon, 07 Nov 2022 11:06:19 +0100

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aiozmq_1.0.0-1.dsc 2.0 KiB dfb6ef3078119485c60402ae7488fbdbbdbd8fcea5e8662f4186b294de578323
aiozmq_1.0.0.orig.tar.gz 92.1 KiB dac9069d36a47da439fa852ed37caaed3887b5928cb781e06a6a82e43682c6bb
aiozmq_1.0.0-1.debian.tar.xz 2.3 KiB 0547c4713587c02b06cb3c7d9dd8fd47e6b4c0b92f0556cc7f9223e900b63dfc

Available diffs

No changes file available.

Binary packages built by this source

python3-aiozmq: ZeroMQ integration with asyncio

 ZeroMQ integration with asyncio (PEP 3156)
 .
 Features:
  * Implements create_zmq_connection() coroutine for making 0MQ connections.
  * Provides ZmqTransport and ZmqProtocol
  * Provides RPC Request-Reply, Push-Pull and Publish-Subscribe patterns for
    remote calls.