pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-msgpack Update python-msgpack to 0.1.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa9422523188
branches:  trunk
changeset: 602941:fa9422523188
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Apr 23 12:01:01 2012 +0000

description:
Update python-msgpack to 0.1.13.

0.1.13
=======
:release date: 2012-04-21

New
----
* Don't accept subtype of list and tuple as msgpack list. (Steeve Morin)
  It allows customize how it serialized with ``default`` argument.

Bugs fixed
-----------
* Fix wrong error message. (David Wolever)
* Fix memory leak while unpacking when ``object_hook`` or ``list_hook`` is used.
  (Steeve Morin)

Other changes
-------------
* setup.py works on Python 2.5 (Steffen Siering)
* Optimization for serializing dict.


0.1.12
=======
:release date: 2011-12-27

Bugs fixed
-------------

* Re-enable packs/unpacks removed at 0.1.11. It will be removed when 0.2 is released.


0.1.11
=======
:release date: 2011-12-26

Bugs fixed
-------------

* Include test code for Python3 to sdist. (Johan Bergstrom)
* Fix compilation error on MSVC. (davidgaleano)

diffstat:

 devel/py-msgpack/Makefile |  4 ++--
 devel/py-msgpack/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 482c853d9005 -r fa9422523188 devel/py-msgpack/Makefile
--- a/devel/py-msgpack/Makefile Mon Apr 23 08:44:00 2012 +0000
+++ b/devel/py-msgpack/Makefile Mon Apr 23 12:01:01 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2012/04/08 19:08:53 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2012/04/23 12:01:01 obache Exp $
 #
 
-DISTNAME=      msgpack-python-0.1.10
+DISTNAME=      msgpack-python-0.1.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python-/-/}
 CATEGORIES=    devel
 MASTER_SITES=  http://pypi.python.org/packages/source/m/msgpack-python/
diff -r 482c853d9005 -r fa9422523188 devel/py-msgpack/distinfo
--- a/devel/py-msgpack/distinfo Mon Apr 23 08:44:00 2012 +0000
+++ b/devel/py-msgpack/distinfo Mon Apr 23 12:01:01 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/09/04 06:11:30 obache Exp $
+$NetBSD: distinfo,v 1.3 2012/04/23 12:01:01 obache Exp $
 
-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
+SHA1 (msgpack-python-0.1.13.tar.gz) = c3a8e638a5b0e06f4a5d5128034f979a66ddff80
+RMD160 (msgpack-python-0.1.13.tar.gz) = a4b7fcc3618aae4b342c70d749dddf483ba41236
+Size (msgpack-python-0.1.13.tar.gz) = 49470 bytes



Home | Main Index | Thread Index | Old Index