commit python3-pyzmq for openSUSE:Factory

2016-11-28 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2016-11-28 15:10:23

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is "python3-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2016-11-13 23:02:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2016-11-28 15:10:24.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov 26 18:21:57 UTC 2016 - a...@gmx.de
+
+- update to version 16.0.2:
+  * Workaround bug in libzmq-4.2.0 causing EINVAL on poll.
+
+---

Old:

  pyzmq-16.0.1.tar.gz

New:

  pyzmq-16.0.2.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.Z3wzT5/_old  2016-11-28 15:10:25.0 +0100
+++ /var/tmp/diff_new_pack.Z3wzT5/_new  2016-11-28 15:10:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyzmq
-Version:16.0.1
+Version:16.0.2
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-16.0.1.tar.gz -> pyzmq-16.0.2.tar.gz ++
 9921 lines of diff (skipped)




commit python3-pyzmq for openSUSE:Factory

2016-11-13 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2016-11-13 23:02:05

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is "python3-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2016-10-20 23:09:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2016-11-13 23:02:57.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov 12 17:29:28 UTC 2016 - a...@gmx.de
+
+- update to version 16.0.1:
+  * Fix erroneous EAGAIN that could happen on async sockets
+  * Bundle libzmq 4.1.6
+
+---

Old:

  pyzmq-16.0.0.tar.gz

New:

  pyzmq-16.0.1.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.LymaHy/_old  2016-11-13 23:02:58.0 +0100
+++ /var/tmp/diff_new_pack.LymaHy/_new  2016-11-13 23:02:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyzmq
-Version:16.0.0
+Version:16.0.1
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-16.0.0.tar.gz -> pyzmq-16.0.1.tar.gz ++
 24442 lines of diff (skipped)




commit python3-pyzmq for openSUSE:Factory

2016-10-20 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2016-10-20 23:08:58

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is "python3-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2016-08-24 10:08:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2016-10-20 23:09:45.0 +0200
@@ -1,0 +2,18 @@
+Tue Oct 11 16:16:53 UTC 2016 - a...@gmx.de
+
+- update to version 16.0.0:
+  * Support for Python 2.6 and Python 3.2 is dropped. For old Pythons,
+use :command:`pip install "pyzmq<16"` to get the last version of
+pyzmq that supports these versions.
+  * Include zmq.h
+  * Deprecate zmq.Stopwatch. Native Python timing tools can be used
+instead.
+  * Better support for using pyzmq as a Cython library - bundle zmq.h
+when pyzmq bundles libzmq as an extension - add
+:func:`zmq.get_library_dirs` to find bundled libzmq
+  * Updates to setup.py for Cython 0.25 compatibility
+  * Various asyncio/future fixes: - support raw sockets in pollers -
+allow cancelling async sends
+  * Fix :meth:`IOLoop.current` in :mod:`zmq.green`
+
+---

Old:

  pyzmq-15.4.0.tar.gz

New:

  pyzmq-16.0.0.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.3odJ6O/_old  2016-10-20 23:09:46.0 +0200
+++ /var/tmp/diff_new_pack.3odJ6O/_new  2016-10-20 23:09:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyzmq
-Version:15.4.0
+Version:16.0.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-15.4.0.tar.gz -> pyzmq-16.0.0.tar.gz ++
 21110 lines of diff (skipped)




commit python3-pyzmq for openSUSE:Factory

