pyzmq 24.0.1-1 source package in Ubuntu

Changelog

pyzmq (24.0.1-1) unstable; urgency=medium

  * d/watch: track github tags, not releases
  * New upstream version 24.0.1
  * Standards-Version: 4.6.1
  * Build using pyproject.toml (pybuild-plugin-pyprojwct) instead of setup.py

 -- Gordon Ball <email address hidden>  Mon, 03 Oct 2022 19:03:59 +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-1.dsc 2.3 KiB fcdcfeecf146ba28ecbbc2204080057867a351cc43c13ec2afbcc129ed0452d8
pyzmq_24.0.1.orig.tar.gz 394.5 KiB ce8ea133817947828852847e7b940df41e7672183411ca7175102c05d5dbffad
pyzmq_24.0.1-1.debian.tar.xz 9.9 KiB fe03af1c44c7d0de00e14bc7704f4c77925027d4608fb96270fd9fa4d05431cf

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