commit python-msgpack-python for openSUSE:Factory

2017-05-03 Thread root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2017-05-03 15:54:46

Comparing /work/SRC/openSUSE:Factory/python-msgpack-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-msgpack-python.new (New)


Package is "python-msgpack-python"

Wed May  3 15:54:46 2017 rev:19 rq:489397 version:0.4.8

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes  
2016-12-08 00:30:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2017-05-03 15:54:49.804216745 +0200
@@ -1,0 +2,5 @@
+Wed Apr 19 17:35:24 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version.
+
+---



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.e7NkUc/_old  2017-05-03 15:54:50.864067120 +0200
+++ /var/tmp/diff_new_pack.e7NkUc/_new  2017-05-03 15:54:50.868066556 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-msgpack-python
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,7 @@
 
 %bcond_without test
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msgpack-python
 Version:0.4.8
 Release:0
@@ -25,23 +26,19 @@
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://msgpack.org/
-Source: 
https://pypi.io/packages/source/m/msgpack-python/msgpack-python-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/m/msgpack-python/msgpack-python-%{version}.tar.gz
 BuildRequires:  gcc-c++
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-BuildRequires:  python-argparse
-%endif
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module Cython}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 %if %{with test}
 # Test requirements:
-BuildRequires:  python-nose
-BuildRequires:  python-pytest
-BuildRequires:  python-six
+BuildRequires:  %{python_module pytest}
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%endif
+%python_subpackages
 
 %description
 MessagePack (de)serializer for Python.
@@ -55,17 +52,21 @@
 %setup -q -n msgpack-python-%{version}
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+export CFLAGS="%{optflags}"
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %if %{with test}
 %check
