mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 01:50:54 +00:00
0.4.3
This commit is contained in:
parent
593887025e
commit
5bc685973d
3 changed files with 8 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
0.4.3
|
0.4.3
|
||||||
=====
|
=====
|
||||||
:release date: TBD
|
:release date: 2015-01-07
|
||||||
|
|
||||||
Inconpatible Changes
|
Inconpatible Changes
|
||||||
--------------------
|
--------------------
|
||||||
|
|
@ -12,6 +12,7 @@ Bugs fixed
|
||||||
----------
|
----------
|
||||||
|
|
||||||
* Unpacker may unpack wrong uint32 value on 32bit or LLP64 environment. (#101)
|
* Unpacker may unpack wrong uint32 value on 32bit or LLP64 environment. (#101)
|
||||||
|
* Build failed on Windows Python 2.7.
|
||||||
|
|
||||||
0.4.2
|
0.4.2
|
||||||
=====
|
=====
|
||||||
|
|
|
||||||
12
README.rst
12
README.rst
|
|
@ -3,8 +3,8 @@ MessagePack for Python
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
:author: INADA Naoki
|
:author: INADA Naoki
|
||||||
:version: 0.4.1
|
:version: 0.4.3
|
||||||
:date: 2014-02-17
|
:date: 2015-01-07
|
||||||
|
|
||||||
.. image:: https://secure.travis-ci.org/msgpack/msgpack-python.png
|
.. image:: https://secure.travis-ci.org/msgpack/msgpack-python.png
|
||||||
:target: https://travis-ci.org/#!/msgpack/msgpack-python
|
:target: https://travis-ci.org/#!/msgpack/msgpack-python
|
||||||
|
|
@ -18,17 +18,15 @@ writing MessagePack data.
|
||||||
|
|
||||||
Install
|
Install
|
||||||
---------
|
---------
|
||||||
You can use ``pip`` or ``easy_install`` to install msgpack::
|
|
||||||
|
|
||||||
$ easy_install msgpack-python
|
::
|
||||||
or
|
|
||||||
$ pip install msgpack-python
|
$ pip install msgpack-python
|
||||||
|
|
||||||
PyPy
|
PyPy
|
||||||
^^^^^
|
^^^^^
|
||||||
|
|
||||||
msgpack-python provides pure python implementation.
|
msgpack-python provides pure python implementation. PyPy can use this.
|
||||||
PyPy can use this.
|
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
version = (0, 4, 2)
|
version = (0, 4, 3)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue