Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2012-09-14 12:35:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-msgpack-python (Old)
 and      /work/SRC/openSUSE:Factory/.python-msgpack-python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-msgpack-python", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes  
    2012-06-29 11:33:43.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2012-09-14 12:35:52.000000000 +0200
@@ -1,0 +2,20 @@
+Mon Aug 20 01:13:03 UTC 2012 - [email protected]
+
+- Update to 0.2.1:
+  - Add max_buffer_size parameter to Unpacker. It limits internal
+    buffer size and allows unpack data from untrusted source safely.
+  - Unpacker's buffer reallocation algorithm is less greedy now. It
+    cause perforamce derease in rare case but memory efficient and
+    don't allocate than max_buffer_size.
+  - Fix msgpack didn't work on SPARC Solaris. It was because
+    choosing wrong byteorder on compilation time. Use sys.byteorder
+    to get correct byte order. Very thanks to Chris Casey for giving
+    test environment to me.
+
+-------------------------------------------------------------------
+Wed Jun 27 14:58:58 UTC 2012 - [email protected]
+
+- Update to 0.2.0:
+  - Sorry, no changelog.
+
+-------------------------------------------------------------------

Old:
----
  msgpack-python-0.1.13.tar.bz2

New:
----
  msgpack-python-0.2.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-msgpack-python.spec ++++++
--- /var/tmp/diff_new_pack.zSjAbY/_old  2012-09-14 12:36:08.000000000 +0200
+++ /var/tmp/diff_new_pack.zSjAbY/_new  2012-09-14 12:36:08.000000000 +0200
@@ -13,17 +13,20 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:           python-msgpack-python
-Version:        0.1.13
+Version:        0.2.1
 Release:        0
-License:        Apache-2.0
 Summary:        MessagePack (de)serializer
-Url:            http://msgpack.org/
+License:        Apache-2.0
 Group:          Development/Languages/Python
+Url:            http://msgpack.org/
 Source:         msgpack-python-%{version}.tar.bz2
+BuildRequires:  gcc-c++
 BuildRequires:  python-devel
+BuildRequires:  python-distribute
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

++++++ msgpack-python-0.1.13.tar.bz2 -> msgpack-python-0.2.1.tar.bz2 ++++++
++++ 9072 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to