-nosetests
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
+py.test-%{$python_bin_suffix}
+}
 %endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc COPYING README.rst
 %{python_sitearch}/*




commit python-msgpack-python for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2016-12-08 00:30:04

Comparing /work/SRC/openSUSE:Factory/python-msgpack-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-msgpack-python.new (New)


Package is "python-msgpack-python"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes  
2015-10-20 00:08:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2016-12-08 00:30:05.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 10:08:12 UTC 2016 - dmuel...@suse.com
+
+- update to 0.4.8
+
+---

Old:

  msgpack-python-0.4.6.tar.gz

New:

  msgpack-python-0.4.8.tar.gz



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.BDXBry/_old  2016-12-08 00:30:06.0 +0100
+++ /var/tmp/diff_new_pack.BDXBry/_new  2016-12-08 00:30:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-msgpack-python
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 %bcond_without test
 
 Name:   python-msgpack-python
-Version:0.4.6
+Version:0.4.8
 Release:0
 Summary:MessagePack (de)serializer
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://msgpack.org/
-Source: 
https://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/m/msgpack-python/msgpack-python-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 BuildRequires:  python-argparse

++ msgpack-python-0.4.6.tar.gz -> msgpack-python-0.4.8.tar.gz ++
 25042 lines of diff (skipped)




commit python-msgpack-python for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2015-10-19 22:53:30

Comparing /work/SRC/openSUSE:Factory/python-msgpack-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-msgpack-python.new (New)


Package is "python-msgpack-python"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes  
2015-03-18 13:07:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2015-10-20 00:08:29.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 17 11:24:41 UTC 2015 - m...@suse.com
+
+- build conditionally without tests
+
+---



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.U8SS9g/_old  2015-10-20 00:08:30.0 +0200
+++ /var/tmp/diff_new_pack.U8SS9g/_new  2015-10-20 00:08:30.0 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%bcond_without test
+
 Name:   python-msgpack-python
 Version:0.4.6
 Release:0
@@ -25,15 +27,17 @@
 Url:http://msgpack.org/
 Source: 
https://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-%{version}.tar.gz
 BuildRequires:  gcc-c++
-%if 0%{?suse_version} <= 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
 BuildRequires:  python-argparse
 %endif
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+%if %{with test}
 # Test requirements:
 BuildRequires:  python-nose
 BuildRequires:  python-pytest
 BuildRequires:  python-six
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -56,8 +60,10 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%if %{with test}
 %check
 nosetests
+%endif
 
 %files
 %defattr(-,root,root,-)




commit python-msgpack-python for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2015-03-18 13:07:08

Comparing /work/SRC/openSUSE:Factory/python-msgpack-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-msgpack-python.new (New)


Package is python-msgpack-python

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes  
2014-11-19 20:30:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2015-03-18 13:07:35.0 +0100
@@ -1,0 +2,17 @@
+Mon Mar 16 21:03:15 UTC 2015 - h...@urpla.net
+
+- Update to version 0.4.6
+  * fallback.Unpacker: Fix Data corruption when OutOfData. This bug
+only affects Streaming unpacking.
+- Changes from version 0.4.5
+  * Fix test failure on pytest 2.3.
+  * Fix typos in ChangeLog.
+  * Improve README.rst
+- Changes from version 0.4.4
+  * Fix compile error.
+- Changes from version 0.4.3
+  * Unpacker may unpack wrong uint32 value on 32bit or LLP64
+environment. (#101)
+  * Build failed on Windows Python 2.7.
+
+---

Old:

  msgpack-python-0.4.2.tar.gz

New:

  msgpack-python-0.4.6.tar.gz



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.ihLv9J/_old  2015-03-18 13:07:36.0 +0100
+++ /var/tmp/diff_new_pack.ihLv9J/_new  2015-03-18 13:07:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-msgpack-python
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   python-msgpack-python
-Version:0.4.2
+Version:0.4.6
 Release:0
 Summary:MessagePack (de)serializer
 License:Apache-2.0
@@ -44,8 +44,8 @@
 
 What's MessagePack? (from http://msgpack.org/)
 
- MessagePack is a binary-based efficient data interchange format that is
- focused on high performance. It is like JSON, but very fast and small.
+MessagePack is a binary-based efficient data interchange format that is
+focused on high performance. It is like JSON, but very fast and small.
 
 %prep
 %setup -q -n msgpack-python-%{version}

++ msgpack-python-0.4.2.tar.gz - msgpack-python-0.4.6.tar.gz ++
 26630 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-msgpack-python for openSUSE:Factory

2014-11-19 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2014-11-19 20:26:43

Comparing /work/SRC/openSUSE:Factory/python-msgpack-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-msgpack-python.new (New)


Package is python-msgpack-python

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes  
2013-12-09 17:01:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2014-11-19 20:30:30.0 +0100
@@ -1,0 +2,14 @@
+Tue Nov 18 13:14:12 UTC 2014 - toddrme2...@gmail.com
+
+- 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.
+  
+---

Old:

  msgpack-python-0.4.0.tar.gz

New:

  msgpack-python-0.4.2.tar.gz



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.vYBTO5/_old  2014-11-19 20:30:34.0 +0100
+++ /var/tmp/diff_new_pack.vYBTO5/_new  2014-11-19 20:30:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-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,7 +17,7 @@
 
 
 Name:   python-msgpack-python
-Version:0.4.0
+Version:0.4.2
 Release:0
 Summary:MessagePack (de)serializer
 License:Apache-2.0

++ msgpack-python-0.4.0.tar.gz - msgpack-python-0.4.2.tar.gz ++
 22196 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-msgpack-python for openSUSE:Factory

2013-12-09 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2013-12-09 17:01:15

Comparing /work/SRC/openSUSE:Factory/python-msgpack-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-msgpack-python.new (New)


Package is python-msgpack-python

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes  
2013-10-25 11:22:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2013-12-09 17:01:17.0 +0100
@@ -1,0 +2,10 @@
+Sun Dec  8 15:02:40 UTC 2013 - p.drou...@gmail.com
+
+- 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
+- Add python-argparse requirement for SLE11SP3 to get tests working
+
+---

Old:

  msgpack-python-0.3.0.tar.bz2

New:

  msgpack-python-0.4.0.tar.gz



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.NGhCUl/_old  2013-12-09 17:01:17.0 +0100
+++ /var/tmp/diff_new_pack.NGhCUl/_new  2013-12-09 17:01:17.0 +0100
@@ -17,14 +17,17 @@
 
 
 Name:   python-msgpack-python
-Version:0.3.0
+Version:0.4.0
 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++
+%if 0%{?suse_version} = 1110
+BuildRequires:  python-argparse
+%endif
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # Test requirements:

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-msgpack-python for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2013-10-25 11:22:30

Comparing /work/SRC/openSUSE:Factory/python-msgpack-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-msgpack-python.new (New)


Package is python-msgpack-python

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes  
2013-06-19 17:03:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2013-10-25 11:22:33.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:08:59 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.Lo9Otr/_old  2013-10-25 11:22:35.0 +0200
+++ /var/tmp/diff_new_pack.Lo9Otr/_new  2013-10-25 11:22:35.0 +0200
@@ -26,7 +26,7 @@
 Source: msgpack-python-%{version}.tar.bz2
 BuildRequires:  gcc-c++
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Test requirements:
 BuildRequires:  python-nose
 BuildRequires:  python-pytest

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-msgpack-python for openSUSE:Factory

2013-06-19 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2013-06-19 17:03:48

Comparing /work/SRC/openSUSE:Factory/python-msgpack-python (Old)
 and  /work/SRC/openSUSE:Factory/.python-msgpack-python.new (New)


Package is python-msgpack-python

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes  
2013-03-08 09:43:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2013-06-19 17:03:49.0 +0200
@@ -1,0 +2,6 @@
+Thu May  2 10:29:24 UTC 2013 - speili...@suse.com
+
+- Package COPYING and README.rst
+- Run testsuite
+
+---

Old:

  python3-msgpack-python.changes
  python3-msgpack-python.spec



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.qFoQP3/_old  2013-06-19 17:03:49.0 +0200
+++ /var/tmp/diff_new_pack.qFoQP3/_new  2013-06-19 17:03:49.0 +0200
@@ -27,6 +27,10 @@
 BuildRequires:  gcc-c++
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
+# Test requirements:
+BuildRequires:  python-nose
+BuildRequires:  python-pytest
+BuildRequires:  python-six
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
@@ -49,8 +53,12 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+nosetests
+
 %files
 %defattr(-,root,root,-)
+%doc COPYING README.rst
 %{python_sitearch}/*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-msgpack-python for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2013-03-08 09:43:35

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  
2013-01-24 10:39:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2013-03-08 09:43:36.0 +0100
@@ -1,0 +2,18 @@
+Mon Feb 18 03:47:18 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 0.3.0:
+  Incompatible Changes
+  - Default value of use_list is True for now. (It was False for
+0.2.x) You should pass it explicitly for compatibility to 0.2.x.
+  Changes
+  - Pure Python fallback module is added. (thanks to bwesterb)
+  - Add .skip() method to Unpacker (thanks to jnothman)
+  - Add capturing feature. You can pass the writable object to
+Unpacker.unpack() as a second parameter.
+  - Add Packer.pack_array_header and Packer.pack_map_header. These
+methods only pack header of each type.
+  - Add autoreset option to Packer (default: True). Packer doesn't
+return packed bytes and clear internal buffer.
+  - Add Packer.pack_map_pairs. It packs sequence of pair to map type.
+
+---
--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python3-msgpack-python.changes 
2013-01-24 10:39:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python3-msgpack-python.changes
2013-03-08 09:43:36.0 +0100
@@ -1,0 +2,18 @@
+Mon Feb 18 03:48:40 UTC 2013 - alexan...@exatati.com.br
+
+- Update to 0.3.0:
+  Incompatible Changes
+  - Default value of use_list is True for now. (It was False for
+0.2.x) You should pass it explicitly for compatibility to 0.2.x.
+  Changes
+  - Pure Python fallback module is added. (thanks to bwesterb)
+  - Add .skip() method to Unpacker (thanks to jnothman)
+  - Add capturing feature. You can pass the writable object to
+Unpacker.unpack() as a second parameter.
+  - Add Packer.pack_array_header and Packer.pack_map_header. These
+methods only pack header of each type.
+  - Add autoreset option to Packer (default: True). Packer doesn't
+return packed bytes and clear internal buffer.
+  - Add Packer.pack_map_pairs. It packs sequence of pair to map type.
+
+---

Old:

  msgpack-python-0.2.4.tar.bz2

New:

  msgpack-python-0.3.0.tar.bz2



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.SzAXzz/_old  2013-03-08 09:43:37.0 +0100
+++ /var/tmp/diff_new_pack.SzAXzz/_new  2013-03-08 09:43:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-msgpack-python
-Version:0.2.4
+Version:0.3.0
 Release:0
 Summary:MessagePack (de)serializer
 License:Apache-2.0

python3-msgpack-python.spec: same change
++ msgpack-python-0.2.4.tar.bz2 - msgpack-python-0.3.0.tar.bz2 ++
 21234 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-msgpack-python for openSUSE:Factory

2013-01-24 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2013-01-24 10:39: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  
2013-01-17 10:02:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2013-01-24 10:39:17.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 14 09:53:10 UTC 2013 - sasc...@suse.de
+
+- Simplify macro usage
+
+---
--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python3-msgpack-python.changes 
2013-01-17 10:02:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python3-msgpack-python.changes
2013-01-24 10:39:17.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 14 09:53:16 UTC 2013 - sasc...@suse.de
+
+- Don't require python(abi), RPM does that automatically 
+
+---



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.ad75DR/_old  2013-01-24 10:39:20.0 +0100
+++ /var/tmp/diff_new_pack.ad75DR/_new  2013-01-24 10:39:20.0 +0100
@@ -29,7 +29,6 @@
 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())}
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 %endif
 

++ python3-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.ad75DR/_old  2013-01-24 10:39:20.0 +0100
+++ /var/tmp/diff_new_pack.ad75DR/_new  2013-01-24 10:39:20.0 +0100
@@ -28,7 +28,6 @@
 BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
-Requires:   python(abi) = %{py3_ver}
 
 %description
 MessagePack (de)serializer for Python.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-msgpack-python for openSUSE:Factory

2013-01-17 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2013-01-17 10:02:46

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  
2013-01-02 13:00:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2013-01-17 10:02:48.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 11 15:24:59 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python3-msgpack-python.changes
2013-01-17 10:02:48.0 +0100
@@ -0,0 +1,5 @@
+---
+Fri Jan 11 15:24:45 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+

New:

  python3-msgpack-python.changes
  python3-msgpack-python.spec



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.6Puw9f/_old  2013-01-17 10:02:49.0 +0100
+++ /var/tmp/diff_new_pack.6Puw9f/_new  2013-01-17 10:02:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-msgpack-python
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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

++ python3-msgpack-python.spec ++
#
# spec file for package python3-msgpack-python
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   python3-msgpack-python
Version:0.2.4
Release:0
Summary:MessagePack (de)serializer
License:Apache-2.0
Group:  Development/Languages/Python
Url:http://msgpack.org/
Source: msgpack-python-%{version}.tar.bz2
BuildRequires:  gcc-c++
BuildRequires:  python3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
Requires:   python(abi) = %{py3_ver}

%description
MessagePack (de)serializer for Python.

What's MessagePack? (from http://msgpack.org/)

 MessagePack is a binary-based efficient data interchange format that is
 focused on high performance. It is like JSON, but very fast and small.

%prep
%setup -q -n msgpack-python-%{version}

%build
CFLAGS=%{optflags} python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%{python3_sitearch}/*

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-msgpack-python for openSUSE:Factory

2013-01-02 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2013-01-02 13:00:38

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-12-19 13:15:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2013-01-02 13:00:40.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec 22 12:02:57 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.2.4:
+  - Fix SEGV when object_hook or object_pairs_hook raise Exception. (#39)
+
+---

Old:

  msgpack-python-0.2.3.tar.bz2

New:

  msgpack-python-0.2.4.tar.bz2



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.VdEEcv/_old  2013-01-02 13:00:41.0 +0100
+++ /var/tmp/diff_new_pack.VdEEcv/_new  2013-01-02 13:00:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-msgpack-python
-Version:0.2.3
+Version:0.2.4
 Release:0
 Summary:MessagePack (de)serializer
 License:Apache-2.0

++ msgpack-python-0.2.3.tar.bz2 - msgpack-python-0.2.4.tar.bz2 ++
 19712 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-msgpack-python for openSUSE:Factory

2012-12-19 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2012-12-19 13:15:33

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-10-07 19:59:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2012-12-19 13:15:35.0 +0100
@@ -1,0 +2,8 @@
+Tue Dec 11 15:31:58 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.2.3:
+  - Warn when use_list is not specified. It's default value will be
+changed in 0.3.
+  - Can't pack subclass of dict.
+
+---

Old:

  msgpack-python-0.2.2.tar.bz2

New:

  msgpack-python-0.2.3.tar.bz2



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.pB8uCr/_old  2012-12-19 13:15:37.0 +0100
+++ /var/tmp/diff_new_pack.pB8uCr/_new  2012-12-19 13:15:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-msgpack-python
-Version:0.2.2
+Version:0.2.3
 Release:0
 Summary:MessagePack (de)serializer
 License:Apache-2.0

++ msgpack-python-0.2.2.tar.bz2 - msgpack-python-0.2.3.tar.bz2 ++
 6236 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-msgpack-python for openSUSE:Factory

2012-10-07 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2012-10-07 19:59:54

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-09-14 12:35:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2012-10-07 19:59:57.0 +0200
@@ -1,0 +2,12 @@
+Fri Sep 21 19:23:50 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.2.2:
+  - Add use_single_float option to Packer. When it is true, packs
+float object in single precision format.
+  - unpack() didn't restores gc state when it called with gc
+disabled. unpack() doesn't control gc now instead of restoring
+gc state collectly. User can control gc state when gc cause
+performance issue.
+  - Unpacker's read_size option didn't used.
+
+---

Old:

  msgpack-python-0.2.1.tar.bz2

New:

  msgpack-python-0.2.2.tar.bz2



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.79EQP1/_old  2012-10-07 19:59:59.0 +0200
+++ /var/tmp/diff_new_pack.79EQP1/_new  2012-10-07 19:59:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-msgpack-python
-Version:0.2.1
+Version:0.2.2
 Release:0
 Summary:MessagePack (de)serializer
 License:Apache-2.0

++ msgpack-python-0.2.1.tar.bz2 - msgpack-python-0.2.2.tar.bz2 ++
 6147 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-msgpack-python for openSUSE:Factory

2012-09-14 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2012-09-14 12:35:52.0 +0200
@@ -1,0 +2,20 @@
+Mon Aug 20 01:13:03 UTC 2012 - alexan...@exatati.com.br
+
+- 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 - alexan...@exatati.com.br
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.zSjAbY/_new  2012-09-14 12:36:08.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org