msgpack-python 0.3.0-1ubuntu3 source package in Ubuntu

Changelog

msgpack-python (0.3.0-1ubuntu3) trusty; urgency=medium

  * No change rebuild to drop python3.3 compiled extension.
 -- Dimitri John Ledkov <email address hidden>   Tue, 01 Apr 2014 15:14:21 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Downloads

File Size SHA-256 Checksum
msgpack-python_0.3.0.orig.tar.gz 95.6 KiB fb6ed5144a9fe2b58d46f8f276417d48dd57f9eea2a94e0f51c6b04e7044f9b3
msgpack-python_0.3.0-1ubuntu3.debian.tar.gz 2.7 KiB 234ece6da81962c4fef90a2a1dbcfb3bb3f9f95500fc8215141afdbaf00e1dfd
msgpack-python_0.3.0-1ubuntu3.dsc 2.2 KiB 7258cc6412f6712471a128848f3ce68719158be583cfa4464a5a5475cb76dffe

Available diffs

View changes file

Binary packages built by this source

python-msgpack: No summary available for python-msgpack in ubuntu utopic.

No description available for python-msgpack in ubuntu utopic.

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.