2016-08-24 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2016-08-24 10:08:25

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is "python3-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2016-07-14 09:47:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2016-08-24 10:08:26.0 +0200
@@ -1,0 +2,23 @@
+Wed Aug 17 04:30:06 UTC 2016 - a...@gmx.de
+
+- update to version 15.4.0:
+  * Load bundled libzmq extension with import rather than CDLL, which
+should fix some manifest issues in certain cases on Windows.
+  * Avoid installing asyncio sources on Python 2, which confuses some
+tools that run python -m compileall, which reports errors on the
+Python 3-only files.
+  * Bundle msvcp.dll in Windows wheels on CPython 3.5, which should
+fix wheel compatibility systems without Visual C++ 2015
+redistributable.
+  * :meth:`zmq.Context.instance` is now threadsafe.
+  * FIX: sync some behavior in zmq_poll and setting LINGER on
+close/destroy with the CFFI backend.
+  * PERF: resolve send/recv immediately if events are available in
+async Sockets
+  * Async Sockets (asyncio, tornado) now support send_json,
+send_pyobj, etc.
+  * add preliminary support for zmq.DRAFT_API reflecting
+ZMQ_BUILD_DRAFT_API, which indicates whether new APIs in
+prereleases are available.
+
+---

Old:

  pyzmq-15.3.0.tar.gz

New:

  pyzmq-15.4.0.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.UKZzox/_old  2016-08-24 10:08:29.0 +0200
+++ /var/tmp/diff_new_pack.UKZzox/_new  2016-08-24 10:08:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyzmq
-Version:15.3.0
+Version:15.4.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-15.3.0.tar.gz -> pyzmq-15.4.0.tar.gz ++
 10065 lines of diff (skipped)




commit python3-pyzmq for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2016-07-14 09:47:16

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is "python3-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2016-06-19 10:49:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2016-07-14 09:47:22.0 +0200
@@ -1,0 +2,19 @@
+Thu Jul  7 06:43:10 UTC 2016 - a...@gmx.de
+
+- update to version 15.3.0:
+  * Bump bundled libzmq to 4.1.5, using tweetnacl for bundled curve
+support instead of libsodium
+  * FIX: include .pxi includes in installation for consumers of Cython
+API
+  * FIX: various fixes in new async sockets
+  * Introduce :mod:`zmq.decorators` API for decorating functions to
+create sockets or contexts
+  * Add :meth:`zmq.Socket.subscribe` and
+:meth:`zmq.Socket.unsubscribe` methods to sockets, so that
+assignment is no longer needed for subscribing. Verbs should be
+methods! Assignment is still supported for backward-compatibility.
+  * Accept text (unicode) input to z85 encoding, not just bytes
+  * :meth:`zmq.Context.socket` forwards keyword arguments to the
+:class:`Socket` constructor
+
+---

Old:

  pyzmq-15.2.0.tar.gz

New:

  pyzmq-15.3.0.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.n76tzZ/_old  2016-07-14 09:47:26.0 +0200
+++ /var/tmp/diff_new_pack.n76tzZ/_new  2016-07-14 09:47:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyzmq
-Version:15.2.0
+Version:15.3.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+
@@ -29,6 +29,7 @@
 BuildRequires:  python3-Cython
 BuildRequires:  python3-cffi
 BuildRequires:  python3-devel
+BuildRequires:  python3-gevent
 BuildRequires:  python3-numpy
 BuildRequires:  python3-paramiko
 BuildRequires:  python3-pexpect
@@ -37,7 +38,6 @@
 BuildRequires:  python3-simplejson
 BuildRequires:  python3-tornado
 BuildRequires:  zeromq-devel
-BuildRequires:  python3-gevent
 # Test requirements
 # BuildRequires:  python3-nose
 Requires:   python3

++ pyzmq-15.2.0.tar.gz -> pyzmq-15.3.0.tar.gz ++
 56004 lines of diff (skipped)




commit python3-pyzmq for openSUSE:Factory

2016-06-19 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2016-06-19 10:48:59

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is "python3-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2016-05-25 21:26:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2016-06-19 10:49:05.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 13 19:10:29 UTC 2016 - toddrme2...@gmail.com
+
+- Enable gevent.  It is now available for python 3.
+- Disable unused test dependencies.
+
+---



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.8spGbH/_old  2016-06-19 10:49:06.0 +0200
+++ /var/tmp/diff_new_pack.8spGbH/_new  2016-06-19 10:49:06.0 +0200
@@ -37,10 +37,9 @@
 BuildRequires:  python3-simplejson
 BuildRequires:  python3-tornado
 BuildRequires:  zeromq-devel
