python-msgpack 1.0.3-3build2 source package in Ubuntu

Changelog

python-msgpack (1.0.3-3build2) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:17:01 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python

Downloads

File Size SHA-256 Checksum
python-msgpack_1.0.3.orig.tar.xz 45.0 KiB aaf224d71056d291308a57ec2aa7dbe7f99d8fb4bea115d411b57827ed749197
python-msgpack_1.0.3-3build2.debian.tar.xz 5.4 KiB 7ad578a505050ce4499b6173f06874be200c80c4c948a4a70de75cef3a8bf058
python-msgpack_1.0.3-3build2.dsc 2.3 KiB 431156e88c6d2b4127ec205f04f1124f5aa01c9111031a16c6f2a662fc2c2b03

Available diffs

View changes file

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