Hello community,

here is the log from the commit of package python3-msgpack-python for 
openSUSE:Factory checked in at 2014-11-24 11:08:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-msgpack-python (Old)
 and      /work/SRC/openSUSE:Factory/.python3-msgpack-python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-msgpack-python"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python3-msgpack-python/python3-msgpack-python.changes
    2013-06-25 13:42:05.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-msgpack-python.new/python3-msgpack-python.changes
       2014-11-24 11:08:33.000000000 +0100
@@ -1,0 +2,20 @@
+Tue Nov 18 13:13:47 UTC 2014 - [email protected]
+
+- Update to 0.4.2
+  Bugfixes
+  - Unpacker doesn't increment refcount of ExtType hook.
+  - Packer raises no exception for inputs doesn't fit to msgpack format.
+- Update to 0.4.1
+  Changes
+  - fallback.Unpacker.feed() supports bytearray.
+  Bugs fixed
+  - Unpacker doesn't increment refcount of hooks. Hooks may be GCed while 
unpacking.
+  - Unpacker may read unfilled internal buffer.
+- Update to version 0.4.0
+  + Raises TypeError instead of ValueError when packer receives
+    unsupported type.
+  + Support New msgpack spec.
+- Use download Url as source
+- Adapt current python 2.x spec file
+
+-------------------------------------------------------------------

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

New:
----
  msgpack-python-0.4.2.tar.gz

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

Other differences:
------------------
++++++ python3-msgpack-python.spec ++++++
--- /var/tmp/diff_new_pack.4h8ZNG/_old  2014-11-24 11:08:34.000000000 +0100
+++ /var/tmp/diff_new_pack.4h8ZNG/_new  2014-11-24 11:08:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-msgpack-python
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,21 @@
 
 
 Name:           python3-msgpack-python
-Version:        0.3.0
+Version:        0.4.2
 Release:        0
 Summary:        MessagePack (de)serializer
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            http://msgpack.org/
-Source:         msgpack-python-%{version}.tar.bz2
+Source:         
https://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 # Test requirements:
 BuildRequires:  python3-nose
 BuildRequires:  python3-pytest
 BuildRequires:  python3-six
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 MessagePack (de)serializer for Python.
@@ -50,7 +51,7 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-nosetests-%{py3_ver}
+nosetests
 
 %files
 %defattr(-,root,root,-)

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

Reply via email to