pyzmq 24.0.1-5 source package in Ubuntu

Changelog

pyzmq (24.0.1-5) unstable; urgency=medium

  * Team Upload.
  * Drop Build-Depends on cython3-dbg, no longer needed
  * Clean correctly.

 -- Stefano Rivera <email address hidden>  Thu, 23 Nov 2023 15:47:12 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pyzmq_24.0.1-5.dsc 1.7 KiB 9996d1877877243e065c3e4cfdf0f2905b68341eb039ff5fb177776d24889ad1
pyzmq_24.0.1.orig.tar.gz 394.5 KiB ce8ea133817947828852847e7b940df41e7672183411ca7175102c05d5dbffad
pyzmq_24.0.1-5.debian.tar.xz 10.6 KiB f6fcdca410d9fef7200f6dde2fc8e1962fd1d1f3c9168f41441c944b30e4c994

No changes file available.

Binary packages built by this source

python3-zmq: Python3 bindings for 0MQ library

 Python bindings for 0MQ. 0MQ is a small, fast, and free
 software library that gives you message-passing concurrency
 for applications in most common languages.
 .
 The 0MQ lightweight messaging kernel is a library which
 extends the standard socket interfaces with features
 traditionally provided by specialised messaging middleware
 products. 0MQ sockets provide an abstraction of asynchronous
 message queues, multiple messaging patterns, message
 filtering (subscriptions), seamless access to multiple
 transport protocols and more.
 .
 This package contains the extension built for the Python3 interpreter.

python3-zmq-dbgsym: debug symbols for python3-zmq