python-msgpack 1.0.3-3 source package in Ubuntu

Changelog

python-msgpack (1.0.3-3) unstable; urgency=medium

  * Add extend-diff-ignore for the egg-info (Closes: #1045716).
  * Clean msgpack/_cmsgpack.cpp.

 -- Thomas Goirand <email address hidden>  Tue, 15 Aug 2023 16:13:48 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main python

Downloads

File Size SHA-256 Checksum
python-msgpack_1.0.3-3.dsc 2.1 KiB e93096dbce55d2adf846ad87e6ffc97c94e8d1342f616f86fd24fa2497e798da
python-msgpack_1.0.3.orig.tar.xz 45.0 KiB aaf224d71056d291308a57ec2aa7dbe7f99d8fb4bea115d411b57827ed749197
python-msgpack_1.0.3-3.debian.tar.xz 5.3 KiB 5a1d1849b85c0ded55a4b5905c4d084d9e9f0d1e711a26fa873c0e7c907ef049

No changes file available.

Binary packages built by this source

python3-msgpack: Python 3 implementation of MessagePack format

 MessagePack is a binary-based efficient object serialization format.
 It enables the exchange of structured objects between many languages
 like JSON. But unlike JSON, it is very fast and small.
 .
 This package contains a Python 3 extension module implementing the
 MessagePack format.

python3-msgpack-dbgsym: debug symbols for python3-msgpack