diff options
author | obache <obache@pkgsrc.org> | 2011-09-04 06:11:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-09-04 06:11:30 +0000 |
commit | 8f72d4867e64507540e1d60018290b5d075a939e (patch) | |
tree | 2c17f15a6b57bf79e9806ebed5cbe0ff97ef9301 /devel | |
parent | 32184ee67013442d11c9413e228db7ee7c32f327 (diff) | |
download | pkgsrc-8f72d4867e64507540e1d60018290b5d075a939e.tar.gz |
Update py-msgpack to 0.1.10.
0.1.10 release date: 2011-08-22
New feature
* Add encoding and unicode_errors option to packer and unpacker. When this
option is specified, (un)packs unicode object instead of bytes. This enables
using msgpack as a replacement of json. (tailhook)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-msgpack/Makefile | 4 | ||||
-rw-r--r-- | devel/py-msgpack/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile index 8f61ab390b9..6b73629bd57 100644 --- a/devel/py-msgpack/Makefile +++ b/devel/py-msgpack/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/06/13 12:20:20 obache Exp $ +# $NetBSD: Makefile,v 1.2 2011/09/04 06:11:30 obache Exp $ # -DISTNAME= msgpack-python-0.1.9 +DISTNAME= msgpack-python-0.1.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python-/-/} 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 db60c05f2eb..03c14da4374 100644 --- a/devel/py-msgpack/distinfo +++ b/devel/py-msgpack/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/06/13 12:20:20 obache Exp $ +$NetBSD: distinfo,v 1.2 2011/09/04 06:11:30 obache Exp $ -SHA1 (msgpack-python-0.1.9.tar.gz) = 794b4b9bccb72f9bbd5dc96b2886be96e61c0c98 -RMD160 (msgpack-python-0.1.9.tar.gz) = ce6e5c055c3e03066e876e6626c617c6866d1eb5 -Size (msgpack-python-0.1.9.tar.gz) = 42638 bytes +SHA1 (msgpack-python-0.1.10.tar.gz) = 099f48d5debb89e6811f7570b39954f512169866 +RMD160 (msgpack-python-0.1.10.tar.gz) = c4816c25dbb41d282fd5854692d7659373d131b4 +Size (msgpack-python-0.1.10.tar.gz) = 48917 bytes |