msgpack-python 0.3.0-1ubuntu1 source package in Ubuntu

Changelog

msgpack-python (0.3.0-1ubuntu1) trusty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/control: Add python-six, python-pytest, python-nose as
      build dependencies.
    - debian/rules: Enable testsuite.

msgpack-python (0.3.0-1) unstable; urgency=low

  * New upstream release; closes: #719524.

  [ Piotr Ożarowski ]
  * Rename msgpack-python binary package to python-msgpack (following Debian
    Python Policy).
  * Add python3-msgpack binary package; closes: #719525.
 -- Chuck Short <email address hidden>   Mon, 28 Oct 2013 09:35:34 -0400

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
msgpack-python_0.3.0.orig.tar.gz 95.6 KiB fb6ed5144a9fe2b58d46f8f276417d48dd57f9eea2a94e0f51c6b04e7044f9b3
msgpack-python_0.3.0-1ubuntu1.debian.tar.gz 2.6 KiB d7d72eb56a7377f086c50d1d5ebca979ec2641b250f220c878a2d06ba2a20842
msgpack-python_0.3.0-1ubuntu1.dsc 1.6 KiB 8cee3d8df562675b378e311e3f8b4d4471681c566da1f37dd3b15bff116bdf64

Available diffs

View changes file

Binary packages built by this source

python-msgpack: Python 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 extension module implementing the
 MessagePack format.

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.