-# Not available yet in Python 3.x
-# BuildRequires:  python3-gevent
+BuildRequires:  python3-gevent
 # Test requirements
-BuildRequires:  python3-nose
+# BuildRequires:  python3-nose
 Requires:   python3
 Recommends: python3-cffi
 Recommends: python3-numpy
@@ -49,8 +48,7 @@
 Recommends: python3-simplejson
 Recommends: python3-tornado
 Recommends: python3-paramiko
-# Not available yet in Python 3.x
-# Recommends: python3-gevent
+Recommends: python3-gevent
 Recommends: zeromq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 




commit python3-pyzmq for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2016-05-25 21:26:00

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is "python3-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2016-01-15 10:41:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2016-05-25 21:26:02.0 +0200
@@ -1,0 +2,14 @@
+Sun May  8 19:41:54 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * removed if statement for suseversion <= 1110
+
+---
+Sun May  8 07:05:41 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.bViMxP/_old  2016-05-25 21:26:03.0 +0200
+++ /var/tmp/diff_new_pack.bViMxP/_new  2016-05-25 21:26:03.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-3.0+
 Group:  Development/Languages/Python
 Url:http://github.com/zeromq/pyzmq
-Source: 
http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 Source1:python3-pyzmq-rpmlintrc
 BuildRequires:  python3
 BuildRequires:  python3-Cython




commit python3-pyzmq for openSUSE:Factory

2016-01-15 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2016-01-15 10:41:50

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is "python3-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2015-12-03 13:32:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2016-01-15 10:41:51.0 +0100
@@ -1,0 +2,17 @@
+Tue Jan 12 22:24:52 UTC 2016 - a...@gmx.de
+
+- update to version 15.2.0:
+  * FIX: handle multiple events in a single register call in
+:mod:`zmq.asyncio`
+  * FIX: unicode/bytes bug in password prompt in :mod:`zmq.ssh` on
+Python 3
+  * FIX: workaround gevent monkeypatches in garbage collection thread
+  * update bundled minitornado from tornado-4.3.
+  * improved inspection by setting binding=True in cython compile
+options
+  * add asyncio Authenticator implementation in
+:mod:`zmq.auth.asyncio`
+  * workaround overflow bug in libzmq preventing receiving messages
+larger than MAX_INT
+
+---

Old:

  pyzmq-15.1.0.tar.gz

New:

  pyzmq-15.2.0.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.mroU1T/_old  2016-01-15 10:41:52.0 +0100
+++ /var/tmp/diff_new_pack.mroU1T/_new  2016-01-15 10:41:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyzmq
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyzmq
-Version:15.1.0
+Version:15.2.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-15.1.0.tar.gz -> pyzmq-15.2.0.tar.gz ++
 3192 lines of diff (skipped)




commit python3-pyzmq for openSUSE:Factory

2015-12-03 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2015-12-03 13:32:15

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is "python3-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2015-11-17 14:22:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2015-12-03 13:32:16.0 +0100
@@ -1,0 +2,10 @@
+Thu Nov 26 21:26:52 UTC 2015 - a...@gmx.de
+
+- update to version 15.1.0:
+  * FIX: Remove inadvertant tornado dependency when using
+:mod:`zmq.asyncio`
+  * FIX: 15.0 Python 3.5 wheels didn't work on Windows
+  * Add GSSAPI support to Authenticators
+  * Support new constants defined in upcoming libzmq-4.2.dev
+
+---

Old:

  pyzmq-15.0.0.tar.gz

New:

  pyzmq-15.1.0.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.sTX3SP/_old  2015-12-03 13:32:17.0 +0100
+++ /var/tmp/diff_new_pack.sTX3SP/_new  2015-12-03 13:32:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyzmq
-Version:15.0.0
+Version:15.1.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-15.0.0.tar.gz -> pyzmq-15.1.0.tar.gz ++
 4352 lines of diff (skipped)




