diff options
author | obache <obache@pkgsrc.org> | 2015-01-19 12:31:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-01-19 12:31:10 +0000 |
commit | e2f4c51fd251966e62b5b2a325ab5f8b56a4293e (patch) | |
tree | 17018e387a845b98bb5a16f71ce153af5b9e6160 | |
parent | 039c3e334e634e1acce08dcb091147c68f02758a (diff) | |
download | pkgsrc-e2f4c51fd251966e62b5b2a325ab5f8b56a4293e.tar.gz |
Update msgpack-python to 0.4.4.
0.4.4
=====
:release date: 2015-01-09
Incompatible Changes
--------------------
Changes
-------
Bugs fixed
----------
* Fix compile error.
0.4.3
=====
:release date: 2015-01-07
Incompatible Changes
--------------------
Changes
-------
Bugs fixed
----------
* Unpacker may unpack wrong uint32 value on 32bit or LLP64 environment. (#101)
* Build failed on Windows Python 2.7.
-rw-r--r-- | devel/py-msgpack/Makefile | 5 | ||||
-rw-r--r-- | devel/py-msgpack/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile index 09b95d50dbe..3dbf80658ec 100644 --- a/devel/py-msgpack/Makefile +++ b/devel/py-msgpack/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2015/01/02 04:37:56 obache Exp $ +# $NetBSD: Makefile,v 1.13 2015/01/19 12:31:10 obache Exp $ -DISTNAME= msgpack-python-0.4.2 +DISTNAME= msgpack-python-0.4.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python-/-/} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pypi.python.org/packages/source/m/msgpack-python/ diff --git a/devel/py-msgpack/distinfo b/devel/py-msgpack/distinfo index 6981b72d538..79db4d139f7 100644 --- a/devel/py-msgpack/distinfo +++ b/devel/py-msgpack/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/06/08 23:17:37 rodent Exp $ +$NetBSD: distinfo,v 1.6 2015/01/19 12:31:11 obache Exp $ -SHA1 (msgpack-python-0.4.2.tar.gz) = 127ca4c63b182397123d84032ece70d43fa4f869 -RMD160 (msgpack-python-0.4.2.tar.gz) = 36402c20e060e23d484def1c691f270ca7220a89 -Size (msgpack-python-0.4.2.tar.gz) = 114043 bytes +SHA1 (msgpack-python-0.4.4.tar.gz) = 5bc90722c8988ab3ac48616434d8b9235da3b9cf +RMD160 (msgpack-python-0.4.4.tar.gz) = 9dfa4093b720ca50a6377c7b1146a453c41424fb +Size (msgpack-python-0.4.4.tar.gz) = 113908 bytes |