commit python3-pyzmq for openSUSE:Factory

2015-11-17 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2015-11-17 14:22:42

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is "python3-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2015-10-06 13:24:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2015-11-17 14:22:43.0 +0100
@@ -1,0 +2,14 @@
+Wed Nov  4 16:38:44 UTC 2015 - a...@gmx.de
+
+- update to version 15.0.0:
+  * add :mod:`asyncio` support via :mod:`zmq.asyncio`
+  * add :mod:`tornado` future support via :mod:`zmq.eventloop.future`
+  * trigger bundled libzmq if system libzmq is found to be < 3. System
+libzmq 2 can be forced by explicitly requesting --zmq=/prefix/.
+
+---
+Tue Nov  3 17:04:13 UTC 2015 - toddrme2...@gmail.com
+
+- Disable tests, they are so slow that OBS thinks the build died.
+
+---

Old:

  pyzmq-14.7.0.tar.gz

New:

  pyzmq-15.0.0.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.2k4GkE/_old  2015-11-17 14:22:44.0 +0100
+++ /var/tmp/diff_new_pack.2k4GkE/_new  2015-11-17 14:22:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyzmq
-Version:14.7.0
+Version:15.0.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+
@@ -79,13 +79,14 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-# Remove non-deterministic authentication test
-# This fails to connect randomly
-rm -rf zmq/tests/test_auth.py
-
-python3 setup.py build_ext --inplace
-python3 setup.py test
+# Disable tests, they are so slow that OBS thinks the build died.
+#%check
+## Remove non-deterministic authentication test
+## This fails to connect randomly
+# rm -rf zmq/tests/test_auth.py
+# 
+# pthon3 setup.py build_ext --inplace
+# python3 setup.py test
 
 %files
 %defattr(-,root,root,-)

++ pyzmq-14.7.0.tar.gz -> pyzmq-15.0.0.tar.gz ++
 26587 lines of diff (skipped)




commit python3-pyzmq for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2015-10-06 13:24:29

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is "python3-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2015-08-01 14:16:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2015-10-06 13:24:31.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 25 12:19:00 UTC 2015 - stephan.ba...@suse.com
+
+- fixed build error by moving two files to the devel package:
+  %{python3_sitearch}/zmq/backend/cffi/_verify.c and _cdefs.h
+
+---



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.9LHXkY/_old  2015-10-06 13:24:32.0 +0200
+++ /var/tmp/diff_new_pack.9LHXkY/_new  2015-10-06 13:24:32.0 +0200
@@ -26,17 +26,17 @@
 Source: 
http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 Source1:python3-pyzmq-rpmlintrc
 BuildRequires:  python3
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-BuildRequires:  zeromq-devel
 BuildRequires:  python3-Cython
 BuildRequires:  python3-cffi
+BuildRequires:  python3-devel
 BuildRequires:  python3-numpy
+BuildRequires:  python3-paramiko
 BuildRequires:  python3-pexpect
 BuildRequires:  python3-py
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-simplejson
 BuildRequires:  python3-tornado
-BuildRequires:  python3-paramiko
+BuildRequires:  zeromq-devel
 # Not available yet in Python 3.x
 # BuildRequires:  python3-gevent
 # Test requirements
@@ -93,9 +93,13 @@
 %{python3_sitearch}/zmq/
 %{python3_sitearch}/pyzmq-%{version}-py%{py3_ver}.egg-info
 %exclude %{python3_sitearch}/zmq/utils/*.h
+%exclude %{python3_sitearch}/zmq/backend/cffi/_verify.c
+%exclude %{python3_sitearch}/zmq/backend/cffi/_cdefs.h
 
 %files devel
 %defattr(-,root,root,-)
 %{python3_sitearch}/zmq/utils/*.h
+%{python3_sitearch}/zmq/backend/cffi/_verify.c
+%{python3_sitearch}/zmq/backend/cffi/_cdefs.h
 
 %changelog




commit python3-pyzmq for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2015-08-01 14:16:41

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is python3-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2015-07-12 22:52:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2015-08-01 14:16:42.0 +0200
@@ -1,0 +2,12 @@
+Thu Jul 30 06:46:40 UTC 2015 - toddrme2...@gmail.com
+
+- Disable non-deterministic authentication test.  It fails to 
+  connect randomly.
+
+---
+Wed Jul 29 08:06:43 UTC 2015 - toddrme2...@gmail.com
+
+- Add additional optional dependencies that support additional
+  features and/or additional backends.
+
+---



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.6SNfxM/_old  2015-08-01 14:16:43.0 +0200
+++ /var/tmp/diff_new_pack.6SNfxM/_new  2015-08-01 14:16:43.0 +0200
@@ -27,10 +27,30 @@
 Source1:python3-pyzmq-rpmlintrc
 BuildRequires:  python3
 BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 BuildRequires:  zeromq-devel
-# Test requirements:
 BuildRequires:  python3-Cython
+BuildRequires:  python3-cffi
+BuildRequires:  python3-numpy
+BuildRequires:  python3-pexpect
+BuildRequires:  python3-py
+BuildRequires:  python3-simplejson
+BuildRequires:  python3-tornado
+BuildRequires:  python3-paramiko
+# Not available yet in Python 3.x
+# BuildRequires:  python3-gevent
+# Test requirements
+BuildRequires:  python3-nose
 Requires:   python3
+Recommends: python3-cffi
+Recommends: python3-numpy
+Recommends: python3-pexpect
+Recommends: python3-py
+Recommends: python3-simplejson
+Recommends: python3-tornado
+Recommends: python3-paramiko
+# Not available yet in Python 3.x
+# Recommends: python3-gevent
 Recommends: zeromq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -60,12 +80,16 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
+# Remove non-deterministic authentication test
+# This fails to connect randomly
+rm -rf zmq/tests/test_auth.py
+
 python3 setup.py build_ext --inplace
 python3 setup.py test
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING.LESSER README.md examples docs
+%doc AUTHORS.md COPYING.BSD COPYING.LESSER README.md examples docs
 %{python3_sitearch}/zmq/
 %{python3_sitearch}/pyzmq-%{version}-py%{py3_ver}.egg-info
 %exclude %{python3_sitearch}/zmq/utils/*.h




commit python3-pyzmq for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2015-07-12 22:52:14

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is python3-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2015-06-23 11:57:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2015-07-12 22:52:15.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 29 12:35:36 UTC 2015 - toddrme2...@gmail.com
+
+- Use python3-Cython, not python-Cython
+
+---



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.W9kCH9/_old  2015-07-12 22:52:16.0 +0200
+++ /var/tmp/diff_new_pack.W9kCH9/_new  2015-07-12 22:52:16.0 +0200
@@ -29,7 +29,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  zeromq-devel
 # Test requirements:
-BuildRequires:  python-Cython
+BuildRequires:  python3-Cython
 Requires:   python3
 Recommends: zeromq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit python3-pyzmq for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2015-06-23 11:57:49

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is python3-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2015-04-25 11:26:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2015-06-23 11:57:50.0 +0200
@@ -1,0 +2,16 @@
+Fri Jun 19 01:45:01 UTC 2015 - a...@gmx.de
+
+- update to version 14.7.0:
+  * Changes:
++ Update bundled libzmq to 4.1.2.
++ Following the lead of Python 3.5, interrupted system calls will
+  be retried.
+  * Fixes:
++ Fixes for CFFI backend on Python 3 + support for PyPy 3.
++ Verify types of all frames in :meth:`~zmq.Socket.send_multipart`
+  before sending, to avoid partial messages.
++ Fix build on Windows when both debug and release versions of
+  libzmq are found.
++ Windows build fixes for Python 3.5.
+
+---

Old:

  pyzmq-14.6.0.tar.gz

New:

  pyzmq-14.7.0.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.XOA5FY/_old  2015-06-23 11:57:50.0 +0200
+++ /var/tmp/diff_new_pack.XOA5FY/_new  2015-06-23 11:57:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyzmq
-Version:14.6.0
+Version:14.7.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-14.6.0.tar.gz - pyzmq-14.7.0.tar.gz ++
 35439 lines of diff (skipped)




commit python3-pyzmq for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2015-04-25 09:54:21

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is python3-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2015-01-25 21:15:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2015-04-25 11:26:30.0 +0200
@@ -1,0 +2,14 @@
+Fri Apr 24 16:37:30 UTC 2015 - a...@gmx.de
+
+- update to version 14.6.0:
+  * Changes:
++ improvements in :meth:`zmq.Socket.bind_to_random_port`:
+  o use system to allocate ports by default
+  o catch EACCES on Windows
++ include libsodium when building bundled libzmq on Windows (includes 
wheels on PyPI)
++ pyzmq no longer bundles external libzmq when making a bdist. You can use 
delocate to do this.
+  * Bugfixes:
++ add missing :attr:`ndim` on memoryviews of Frames
++ allow :func:`copy.copy` and :func:`copy.deepcopy` on Sockets, Contexts
+
+---

Old:

  pyzmq-14.5.0.tar.gz

New:

  pyzmq-14.6.0.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.87OC2t/_old  2015-04-25 11:26:30.0 +0200
+++ /var/tmp/diff_new_pack.87OC2t/_new  2015-04-25 11:26:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyzmq
 #
-# Copyright (c) 2015 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:   python3-pyzmq
-Version:14.5.0
+Version:14.6.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-14.5.0.tar.gz - pyzmq-14.6.0.tar.gz ++
 9118 lines of diff (skipped)




commit python3-pyzmq for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2015-01-25 21:15:01

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is python3-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2014-12-01 14:01:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2015-01-25 21:15:02.0 +0100
@@ -1,0 +2,14 @@
+Sun Jan 25 01:37:22 UTC 2015 - a...@gmx.de
+
+- update to version 14.5.0:
+  * use pickle.DEFAULT_PROTOCOL by default in send_pickle
+  * with the release of pip-6, OS X wheels are only marked as
+10.6-intel, indicating that they should be installable on any
+newer or single-arch Python.
+  * raise SSHException on failed check of host key
+  * fix method name in utils.wi32.allow_interrupt
+  * fork-related fixes in garbage collection thread
+  * add missing import in zmq.__init__, causing failure to import in
+some circumstances
+
+---

Old:

  pyzmq-14.4.1.tar.gz

New:

  pyzmq-14.5.0.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.BfLQ0M/_old  2015-01-25 21:15:03.0 +0100
+++ /var/tmp/diff_new_pack.BfLQ0M/_new  2015-01-25 21:15:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyzmq
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   python3-pyzmq
-Version:14.4.1
+Version:14.5.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-14.4.1.tar.gz - pyzmq-14.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyzmq-14.4.1/.travis.yml new/pyzmq-14.5.0/.travis.yml
--- old/pyzmq-14.4.1/.travis.yml2014-10-31 19:10:33.0 +0100
+++ new/pyzmq-14.5.0/.travis.yml2015-01-20 00:07:59.0 +0100
@@ -17,15 +17,15 @@
 before_install:
   - sudo add-apt-repository -y ppa:shnatsel/dnscrypt
   - sudo apt-get update
-  - if [[ $ZMQ != 'bundled' ]]; then sudo apt-get install -qq libzmq3-dev 
libsodium-dev; fi
-  - if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then pip install -q cython 
--install-option='--no-cython-compile'; fi
-
-  - if [[ $ZMQ == 'master' ]]; then git clone --depth 1 
https://github.com/zeromq/libzmq; fi
-  - if [[ $ZMQ == 'master' ]]; then sh -c 'cd libzmq; sh autogen.sh; 
./configure; make -j; sudo make install; sudo ldconfig'; fi
-  - pip install -q --use-mirrors nose
+  - 'if [[ $ZMQ != bundled ]]; then sudo apt-get install -qq libzmq3-dev 
libsodium-dev; fi'
+  - 'if [[ $TRAVIS_PYTHON_VERSION != pypy ]]; then wget 
https://github.com/minrk/travis-wheels/archive/master.zip -O wheels.zip  
unzip wheels.zip; fi'
+  - 'if [[ $TRAVIS_PYTHON_VERSION != pypy ]]; then pip install -q -f 
travis-wheels-master/wheelhouse cython; fi'
+  - 'if [[ $ZMQ == master ]]; then wget 
https://github.com/zeromq/libzmq/archive/master.zip -O libzmq-master.zip  
unzip libzmq-master.zip; fi'
+  - 'if [[ $ZMQ == master ]]; then sh -c cd libzmq-master; sh autogen.sh; 
./configure; make -j; sudo make install; sudo ldconfig; fi'
+  - pip install -q nose
 
 install:
-  - if [[ $ZMQ == 'master' ]]; then export ZMQ=/usr/local; fi
+  - 'if [[ $ZMQ == master ]]; then export ZMQ=/usr/local; fi'
   - python setup.py build_ext --inplace --zmq=$ZMQ
 
 matrix:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyzmq-14.4.1/MANIFEST.in new/pyzmq-14.5.0/MANIFEST.in
--- old/pyzmq-14.4.1/MANIFEST.in2014-10-31 19:10:33.0 +0100
+++ new/pyzmq-14.5.0/MANIFEST.in2015-01-20 00:07:59.0 +0100
@@ -10,10 +10,10 @@
 include setupegg.py
 include zmqversion.py
 include tox.ini
-include tools
 include .travis.yml
 
 graft docs
+graft tools
 prune docs/build
 prune docs/gh-pages
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyzmq-14.4.1/PKG-INFO new/pyzmq-14.5.0/PKG-INFO
--- old/pyzmq-14.4.1/PKG-INFO   2014-10-31 19:10:50.0 +0100
+++ new/pyzmq-14.5.0/PKG-INFO   2015-01-20 00:08:24.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyzmq
-Version: 14.4.1
+Version: 14.5.0
 Summary: Python bindings for 0MQ
 Home-page: http://github.com/zeromq/pyzmq
 Author: Brian E. Granger, Min Ragan-Kelley
diff 

commit python3-pyzmq for openSUSE:Factory

2014-12-01 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2014-12-01 14:01:29

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is python3-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2014-10-02 14:14:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2014-12-01 14:01:50.0 +0100
@@ -1,0 +2,20 @@
+Sat Nov 29 19:51:55 UTC 2014 - a...@gmx.de
+
+- Update to version 14.4.1
+  * Bugfixes for 14.4
+- SyntaxError on Python 2.6 in zmq.ssh
+- Handle possible bug in garbage collection after fork
+- Changes from vesion 14.4.0
+  * New features:
+- Experimental support for libzmq-4.1.0 rc (new constants, plus zmq.has()).
+- Update bundled libzmq to 4.0.5
+- Update bundled libsodium to 1.0.0
+- Fixes for SSH dialogs when using zmq.ssh to create tunnels
+- More build/link/load fixes on OS X and Solaris
+- Get Frame metadata via dict access (libzmq 4)
+- Contexts and Sockets are context managers (term/close on __exit__)
+- Add zmq.utils.win32.allow_interrupt context manager for catching SIGINT 
on Windows
+  * Bugs fixed:
+- Bundled libzmq should not trigger recompilation after install on PyPy
+
+---
@@ -10 +30 @@
-- Update to 14.3.0
+- Changes from vesion 14.3.0

Old:

  pyzmq-14.3.1.tar.gz

New:

  pyzmq-14.4.1.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.uxDz42/_old  2014-12-01 14:01:51.0 +0100
+++ /var/tmp/diff_new_pack.uxDz42/_new  2014-12-01 14:01:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyzmq
-Version:14.3.1
+Version:14.4.1
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-14.3.1.tar.gz - pyzmq-14.4.1.tar.gz ++
 47521 lines of diff (skipped)

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



commit python3-pyzmq for openSUSE:Factory

2014-10-02 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2014-10-02 14:13:48

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is python3-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2014-08-05 13:00:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2014-10-02 14:14:34.0 +0200
@@ -1,0 +2,19 @@
+Wed Oct  1 15:06:28 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 14.3.1
+  + Minor bugfixes to pyzmq 14.3:
+* Fixes to building bundled libzmq on OS X  10.9
+* Fixes to import-failure warnings on Python 3.4
+* Fixes to tests
+* Pull upstream fixes to zmq.ssh for ssh multiplexing
+- Update to 14.3.0
+  + PyZMQ no longer calls :meth:`.Socket.close` or 
+:meth:`.Context.term` during process cleanup.
+Changes to garbage collection in Python 3.4 make this 
+impossible to do sensibly.
+  + :meth:`ZMQStream.close` closes its socket immediately,
+rather than scheduling a timeout.
+  + Raise the original ImportError when importing zmq fails.
+Should be more informative than `no module cffi...`.
+
+---

Old:

  pyzmq-14.2.0.tar.gz

New:

  pyzmq-14.3.1.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.E2gmhf/_old  2014-10-02 14:14:37.0 +0200
+++ /var/tmp/diff_new_pack.E2gmhf/_new  2014-10-02 14:14:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyzmq
-Version:14.2.0
+Version:14.3.1
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-14.2.0.tar.gz - pyzmq-14.3.1.tar.gz ++
 8819 lines of diff (skipped)

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



commit python3-pyzmq for openSUSE:Factory

2014-08-05 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2014-08-05 13:00:17

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is python3-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2014-05-02 14:02:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2014-08-05 13:00:26.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 16:54:10 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---

Old:

  rpmlintrc

New:

  python3-pyzmq-rpmlintrc



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.RzD2kc/_old  2014-08-05 13:00:27.0 +0200
+++ /var/tmp/diff_new_pack.RzD2kc/_new  2014-08-05 13:00:27.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python3-pyzmq
 Version:14.2.0
 Release:0
@@ -23,6 +24,7 @@
 Group:  Development/Languages/Python
 Url:http://github.com/zeromq/pyzmq
 Source: 
http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
+Source1:python3-pyzmq-rpmlintrc
 BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  zeromq-devel

++ python3-pyzmq-rpmlintrc ++
# The devel package only contains C headers files:
addFilter(pyzmq-devel.*: W: no-dependency-on python\(abi\))
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pyzmq for openSUSE:Factory

2014-05-02 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2014-05-02 14:02:43

Comparing /work/SRC/openSUSE:Factory/python3-pyzmq (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyzmq.new (New)


Package is python3-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2013-06-19 15:48:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2014-05-02 14:02:45.0 +0200
@@ -1,0 +2,9 @@
+Fri Apr 25 11:07:24 UTC 2014 - and...@opensuse.org
+
+- update to version 14.2.0
+  * Raise new ZMQVersionError when a requested method is not
+supported by the linked libzmq. For backward compatibility, this
+subclasses NotImplementedError.
+  * Bug fixes
+  
+---

Old:

  pyzmq-13.0.0.tar.gz

New:

  pyzmq-14.2.0.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.dem2KK/_old  2014-05-02 14:02:46.0 +0200
+++ /var/tmp/diff_new_pack.dem2KK/_new  2014-05-02 14:02:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyzmq
 #
-# 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
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   python3-pyzmq
-Version:13.0.0
+Version:14.2.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-13.0.0.tar.gz - pyzmq-14.2.0.tar.gz ++
 149097 lines of diff (skipped)

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