commit python-pyzmq for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2020-10-29 09:48:41

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


Package is "python-pyzmq"

Thu Oct 29 09:48:41 2020 rev:42 rq:843235 version:19.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2020-09-29 18:59:16.901589690 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.3463/python-pyzmq.changes  
2020-10-29 09:48:48.072192751 +0100
@@ -1,0 +2,10 @@
+Wed Oct 14 13:59:04 UTC 2020 - Matej Cepl 
+
+- Skip failing tests (gh#zeromq/pyzmq#1431 or gh#zeromq/pyzmq#1432)
+
+---
+Wed Oct 14 10:21:34 UTC 2020 - Matej Cepl 
+
+- Use pytest_arch macro instead of the construct we had there.
+
+---



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.2YyBqv/_old  2020-10-29 09:48:49.136193659 +0100
+++ /var/tmp/diff_new_pack.2YyBqv/_new  2020-10-29 09:48:49.136193659 +0100
@@ -99,10 +99,13 @@
 %if %{with tests}
 %check
 export LANG=en_US.UTF-8
-%python_exec setup.py build_ext --inplace
-timeout 5m bash -c '
-%pytest
-'
+# skipped tests because of gh#zeromq/pyzmq#1431
+SKIPPED_TESTS="test_buffer_numpy or test_bytes or test_curve or 
test_frame_more or "
+SKIPPED_TESTS+="test_large_send or test_lifecycle1 or test_lifecycle2 or "
+SKIPPED_TESTS+="test_memoryview_shape or test_multi_tracker or test_plain or 
test_tracker"
+# gh#zeromq/pyzmq#1432
+SKIPPED_TESTS+=" or TestSocketGreen"
+%pytest_arch -k "not (${SKIPPED_TESTS})"
 %endif
 
 %files %{python_files}




commit python-pyzmq for openSUSE:Factory

2020-09-29 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2020-09-29 18:59:12

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


Package is "python-pyzmq"

Tue Sep 29 18:59:12 2020 rev:41 rq:837381 version:19.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2020-09-10 22:46:45.739752887 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.4249/python-pyzmq.changes  
2020-09-29 18:59:16.901589690 +0200
@@ -1,0 +2,5 @@
+Thu Sep 24 15:46:33 UTC 2020 - Hans-Peter Jansen 
+
+- raise test timeout limit to 5m and define an console encoding
+
+---



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.X4qF73/_old  2020-09-29 18:59:18.341591440 +0200
+++ /var/tmp/diff_new_pack.X4qF73/_new  2020-09-29 18:59:18.345591444 +0200
@@ -98,8 +98,9 @@
 
 %if %{with tests}
 %check
+export LANG=en_US.UTF-8
 %python_exec setup.py build_ext --inplace
-timeout 3m bash -c '
+timeout 5m bash -c '
 %pytest
 '
 %endif




commit python-pyzmq for openSUSE:Factory

2020-09-10 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2020-09-10 22:46:32

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


Package is "python-pyzmq"

Thu Sep 10 22:46:32 2020 rev:40 rq:832907 version:19.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2020-08-25 12:36:41.705374634 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.4249/python-pyzmq.changes  
2020-09-10 22:46:45.739752887 +0200
@@ -1,0 +2,5 @@
+Mon Sep  7 11:31:06 UTC 2020 - Bernhard Wiedemann 
+
+- Add timeout to tests (boo#1176232)
+
+---



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.3HCYKS/_old  2020-09-10 22:46:46.707753779 +0200
+++ /var/tmp/diff_new_pack.3HCYKS/_new  2020-09-10 22:46:46.707753779 +0200
@@ -99,7 +99,9 @@
 %if %{with tests}
 %check
 %python_exec setup.py build_ext --inplace
+timeout 3m bash -c '
 %pytest
+'
 %endif
 
 %files %{python_files}




commit python-pyzmq for openSUSE:Factory

2020-08-25 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2020-08-25 12:36:20

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


Package is "python-pyzmq"

Tue Aug 25 12:36:20 2020 rev:39 rq:826796 version:19.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2020-08-06 17:32:40.129102087 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.3399/python-pyzmq.changes  
2020-08-25 12:36:41.705374634 +0200
@@ -1,0 +2,5 @@
+Sat Aug 15 06:33:10 UTC 2020 - John Vandenberg 
+
+- Re-activate test suite on x86_64, replacing nose with pytest
+
+---



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.hhzQSt/_old  2020-08-25 12:36:42.909375228 +0200
+++ /var/tmp/diff_new_pack.hhzQSt/_new  2020-08-25 12:36:42.913375230 +0200
@@ -17,8 +17,12 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# Disable tests, they are so slow that OBS thinks the build died.
+# Disable tests, they are very slow/halt on many arch
+%ifarch x86_64
+%bcond_without  tests
+%else
 %bcond_with tests
+%endif
 Name:   python-pyzmq
 Version:19.0.2
 Release:0
@@ -34,11 +38,10 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module gevent}
 # Test requirements
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module paramiko}
 BuildRequires:  %{python_module pexpect}
-BuildRequires:  %{python_module py}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module simplejson}
 BuildRequires:  %{python_module tornado}
@@ -77,6 +80,12 @@
 # Fix non-executable script rpmlint warning:
 find examples zmq -name "*.py" -exec sed -i "s|#\!\/usr\/bin\/env python||" {} 
\;
 
+# Remove non-deterministic authentication test
+# This fails to connect randomly
+rm -rf zmq/tests/test_auth.py
+sed -i '/from zmq.tests.test_auth/d' zmq/tests/asyncio/_test_asyncio.py
+sed -i 's/TestThreadAuthentication/object/' zmq/tests/asyncio/_test_asyncio.py
+
 %patch1
 
 %build
@@ -89,12 +98,8 @@
 
 %if %{with tests}
 %check
-# Remove non-deterministic authentication test
-# This fails to connect randomly
-rm -rf zmq/tests/test_auth.py
-
 %python_exec setup.py build_ext --inplace
-%python_exec setup.py test
+%pytest
 %endif
 
 %files %{python_files}




commit python-pyzmq for openSUSE:Factory

2020-08-06 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2020-08-06 17:31:58

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


Package is "python-pyzmq"

Thu Aug  6 17:31:58 2020 rev:38 rq:824350 version:19.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2020-05-11 13:26:06.839200793 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.3399/python-pyzmq.changes  
2020-08-06 17:32:40.129102087 +0200
@@ -1,0 +2,13 @@
+Tue Aug  4 16:05:21 UTC 2020 - Dirk Mueller 
+
+- update to version 19.0.2:
+  - Regenerate Cython sources with 0.29.21 in sdists for compatibility with 
Python 3.9
+  - Handle underlying socket being closed in ZMQStream with warning instead of 
error
+  - Improvements to socket cleanup during process teardown
+  - Fix debug-builds on Windows
+  - Avoid importing ctypes during startup on Windows
+  - Documentation improvements
+  - Raise ``AttributeError`` instead of ``ZMQError(EINVAL)`` on attempts to 
read write-only attributes,
+for compatibility with mocking
+
+---

Old:

  pyzmq-19.0.1.tar.gz

New:

  pyzmq-19.0.2.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.8Lvqp0/_old  2020-08-06 17:32:40.981102286 +0200
+++ /var/tmp/diff_new_pack.8Lvqp0/_new  2020-08-06 17:32:40.981102286 +0200
@@ -20,7 +20,7 @@
 # Disable tests, they are so slow that OBS thinks the build died.
 %bcond_with tests
 Name:   python-pyzmq
-Version:19.0.1
+Version:19.0.2
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0-or-later AND BSD-3-Clause

++ pyzmq-19.0.1.tar.gz -> pyzmq-19.0.2.tar.gz ++
 3682 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2020-05-11 13:26:05

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


Package is "python-pyzmq"

Mon May 11 13:26:05 2020 rev:37 rq:802283 version:19.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2020-03-11 18:44:54.311361012 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.2738/python-pyzmq.changes  
2020-05-11 13:26:06.839200793 +0200
@@ -1,0 +2,8 @@
+Sat May  9 16:07:53 UTC 2020 - Arun Persaud 
+
+- update to version 19.0.1:
+  * Fix TypeError during garbage collection
+  * Fix compilation with some C++ compilers
+  * Fixes in tests and examples
+
+---

Old:

  pyzmq-19.0.0.tar.gz

New:

  pyzmq-19.0.1.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.IDoq9v/_old  2020-05-11 13:26:08.543204366 +0200
+++ /var/tmp/diff_new_pack.IDoq9v/_new  2020-05-11 13:26:08.547204374 +0200
@@ -20,7 +20,7 @@
 # Disable tests, they are so slow that OBS thinks the build died.
 %bcond_with tests
 Name:   python-pyzmq
-Version:19.0.0
+Version:19.0.1
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0-or-later AND BSD-3-Clause

++ pyzmq-19.0.0.tar.gz -> pyzmq-19.0.1.tar.gz ++
 2528 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2020-03-11 18:42:39

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


Package is "python-pyzmq"

Wed Mar 11 18:42:39 2020 rev:36 rq:782792 version:19.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2019-11-22 10:25:13.129277183 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.3160/python-pyzmq.changes  
2020-03-11 18:44:54.311361012 +0100
@@ -1,0 +2,15 @@
+Fri Mar  6 21:55:13 UTC 2020 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+
+- update to version 19.0.0:
+  * Cython backend: Build Cython extensions with language level "3str"
+(requires Cython 0.29)
+  * Cython backend: You can now cimport zmq
+  * Asyncio: Fix memory leak in Poller
+  * Log: Much improved logging in :mod:`zmq.log` (see :doc:`logging`)
+  * Log: add python -m zmq.log entrypoint
+  * Sources generated with Cython 0.29.15
+
+---

Old:

  pyzmq-18.1.1.tar.gz

New:

  pyzmq-19.0.0.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.f0yofp/_old  2020-03-11 18:44:55.275361603 +0100
+++ /var/tmp/diff_new_pack.f0yofp/_new  2020-03-11 18:44:55.279361606 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyzmq
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 # Disable tests, they are so slow that OBS thinks the build died.
 %bcond_with tests
 Name:   python-pyzmq
-Version:18.1.1
+Version:19.0.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0-or-later AND BSD-3-Clause

++ pyzmq-18.1.1.tar.gz -> pyzmq-19.0.0.tar.gz ++
 4075 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2019-11-22 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2019-11-22 10:25:02

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


Package is "python-pyzmq"

Fri Nov 22 10:25:02 2019 rev:35 rq:749104 version:18.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2019-08-27 10:11:55.431977381 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.26869/python-pyzmq.changes 
2019-11-22 10:25:13.129277183 +0100
@@ -1,0 +2,10 @@
+Sat Nov 16 16:48:32 UTC 2019 - Arun Persaud 
+
+- update to version 18.1.1:
+  * Fix race condition when shutting down ZAP thread while events are
+still processing (only affects tests)
+  * Publish wheels for Python 3.8 on all platforms
+  * Stop publishing wheels for Python 3.4 on Windows
+  * Sources generated with Cython 0.29.14
+
+---

Old:

  pyzmq-18.1.0.tar.gz

New:

  pyzmq-18.1.1.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.Q4Bch3/_old  2019-11-22 10:25:13.997276927 +0100
+++ /var/tmp/diff_new_pack.Q4Bch3/_new  2019-11-22 10:25:14.001276926 +0100
@@ -20,11 +20,10 @@
 # Disable tests, they are so slow that OBS thinks the build died.
 %bcond_with tests
 Name:   python-pyzmq
-Version:18.1.0
+Version:18.1.1
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0-or-later AND BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/zeromq/pyzmq
 Source: 
https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 Source1:python-pyzmq-rpmlintrc
@@ -66,7 +65,6 @@
 
 %package devel
 Summary:Development files for %{name}
-Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
 Requires:   python-devel
 Requires:   zeromq-devel

++ pyzmq-18.1.0.tar.gz -> pyzmq-18.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyzmq-18.1.0/.travis.yml new/pyzmq-18.1.1/.travis.yml
--- old/pyzmq-18.1.0/.travis.yml2019-08-08 14:43:48.0 +0200
+++ new/pyzmq-18.1.1/.travis.yml2019-11-14 09:18:12.0 +0100
@@ -1,5 +1,4 @@
 language: python
-dist: trusty
 
 cache:
   - apt
@@ -7,8 +6,9 @@
 python:
   - 2.7
   - 3.6
-  - pypy2.7-5.8.0
-  - pypy3.5-5.8.0
+  - 3.8
+  - pypy
+  - pypy3
 env:
 - ZMQ=
 - ZMQ=bundled
@@ -59,12 +59,14 @@
   include:
 - python: pypy
   env: ZMQ=bundled
+- python: 3.8
+  env: ZMQ=
+- python: 3.8
+  env: ZMQ=bundled
 - python: 3.7
   env: ZMQ=
-  dist: xenial
 - python: 3.7
   env: ZMQ=bundled
-  dist: xenial
 - python: 3.6
   env:
 - ZMQ=
@@ -90,6 +92,7 @@
 - python: 3.4
   env: ZMQ=zeromq3-x
 - python: 3.3
+  dist: trusty
   env: ZMQ=
 - python: nightly
   env: ZMQ=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyzmq-18.1.0/PKG-INFO new/pyzmq-18.1.1/PKG-INFO
--- old/pyzmq-18.1.0/PKG-INFO   2019-08-08 14:44:12.0 +0200
+++ new/pyzmq-18.1.1/PKG-INFO   2019-11-14 09:18:32.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyzmq
-Version: 18.1.0
+Version: 18.1.1
 Summary: Python bindings for 0MQ
 Home-page: https://pyzmq.readthedocs.org
 Author: Brian E. Granger, Min Ragan-Kelley
@@ -67,7 +67,7 @@
 (this is often preferable if you already have libzmq installed and 
configured the way you want it),
 you can force installation with:
 
-pip install --no-use-wheel pyzmq
+pip install --no-binary=:all: pyzmq
 
 When compiling pyzmq (e.g. installing with pip on Linux),
 it is generally recommended that zeromq be installed separately,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyzmq-18.1.0/README.md new/pyzmq-18.1.1/README.md
--- old/pyzmq-18.1.0/README.md  2019-08-08 14:43:48.0 +0200
+++ new/pyzmq-18.1.1/README.md  2019-11-14 09:18:12.0 +0100
@@ -59,7 +59,7 @@
 (this is often preferable if you already have libzmq installed and configured 
the way you want it),
 you can force installation with:
 
-pip install --no-use-wheel pyzmq
+pip install --no-binary=:all: pyzmq
 
 When compiling pyzmq (e.g. installing with pip on Linux),
 it is generally recommended that zeromq be installed separately,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-pyzmq for openSUSE:Factory

2019-08-27 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2019-08-27 10:11:53

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


Package is "python-pyzmq"

Tue Aug 27 10:11:53 2019 rev:34 rq:725983 version:18.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2019-07-30 13:00:23.554448068 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.7948/python-pyzmq.changes  
2019-08-27 10:11:55.431977381 +0200
@@ -1,0 +2,12 @@
+Sun Aug 25 17:54:53 UTC 2019 - Arun Persaud 
+
+- update to version 18.1.0:
+  * Compatibility with Python 3.8 release candidate by regenerating
+Cython courses with Cython 0.29.13
+  * bump bundled libzmq to 4.3.2
+  * handle cancelled futures in asyncio
+  * make :meth:`zmq.Context.instance` fork-safe
+  * fix errors in :meth:`zmq.Context.destroy` when opening and closing
+many sockets
+
+---

Old:

  pyzmq-18.0.2.tar.gz

New:

  pyzmq-18.1.0.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.T0EqkB/_old  2019-08-27 10:11:56.947977280 +0200
+++ /var/tmp/diff_new_pack.T0EqkB/_new  2019-08-27 10:11:56.987977278 +0200
@@ -20,12 +20,12 @@
 # Disable tests, they are so slow that OBS thinks the build died.
 %bcond_with tests
 Name:   python-pyzmq
-Version:18.0.2
+Version:18.1.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0-or-later AND BSD-3-Clause
 Group:  Development/Languages/Python
-URL:http://github.com/zeromq/pyzmq
+URL:https://github.com/zeromq/pyzmq
 Source: 
https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 Source1:python-pyzmq-rpmlintrc
 # PATCH-FIX-OPENSUSE skip_test_tracker.patch

++ pyzmq-18.0.2.tar.gz -> pyzmq-18.1.0.tar.gz ++
 16933 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2019-07-30 13:00:07

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


Package is "python-pyzmq"

Tue Jul 30 13:00:07 2019 rev:33 rq:713879 version:18.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2019-03-12 09:46:06.195625509 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.4126/python-pyzmq.changes  
2019-07-30 13:00:23.554448068 +0200
@@ -1,0 +2,10 @@
+Sat Jul  6 21:31:05 UTC 2019 - Arun Persaud 
+
+- update to version 18.0.2:
+  * Compatibility with Python 3.8 prerelease by regenerating Cython
+sources with Cython 0.29.10.
+  * Fix language_level=2 in Cython sources, for compatibility with
+Cython 0.30
+  * Show missing path for ENOENT errors on ipc connections.
+
+---

Old:

  pyzmq-18.0.1.tar.gz

New:

  pyzmq-18.0.2.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.a3jDpK/_old  2019-07-30 13:00:24.298447901 +0200
+++ /var/tmp/diff_new_pack.a3jDpK/_new  2019-07-30 13:00:24.302447900 +0200
@@ -20,7 +20,7 @@
 # Disable tests, they are so slow that OBS thinks the build died.
 %bcond_with tests
 Name:   python-pyzmq
-Version:18.0.1
+Version:18.0.2
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0-or-later AND BSD-3-Clause

++ pyzmq-18.0.1.tar.gz -> pyzmq-18.0.2.tar.gz ++
 3379 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2019-03-12 09:46:04

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


Package is "python-pyzmq"

Tue Mar 12 09:46:04 2019 rev:32 rq:683644 version:18.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2018-08-28 09:20:11.028026882 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.28833/python-pyzmq.changes 
2019-03-12 09:46:06.195625509 +0100
@@ -1,0 +2,25 @@
+Sat Mar  9 15:47:03 UTC 2019 - Arun Persaud 
+
+- update to version 18.0.1:
+  * Fixes installation from source on non-unicode locales with Python
+3. There are no code changes in this release.
+
+---
+Sat Mar  2 04:52:24 UTC 2019 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+
+- update to version 18.0.0:
+  * Update bundled libzmq to 4.3.1 (fixes CVE-2019-6250)
+  * Added :func:`~zmq.proxy_steerable` and
+:class:`zmq.devices.ProxySteerable`
+  * Added bind_{in|out|mon}_to_random_port variants for proxy device
+methods
+  * Performance improvements for sends with asyncio
+  * Fix sending memoryviews/bytearrays with cffi backend
+
+- changes from version 17.1.3:
+  * Fix compatibility with tornado 6 (removal of stack_context)
+
+---

Old:

  pyzmq-17.1.2.tar.gz

New:

  pyzmq-18.0.1.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.PqDcej/_old  2019-03-12 09:46:08.935624963 +0100
+++ /var/tmp/diff_new_pack.PqDcej/_new  2019-03-12 09:46:08.939624962 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyzmq
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 # Disable tests, they are so slow that OBS thinks the build died.
 %bcond_with tests
 Name:   python-pyzmq
-Version:17.1.2
+Version:18.0.1
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0-or-later AND BSD-3-Clause

++ pyzmq-17.1.2.tar.gz -> pyzmq-18.0.1.tar.gz ++
 64763 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2018-08-28 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2018-08-28 09:20:09

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


Package is "python-pyzmq"

Tue Aug 28 09:20:09 2018 rev:31 rq:630382 version:17.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2018-07-14 20:27:37.416556369 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2018-08-28 09:20:11.028026882 +0200
@@ -1,0 +2,9 @@
+Sat Aug 18 17:02:18 UTC 2018 - a...@gmx.de
+
+- update to version 17.1.2:
+  * Fix possible hang when working with asyncio
+  * Remove some outdated workarounds for old Cython versions
+  * Fix some compilation with custom compilers
+  * Remove unneeded link of libstdc++ on PyPy
+
+---

Old:

  pyzmq-17.1.0.tar.gz

New:

  pyzmq-17.1.2.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.fXDy8O/_old  2018-08-28 09:20:11.752029186 +0200
+++ /var/tmp/diff_new_pack.fXDy8O/_new  2018-08-28 09:20:11.752029186 +0200
@@ -20,7 +20,7 @@
 # Disable tests, they are so slow that OBS thinks the build died.
 %bcond_with tests
 Name:   python-pyzmq
-Version:17.1.0
+Version:17.1.2
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0-or-later AND BSD-3-Clause

++ pyzmq-17.1.0.tar.gz -> pyzmq-17.1.2.tar.gz ++
 16527 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2018-07-14 20:25:34

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


Package is "python-pyzmq"

Sat Jul 14 20:25:34 2018 rev:30 rq:622509 version:17.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2018-03-08 10:59:04.509918420 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2018-07-14 20:27:37.416556369 +0200
@@ -1,0 +2,17 @@
+Fri Jul 13 15:55:29 UTC 2018 - a...@gmx.de
+
+- update to version 17.1.0:
+  * Bump bundled libzmq to 4.2.5
+  * Improve tornado 5.0 compatibility (use
+:meth:`~tornado.ioloop.IOLoop.current` instead of
+:meth:`~tornado.ioloop.IOLoop.instance` to get default loops in
+:class:`.ZMQStream` and :class:`.IOLoopAuthenticator`)
+  * Add support for :func:`.curve_public`
+  * Remove delayed import of json in send/recv_json
+  * Add :meth:`.Authenticator.configure_curve_callback`
+  * Various build fixes
+  * sdist sources generated with Cython 0.28.3
+  * Stop building wheels for Python 3.4, start building wheels for
+Python 3.7
+
+---

Old:

  pyzmq-17.0.0.tar.gz

New:

  pyzmq-17.1.0.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.S6bZMg/_old  2018-07-14 20:27:37.864557519 +0200
+++ /var/tmp/diff_new_pack.S6bZMg/_new  2018-07-14 20:27:37.868557529 +0200
@@ -16,17 +16,16 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # Disable tests, they are so slow that OBS thinks the build died.
 %bcond_with tests
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyzmq
-Version:17.0.0
+Version:17.1.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0-or-later AND BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://github.com/zeromq/pyzmq
+URL:http://github.com/zeromq/pyzmq
 Source: 
https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 Source1:python-pyzmq-rpmlintrc
 # PATCH-FIX-OPENSUSE skip_test_tracker.patch
@@ -35,6 +34,8 @@
 BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module gevent}
+# Test requirements
+BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module paramiko}
 BuildRequires:  %{python_module pexpect}
@@ -45,21 +46,18 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  zeromq-devel
-# Test requirements
-BuildRequires:  %{python_module nose}
 Requires:   python
 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Recommends: python-cffi
 Recommends: python-gevent
 Recommends: python-numpy
+Recommends: python-paramiko
 Recommends: python-pexpect
 Recommends: python-py
 Recommends: python-simplejson
 Recommends: python-tornado
-Recommends: python-paramiko
 Recommends: zeromq
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -102,8 +100,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS.md COPYING.BSD COPYING.LESSER README.md examples
+%license COPYING.BSD COPYING.LESSER
+%doc AUTHORS.md README.md examples
 %{python_sitearch}/zmq/
 %{python_sitearch}/pyzmq-%{version}-py*.egg-info
 %exclude %{python_sitearch}/zmq/utils/*.h
@@ -111,7 +109,6 @@
 %exclude %{python_sitearch}/zmq/backend/cffi/_cdefs.h
 
 %files %{python_files devel}
-%defattr(-,root,root,-)
 %{python_sitearch}/zmq/utils/*.h
 %{python_sitearch}/zmq/backend/cffi/_verify.c
 %{python_sitearch}/zmq/backend/cffi/_cdefs.h

++ pyzmq-17.0.0.tar.gz -> pyzmq-17.1.0.tar.gz ++
 81002 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2018-03-08 10:58:59

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


Package is "python-pyzmq"

Thu Mar  8 10:58:59 2018 rev:29 rq:583920 version:17.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2018-03-05 13:37:14.185292141 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2018-03-08 10:59:04.509918420 +0100
@@ -1,0 +2,5 @@
+Wed Mar  7 14:34:04 UTC 2018 - apla...@suse.com
+
+- Allows Recommends and Suggest in Fedora
+
+---



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.TlKyqx/_old  2018-03-08 10:59:05.369887336 +0100
+++ /var/tmp/diff_new_pack.TlKyqx/_new  2018-03-08 10:59:05.373887192 +0100
@@ -48,7 +48,7 @@
 # Test requirements
 BuildRequires:  %{python_module nose}
 Requires:   python
-%if 0%{?suse_version} >= 1000
+%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Recommends: python-cffi
 Recommends: python-gevent
 Recommends: python-numpy




commit python-pyzmq for openSUSE:Factory

2018-03-05 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2018-03-05 13:37:09

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


Package is "python-pyzmq"

Mon Mar  5 13:37:09 2018 rev:28 rq:580798 version:17.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2018-02-14 09:44:58.246359306 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2018-03-05 13:37:14.185292141 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 18:03:10 UTC 2018 - apla...@suse.com
+
+- Recommends only for SUSE
+
+---



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.CJn9uR/_old  2018-03-05 13:37:14.985263193 +0100
+++ /var/tmp/diff_new_pack.CJn9uR/_new  2018-03-05 13:37:14.989263047 +0100
@@ -24,7 +24,7 @@
 Version:17.0.0
 Release:0
 Summary:Python bindings for 0MQ
-License:LGPL-3.0+ and BSD-3-Clause
+License:LGPL-3.0-or-later AND BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://github.com/zeromq/pyzmq
 Source: 
https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
@@ -48,6 +48,7 @@
 # Test requirements
 BuildRequires:  %{python_module nose}
 Requires:   python
+%if 0%{?suse_version} >= 1000
 Recommends: python-cffi
 Recommends: python-gevent
 Recommends: python-numpy
@@ -57,6 +58,7 @@
 Recommends: python-tornado
 Recommends: python-paramiko
 Recommends: zeromq
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 




commit python-pyzmq for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2018-02-14 09:44:44

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


Package is "python-pyzmq"

Wed Feb 14 09:44:44 2018 rev:27 rq:575266 version:17.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2018-02-05 10:53:47.254127934 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2018-02-14 09:44:58.246359306 +0100
@@ -1,0 +2,26 @@
+Sat Feb 10 17:31:28 UTC 2018 - a...@gmx.de
+
+- update to version 17.0.0:
+  * Add :meth:`zmq.Socket.send_serialized` and
+:meth:`zmq.Socket.recv_serialized` for sending/receiving messages
+with custom serialization.
+  * Add :attr:`zmq.Socket.copy_threshold` and
+:const:`zmq.COPY_THRESHOLD`. Messages smaller than this are always
+copied, regardless of copy=False, to avoid overhead of zero-copy
+bookkeeping on small messages.
+  * Added visible deprecation warnings to bundled tornado
+IOLoop. Tornado eventloop integration shouldn't be used without a
+proper tornado install since pyzmq 14.
+  * Allow pyzmq asyncio/tornado integration to run without installing
+:func:`zmq_poll` implementation. The following methods and classes
+are deprecated and no longer required:
+  :func:`zmq.eventloop.ioloop.install`
+  :class:`zmq.eventloop.ioloop.IOLoop`
+  :func:`zmq.asyncio.install`
+  :class:`zmq.asyncio.ZMQEventLoop`
+  * Set RPATH correctly when building on macOS.
+  * Compatibility fixes with tornado 5.0.dev (may not be quite enough
+for 5.0 final, which is not yet released as of pyzmq 17).
+  * Draft support for CLIENT-SERVER routing_id and group.
+
+---

Old:

  pyzmq-16.0.4.tar.gz

New:

  pyzmq-17.0.0.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.PcgEdJ/_old  2018-02-14 09:45:00.830265133 +0100
+++ /var/tmp/diff_new_pack.PcgEdJ/_new  2018-02-14 09:45:00.830265133 +0100
@@ -21,7 +21,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyzmq
-Version:16.0.4
+Version:17.0.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+ and BSD-3-Clause

++ pyzmq-16.0.4.tar.gz -> pyzmq-17.0.0.tar.gz ++
 36988 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2018-02-05 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2018-02-05 10:53:02

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


Package is "python-pyzmq"

Mon Feb  5 10:53:02 2018 rev:26 rq:572412 version:16.0.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2017-11-08 15:10:39.312905587 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2018-02-05 10:53:47.254127934 +0100
@@ -1,0 +2,12 @@
+Sun Jan 28 18:51:21 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 16.0.4:
+  * Regenerate Cython sources in sdists with Cython 0.27.3, fixing
+builds on CPython 3.7.
+  * Add warning when using bundled tornado, which was deprecated too
+quietly in 14.x.
+
+---

Old:

  pyzmq-16.0.3.tar.gz

New:

  pyzmq-16.0.4.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.WLdvia/_old  2018-02-05 10:53:49.678014575 +0100
+++ /var/tmp/diff_new_pack.WLdvia/_new  2018-02-05 10:53:49.678014575 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyzmq
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,7 +21,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyzmq
-Version:16.0.3
+Version:16.0.4
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+ and BSD-3-Clause

++ pyzmq-16.0.3.tar.gz -> pyzmq-16.0.4.tar.gz ++
 7501 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2017-11-08 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2017-11-08 15:10:26

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


Package is "python-pyzmq"

Wed Nov  8 15:10:26 2017 rev:25 rq:538784 version:16.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2017-08-12 20:26:24.310732613 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2017-11-08 15:10:39.312905587 +0100
@@ -1,0 +2,7 @@
+Thu Nov  2 02:00:47 UTC 2017 - a...@gmx.de
+
+- update to version 16.0.3:
+  * Regenerate Cython sources in sdists with Cython 0.27.2, fixing
+builds on CPython 3.7.
+
+---

Old:

  pyzmq-16.0.2.tar.gz

New:

  pyzmq-16.0.3.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.0IEYCN/_old  2017-11-08 15:10:40.140875359 +0100
+++ /var/tmp/diff_new_pack.0IEYCN/_new  2017-11-08 15:10:40.144875213 +0100
@@ -21,7 +21,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyzmq
-Version:16.0.2
+Version:16.0.3
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+ and BSD-3-Clause
@@ -31,19 +31,19 @@
 Source1:python-pyzmq-rpmlintrc
 # PATCH-FIX-OPENSUSE skip_test_tracker.patch
 Patch1: skip_test_tracker.patch
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module cffi}
+BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module gevent}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module paramiko}
 BuildRequires:  %{python_module pexpect}
 BuildRequires:  %{python_module py}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module simplejson}
 BuildRequires:  %{python_module tornado}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRequires:  zeromq-devel
 # Test requirements
 BuildRequires:  %{python_module nose}

++ pyzmq-16.0.2.tar.gz -> pyzmq-16.0.3.tar.gz ++
 27720 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2017-08-12 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2017-08-12 20:26:18

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


Package is "python-pyzmq"

Sat Aug 12 20:26:18 2017 rev:24 rq:514750 version:16.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2017-04-28 10:42:50.023739435 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2017-08-12 20:26:24.310732613 +0200
@@ -1,0 +2,6 @@
+Sun Aug  6 04:48:29 UTC 2017 - toddrme2...@gmail.com
+
+- Remove docs. They aren't being built so they are not useful,
+  and they break the build.
+
+---



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.ByG8qV/_old  2017-08-12 20:26:25.290595298 +0200
+++ /var/tmp/diff_new_pack.ByG8qV/_new  2017-08-12 20:26:25.298594177 +0200
@@ -101,7 +101,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc AUTHORS.md COPYING.BSD COPYING.LESSER README.md examples docs
+%doc AUTHORS.md COPYING.BSD COPYING.LESSER README.md examples
 %{python_sitearch}/zmq/
 %{python_sitearch}/pyzmq-%{version}-py*.egg-info
 %exclude %{python_sitearch}/zmq/utils/*.h




commit python-pyzmq for openSUSE:Factory

2017-04-28 Thread root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2017-04-28 10:42:47

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


Package is "python-pyzmq"

Fri Apr 28 10:42:47 2017 rev:23 rq:489468 version:16.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2016-01-28 17:25:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2017-04-28 10:42:50.023739435 +0200
@@ -1,0 +2,7 @@
+Fri Apr 14 22:51:00 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 16.0.2
+- Rebase skip_test_tracker.patch.
+- Implement single-spec version.
+
+---

Old:

  pyzmq-15.2.0.tar.gz

New:

  pyzmq-16.0.2.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.RkMoKZ/_old  2017-04-28 10:42:52.963323940 +0200
+++ /var/tmp/diff_new_pack.RkMoKZ/_new  2017-04-28 10:42:52.967323374 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyzmq
 #
-# 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
@@ -16,31 +16,37 @@
 #
 
 
+# Disable tests, they are so slow that OBS thinks the build died.
+%bcond_with tests
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyzmq
-Version:15.2.0
+Version:16.0.2
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+ and BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://github.com/zeromq/pyzmq
-Source: 
https://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:python-pyzmq-rpmlintrc
 # PATCH-FIX-OPENSUSE skip_test_tracker.patch
 Patch1: skip_test_tracker.patch
-BuildRequires:  python-Cython
-BuildRequires:  python-cffi
-BuildRequires:  python-devel
-BuildRequires:  python-gevent
-BuildRequires:  python-numpy
-BuildRequires:  python-paramiko
-BuildRequires:  python-pexpect
-BuildRequires:  python-py
-BuildRequires:  python-setuptools
-BuildRequires:  python-simplejson
-BuildRequires:  python-tornado
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module Cython}
+BuildRequires:  %{python_module cffi}
+BuildRequires:  %{python_module gevent}
+BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module paramiko}
+BuildRequires:  %{python_module pexpect}
+BuildRequires:  %{python_module py}
+BuildRequires:  %{python_module simplejson}
+BuildRequires:  %{python_module tornado}
 BuildRequires:  zeromq-devel
 # Test requirements
-BuildRequires:  python-nose
+BuildRequires:  %{python_module nose}
 Requires:   python
 Recommends: python-cffi
 Recommends: python-gevent
@@ -52,9 +58,7 @@
 Recommends: python-paramiko
 Recommends: zeromq
 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
 PyZMQ is a lightweight and super-fast messaging library built on top of
@@ -78,21 +82,24 @@
 %patch1
 
 %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}
 
-# 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
+%if %{with tests}
+%check
+# Remove non-deterministic authentication test
+# This fails to connect randomly
+rm -rf zmq/tests/test_auth.py
+
+%python_exec setup.py build_ext --inplace
+%python_exec setup.py test
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc AUTHORS.md COPYING.BSD COPYING.LESSER README.md examples docs
 %{python_sitearch}/zmq/
@@ -101,7 +108,7 @@
 %exclude %{python_sitearch}/zmq/backend/cffi/_verify.c
 %exclude %{python_sitearch}/zmq/backend/cffi/_cdefs.h
 
-%files devel
+%files %{python_files 

commit python-pyzmq for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2016-01-28 17:24:17

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


Package is "python-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2015-09-17 09:18:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2016-01-28 17:25:07.0 +0100
@@ -1,0 +2,28 @@
+Tue Jan 26 11:42:18 UTC 2016 - toddrme2...@gmail.com
+
+- 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
+- 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
+- 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/.
+
+---

Old:

  pyzmq-14.7.0.tar.gz

New:

  pyzmq-15.2.0.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.amLfde/_old  2016-01-28 17:25:08.0 +0100
+++ /var/tmp/diff_new_pack.amLfde/_new  2016-01-28 17:25:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-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:   python-pyzmq
-Version:14.7.0
+Version:15.2.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+ and BSD-3-Clause
@@ -28,21 +28,19 @@
 # PATCH-FIX-OPENSUSE skip_test_tracker.patch
 Patch1: skip_test_tracker.patch
 BuildRequires:  python-Cython
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  zeromq-devel
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
 BuildRequires:  python-cffi
+BuildRequires:  python-devel
 BuildRequires:  python-gevent
 BuildRequires:  python-numpy
 BuildRequires:  python-paramiko
 BuildRequires:  python-pexpect
 BuildRequires:  python-py
+BuildRequires:  python-setuptools
 BuildRequires:  python-simplejson
 BuildRequires:  python-tornado
+BuildRequires:  zeromq-devel
 # Test requirements
 BuildRequires:  python-nose
-%endif
 Requires:   python
 Recommends: python-cffi
 Recommends: python-gevent
@@ -85,22 +83,28 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-# uses NETLINK which does not exist under linux mode..
-%if !0%{?qemu_user_space_build:1}
-%check
-python setup.py build_ext --inplace
-python setup.py test
-%endif
+# 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,-)
 %doc AUTHORS.md COPYING.BSD COPYING.LESSER README.md examples docs
 %{python_sitearch}/zmq/
-%{python_sitearch}/pyzmq-%{version}-py%{py_ver}.egg-info
+%{python_sitearch}/pyzmq-%{version}-py*.egg-info
 %exclude %{python_sitearch}/zmq/utils/*.h
+%exclude %{python_sitearch}/zmq/backend/cffi/_verify.c
+%exclude %{python_sitearch}/zmq/backend/cffi/_cdefs.h
 
 %files devel
 %defattr(-,root,root,-)
 %{python_sitearch}/zmq/utils/*.h
+%{python_sitearch}/zmq/backend/cffi/_verify.c
+%{python_sitearch}/zmq/backend/cffi/_cdefs.h
 
 %changelog

++ pyzmq-14.7.0.tar.gz -> pyzmq-15.2.0.tar.gz ++
 32684 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2015-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2015-09-17 09:18:43

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


Package is "python-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2015-08-01 11:38:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2015-09-17 09:18:44.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  8 15:40:58 UTC 2015 - apla...@suse.com
+
+- Add patch skip_test_tracker.patch to skip test_tracker test.
+  This test block the VM in OBS for a long period of time, causing
+  the kill of the VM and the fail in the RPM creation.
+
+---

New:

  skip_test_tracker.patch



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.XNPgKJ/_old  2015-09-17 09:18:44.0 +0200
+++ /var/tmp/diff_new_pack.XNPgKJ/_new  2015-09-17 09:18:44.0 +0200
@@ -25,19 +25,21 @@
 Url:http://github.com/zeromq/pyzmq
 Source: 
https://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 Source1:python-pyzmq-rpmlintrc
+# PATCH-FIX-OPENSUSE skip_test_tracker.patch
+Patch1: skip_test_tracker.patch
+BuildRequires:  python-Cython
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  zeromq-devel
-BuildRequires:  python-Cython
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 BuildRequires:  python-cffi
 BuildRequires:  python-gevent
 BuildRequires:  python-numpy
+BuildRequires:  python-paramiko
 BuildRequires:  python-pexpect
 BuildRequires:  python-py
 BuildRequires:  python-simplejson
 BuildRequires:  python-tornado
-BuildRequires:  python-paramiko
 # Test requirements
 BuildRequires:  python-nose
 %endif
@@ -75,6 +77,8 @@
 # Fix non-executable script rpmlint warning:
 find examples zmq -name "*.py" -exec sed -i "s|#\!\/usr\/bin\/env python||" {} 
\;
 
+%patch1
+
 %build
 CFLAGS="%{optflags}" python setup.py build
 

++ skip_test_tracker.patch ++
--- zmq/tests/test_socket.py.orig   2015-06-18 19:46:28.0 +0200
+++ zmq/tests/test_socket.py2015-09-08 17:34:13.309795000 +0200
@@ -206,6 +206,7 @@
 @skip_pypy
 def test_tracker(self):
 "test the MessageTracker object for tracking when zmq is done with a 
buffer"
+raise SkipTest("test_tracker test skiped")
 addr = 'tcp://127.0.0.1'
 a = self.context.socket(zmq.PUB)
 port = a.bind_to_random_port(addr)



commit python-pyzmq for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2015-08-01 11:38:13

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


Package is python-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2015-07-20 11:22:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2015-08-01 11:38:14.0 +0200
@@ -1,0 +2,6 @@
+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:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.eluUnt/_old  2015-08-01 11:38:15.0 +0200
+++ /var/tmp/diff_new_pack.eluUnt/_new  2015-08-01 11:38:15.0 +0200
@@ -26,9 +26,30 @@
 Source: 
https://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 Source1:python-pyzmq-rpmlintrc
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 BuildRequires:  zeromq-devel
-# Test requirements:
 BuildRequires:  python-Cython
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+BuildRequires:  python-cffi
+BuildRequires:  python-gevent
+BuildRequires:  python-numpy
+BuildRequires:  python-pexpect
+BuildRequires:  python-py
+BuildRequires:  python-simplejson
+BuildRequires:  python-tornado
+BuildRequires:  python-paramiko
+# Test requirements
+BuildRequires:  python-nose
+%endif
+Requires:   python
+Recommends: python-cffi
+Recommends: python-gevent
+Recommends: python-numpy
+Recommends: python-pexpect
+Recommends: python-py
+Recommends: python-simplejson
+Recommends: python-tornado
+Recommends: python-paramiko
 Recommends: zeromq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110




commit python-pyzmq for openSUSE:Factory

2015-07-20 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2015-07-20 11:21:58

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


Package is python-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2015-03-18 13:07:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2015-07-20 11:22:01.0 +0200
@@ -1,0 +2,27 @@
+Wed Jul 15 09:20:24 UTC 2015 - toddrme2...@gmail.com
+
+- Include authors and BSD license in source
+
+---
+Mon Jul 13 18:31:35 UTC 2015 - abo...@gmail.com
+
+- Update to 14.7.0
+  + Changes:
+   * Update bundled libzmq to 4.1.2.
+* Following the lead of Python 3.5, interrupted system calls will be 
retried.
+  + Bugfixes:
+* 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.
+- Update to 14.6.0
+  + Changes:
+* improvements in :meth:`zmq.Socket.bind_to_random_port`:
+  - Use system to allocate ports by default
+* 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.7.0.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.PyJXTs/_old  2015-07-20 11:22:02.0 +0200
+++ /var/tmp/diff_new_pack.PyJXTs/_new  2015-07-20 11:22:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-pyzmq
-Version:14.5.0
+Version:14.7.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+ and BSD-3-Clause
@@ -69,7 +69,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING.LESSER README.md examples docs
+%doc AUTHORS.md COPYING.BSD COPYING.LESSER README.md examples docs
 %{python_sitearch}/zmq/
 %{python_sitearch}/pyzmq-%{version}-py%{py_ver}.egg-info
 %exclude %{python_sitearch}/zmq/utils/*.h

++ pyzmq-14.5.0.tar.gz - pyzmq-14.7.0.tar.gz ++
 41944 lines of diff (skipped)




commit python-pyzmq for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2015-03-18 13:06:55

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


Package is python-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2014-10-02 14:14:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2015-03-18 13:07:32.0 +0100
@@ -1,0 +2,35 @@
+Mon Mar 16 23:06:48 UTC 2015 - p.drou...@gmail.com
+
+- Update download Url
+
+---
+Mon Mar 16 21:17:00 UTC 2015 - h...@urpla.net
+
+- Update to 14.5.0
+  + Changes:
+* 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
+  + Bugfixes:
+* 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
+- Update to 14.4.1
+  + Bugfixes
+* SyntaxError on Python 2.6 in zmq.ssh
+* Handle possible bug in garbage collection after fork
+- Update to 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
+  + Bugfixes:
+* Bundled libzmq should not trigger recompilation after install on PyPy
+
+---

Old:

  pyzmq-14.3.1.tar.gz

New:

  pyzmq-14.5.0.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.OcXmBO/_old  2015-03-18 13:07:33.0 +0100
+++ /var/tmp/diff_new_pack.OcXmBO/_new  2015-03-18 13:07:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyzmq
 #
-# 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,13 +17,13 @@
 
 
 Name:   python-pyzmq
-Version:14.3.1
+Version:14.5.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+ and BSD-3-Clause
 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://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 Source1:python-pyzmq-rpmlintrc
 BuildRequires:  python-devel
 BuildRequires:  zeromq-devel

++ pyzmq-14.3.1.tar.gz - pyzmq-14.5.0.tar.gz ++
 47900 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-pyzmq for openSUSE:Factory

2014-10-02 Thread h_root
Hello community,

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

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


Package is python-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2014-08-05 13:00:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2014-10-02 14:14:38.0 +0200
@@ -1,0 +2,62 @@
+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...`.
+- Update to 14.2.0
+  + New Stuff
+* Raise new ZMQVersionError when a requested method is not 
+  supported by the linked libzmq.
+  For backward compatibility, this subclasses 
+  NotImplementedError.
+  + Bugs Fixed
+* Memory leak introduced in pyzmq-14.0 in zero copy.
+* OverflowError on 32 bit systems in zero copy.
+- Update to 14.1.0
+  + Security
+The headline features for 14.1 are adding better support for 
+libzmq's security features.
+* When libzmq is bundled as a Python extension 
+  (e.g. wheels, eggs), libsodium is also bundled 
+  (excluding Windows), ensuring that libzmq security is 
+  available to users who install from wheels
+* New :mod:`zmq.auth`, implementing zeromq's ZAP authentication,
+  modeled on czmq zauth.
+  For more information, see the 
+  `examples https://github.com/zeromq/pyzmq/tree/master/examples/`_.
+  + Other New Stuff
+* Add PYZMQ_BACKEND for enabling use of backends outside the
+  pyzmq codebase.
+* Add :attr:`~.Context.underlying` property and 
+  :meth:`~.Context.shadow` method to Context and Socket, for 
+  handing off sockets and contexts. between pyzmq and other
+  bindings (mainly pyczmq_).
+* Add TOS, ROUTER_HANDOVER, and IPC_FILTER constants from 
+  libzmq-4.1-dev.
+* Add Context option support in the CFFI backend.
+* Various small unicode and build fixes, as always.
+* :meth:`~.Socket.send_json` and :meth:`~.Socket.recv_json`
+  pass any extra kwargs to ``json.dumps/loads``.
+  + Deprecations
+* ``Socket.socket_type`` is deprecated, in favor of 
+  ``Socket.type``, which has been available since 2.1.
+- Update to 14.0.1
+  + Bugfix release
+* Update bundled libzmq to current (4.0.3).
+* Fix bug in :meth:`.Context.destroy` with no open sockets.
+* Threadsafety fixes in the garbage collector.
+* Python 3 fixes in :mod:`zmq.ssh`.
+
+---

Old:

  pyzmq-14.0.0.tar.gz

New:

  pyzmq-14.3.1.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.5hgq51/_old  2014-10-02 14:14:41.0 +0200
+++ /var/tmp/diff_new_pack.5hgq51/_new  2014-10-02 14:14:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-pyzmq
-Version:14.0.0
+Version:14.3.1
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+ and BSD-3-Clause

++ pyzmq-14.0.0.tar.gz - pyzmq-14.3.1.tar.gz ++
 73522 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-pyzmq for openSUSE:Factory

2014-08-05 Thread h_root
Hello community,

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

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


Package is python-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2014-02-12 20:29:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2014-08-05 13:00:18.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 17:00:20 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---

Old:

  rpmlintrc

New:

  python-pyzmq-rpmlintrc



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.gbJvd8/_old  2014-08-05 13:00:19.0 +0200
+++ /var/tmp/diff_new_pack.gbJvd8/_new  2014-08-05 13:00:19.0 +0200
@@ -24,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:python-pyzmq-rpmlintrc
 BuildRequires:  python-devel
 BuildRequires:  zeromq-devel
 # Test requirements:

++ python-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 python-pyzmq for openSUSE:Factory

2014-02-12 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2014-02-12 20:29:10

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


Package is python-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2013-11-25 15:05:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2014-02-12 20:29:11.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 12 12:08:20 UTC 2014 - dmuel...@suse.com
+
+- disable testsuite for qemu-linux-user builds
+
+---



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.4swzj4/_old  2014-02-12 20:29:11.0 +0100
+++ /var/tmp/diff_new_pack.4swzj4/_new  2014-02-12 20:29:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-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
@@ -59,9 +59,12 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+# uses NETLINK which does not exist under linux mode..
+%if !0%{?qemu_user_space_build:1}
 %check
 python setup.py build_ext --inplace
 python setup.py test
+%endif
 
 %files
 %defattr(-,root,root,-)

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



commit python-pyzmq for openSUSE:Factory

2013-11-25 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2013-11-25 15:05:00

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


Package is python-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2013-04-16 06:55:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2013-11-25 15:05:01.0 +0100
@@ -1,0 +2,32 @@
+Sun Nov 24 19:34:17 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 14.0.0
+  + Update bundled libzmq to current (4.0.1).
+  + Backends are now implemented in ``zmq.backend`` instead of ``zmq.core``.
+This has no effect on public APIs.
+  + Various build improvements for Cython and CFFI backends (PyPy
+compiles at build time).
+  + Various GIL-related performance improvements - the GIL is no longer
+touched from a zmq IO thread.
+  + Adding a constant should now be a bit easier - only zmq/sugar/constant
+   _names should need updating,
+all other constant-related files should be automatically updated by
+``setup.py constants``.
+  + add support for latest libzmq-4.0.1
+(includes ZMQ_CURVE security and socket event monitoring).
+- Changes from version 13.1.0
+  + The main new feature is improved tornado 3 compatibility.
+PyZMQ ships a 'minitornado' submodule, which contains a small
+subset of tornado 3.0.1,
+in order to get the IOLoop base class.  zmq.eventloop.ioloop.IOLoop
+is now a simple subclass, and if the system tornado is ≥ 3.0, then
+the zmq IOLoop is a proper registered subclass of the tornado one itself,
+and minitornado is entirely unused.
+- Changes from version 13.0.2
+  + EAGAIN was unconditionally turned into KeyboardInterrupt
+  + fix use of totally deprecated ctypes_configure to generate constants in 
CFFI backend
+  + fix memory leak in CFFI backend for PyPy
+  + typo prevented IPC_PATH_MAX_LEN from ever being defined
+  + various build fixes - linking with librt, Cython compatibility, etc.
+
+---

Old:

  pyzmq-13.0.0.tar.gz

New:

  pyzmq-14.0.0.tar.gz



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.Xw4zff/_old  2013-11-25 15:05:03.0 +0100
+++ /var/tmp/diff_new_pack.Xw4zff/_new  2013-11-25 15:05:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-pyzmq
-Version:13.0.0
+Version:14.0.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+ and BSD-3-Clause

++ pyzmq-13.0.0.tar.gz - pyzmq-14.0.0.tar.gz ++
 120883 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-pyzmq for openSUSE:Factory

2013-04-15 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2013-04-16 06:55:33

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


Package is python-pyzmq, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2013-04-06 09:17:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2013-04-16 06:55:34.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 12 11:07:24 UTC 2013 - toddrme2...@gmail.com
+
+- Changes suggests to recommends since there is no way to install suggets 
currently
+
+---
--- /work/SRC/openSUSE:Factory/python-pyzmq/python3-pyzmq.changes   
2013-04-06 09:17:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python3-pyzmq.changes  
2013-04-16 06:55:34.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 12 11:07:24 UTC 2013 - toddrme2...@gmail.com
+
+- Add python3 requires and buildrequires.  It will not work without them
+- Changes suggests to recommends since there is no way to install suggets 
currently
+
+---



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.mlK1Zq/_old  2013-04-16 06:55:36.0 +0200
+++ /var/tmp/diff_new_pack.mlK1Zq/_new  2013-04-16 06:55:36.0 +0200
@@ -28,7 +28,7 @@
 BuildRequires:  zeromq-devel
 # Test requirements:
 BuildRequires:  python-Cython
-Suggests:   zeromq
+Recommends: zeromq
 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))}

++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.mlK1Zq/_old  2013-04-16 06:55:36.0 +0200
+++ /var/tmp/diff_new_pack.mlK1Zq/_new  2013-04-16 06:55:36.0 +0200
@@ -24,11 +24,13 @@
 Group:  Development/Languages/Python
 Url:http://github.com/zeromq/pyzmq
 Source: 
http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
+BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  zeromq-devel
 # Test requirements:
 BuildRequires:  python-Cython
-Suggests:   zeromq
+Requires:   python3
+Recommends: zeromq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit python-pyzmq for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2013-04-06 09:17:13

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


Package is python-pyzmq, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2012-05-21 10:28:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2013-04-06 09:17:13.0 +0200
@@ -1,0 +2,20 @@
+Fri Apr  5 13:00:39 UTC 2013 - cfarr...@suse.com
+
+- license update: LGPL-3.0+ and BSD-3-Clause
+  the core is LGPL-3.0+ but most of what is outside the code is
+  BSD-3-Clause
+
+---
+Wed Mar 27 12:06:12 UTC 2013 - speili...@suse.com
+
+- Update to version 13.0.0:
+  + PyPy support
+  + The Threadsafe ZMQStream experiment in 2.2.0.1 was deemed inappropriate 
and not useful,
+and has been removed.
+  + The zmq.web experiment has been removed, to be developed as a standalone 
project 
+  + Fixes bnc#811890
+- Add rpmlintrc
+- Drop useless macros
+- Run testsuite
+
+---
--- /work/SRC/openSUSE:Factory/python-pyzmq/python3-pyzmq.changes   
2012-11-28 14:34:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python3-pyzmq.changes  
2013-04-06 09:17:13.0 +0200
@@ -1,0 +2,13 @@
+Wed Mar 27 12:06:12 UTC 2013 - speili...@suse.com
+
+- Update to version 13.0.0:
+  + PyPy support
+  + The Threadsafe ZMQStream experiment in 2.2.0.1 was deemed inappropriate 
and not useful,
+and has been removed.
+  + The zmq.web experiment has been removed, to be developed as a standalone 
project 
+  + Fixes bnc#811890
+- Add rpmlintrc
+- Drop useless macros
+- Run testsuite
+
+---

Old:

  pyzmq-2.1.11.tar.gz

New:

  pyzmq-13.0.0.tar.gz
  rpmlintrc



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.4kNfLN/_old  2013-04-06 09:17:15.0 +0200
+++ /var/tmp/diff_new_pack.4kNfLN/_new  2013-04-06 09:17:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyzmq
 #
-# 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
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define pyname  zmq
-%define modname py%{pyname}
-Name:   python-%{modname}
-Version:2.1.11
+
+Name:   python-pyzmq
+Version:13.0.0
 Release:0
 Summary:Python bindings for 0MQ
-License:LGPL-3.0+
+License:LGPL-3.0+ and BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://github.com/zeromq/pyzmq
-Source: 
http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
+Source: 
http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  zeromq-devel
+# Test requirements:
+BuildRequires:  python-Cython
 Suggests:   zeromq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
-%py_requires
-%endif
-%if 0%{?suse_version} = 1110
+%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
 
@@ -41,41 +39,39 @@
 the ZeroMQ library (http://www.zeromq.org).
 
 %package devel
-Group:  Development/Languages/Python
 Summary:Development files for %{name}
-License:LGPL-3.0+
+Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
 Requires:   python-devel
 Requires:   zeromq-devel
-%if 0%{?suse_version}
-%py_requires -d
-%endif
 
 %description devel
-Development libraries and headers needed to build 
-software using %{name}
+Development libraries and headers needed to build software using %{name}.
 
 %prep
-%setup -q -n %{modname}-%{version}
-sed -i 1d 
%{pyname}/{eventloop/stack_context,tests/test_{message,zmqstream,socket,error,stopwatch},log/handlers}.py
+%setup -q -n pyzmq-%{version}
+# Fix non-executable script rpmlint warning:
+find examples zmq -name *.py -exec sed -i s|#\!\/usr\/bin\/env python|| {} 
\;
 
 %build
 CFLAGS=%{optflags} python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-chmod +x 

commit python-pyzmq for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2012-11-28 14:34:42

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


Package is python-pyzmq, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python3-pyzmq.changes   
2012-05-21 10:28:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python3-pyzmq.changes  
2012-11-28 14:34:43.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 22 14:18:55 UTC 2012 - toddrme2...@gmail.com
+
+- Removed openSUSE 11.4 spec file workarounds
+
+---



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.EjAGPZ/_old  2012-11-28 14:34:44.0 +0100
+++ /var/tmp/diff_new_pack.EjAGPZ/_new  2012-11-28 14:34:44.0 +0100
@@ -25,16 +25,11 @@
 Group:  Development/Languages/Python
 Url:http://github.com/zeromq/pyzmq
 Source: 
http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
-BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  zeromq-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} = 1140
-%{!?python3_sitearch: %global python3_sitearch %(python3 -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
-%{!?py3_ver: %global py3_ver %(python3 -c import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version) 2/dev/null || echo PYTHON-NOT-FOUND)}
-%endif
-Requires:   python3 = %{py3_ver}
+Requires:   python(abi) = %{py3_ver}
 
 %description
 PyZMQ is a lightweight and super-fast messaging library built on top of

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



commit python-pyzmq for openSUSE:Factory

2012-05-21 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2012-05-21 10:27:59

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


Package is python-pyzmq, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2012-05-07 22:50:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2012-05-21 10:28:13.0 +0200
@@ -1,0 +2,10 @@
+Fri May 18 09:07:39 UTC 2012 - toddrme2...@gmail.com
+
+- Fix rpmlint warnings
+
+---
+Fri Apr 27 09:10:08 UTC 2012 - highwaystar...@gmail.com
+
+- fixed building of python3 package on openSUSE 11.4 and older 
+
+---
--- /work/SRC/openSUSE:Factory/python-pyzmq/python3-pyzmq.changes   
2012-05-07 22:50:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python3-pyzmq.changes  
2012-05-21 10:28:13.0 +0200
@@ -1,0 +2,5 @@
+Fri May 18 09:07:39 UTC 2012 - toddrme2...@gmail.com
+
+- Fix rpmlint warnings
+
+---
@@ -4,0 +10,17 @@
+
+---
+Tue Mar 27 09:32:34 UTC 2012 - sasc...@suse.de
+
+- Update to version 2.1.11:
+  * remove support for LABEL prefixes. A major feature of libzmq-3.0, the LABEL
+prefix, has been removed from libzmq, prior to the first stable libzmq 3.x 
release.
+* The prefix argument to ~.Socket.send_multipart remains, but it continue 
to behave in
+  exactly the same way as it always has on 2.1.x, simply prepending 
message parts.
+* ~.Socket.recv_multipart will always return a list, because prefixes are 
once
+  again indistinguishable from regular message parts.
+  * add .Socket.poll method, for simple polling of events on a single socket.
+  * no longer require monkeypatching tornado IOLoop.  The 
:class:.ioloop.ZMQPoller class
+is a poller implementation that matches tornado's expectations, and pyzmq 
sockets can
+be used with any tornado application just by specifying the use of this 
poller. The
+pyzmq IOLoop implementation now only trivially differs from tornado's.
+- Don't package documentation sources



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.3mg9eJ/_old  2012-05-21 10:28:34.0 +0200
+++ /var/tmp/diff_new_pack.3mg9eJ/_new  2012-05-21 10:28:34.0 +0200
@@ -15,20 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-Name:   python-pyzmq
+%define pyname  zmq
+%define modname py%{pyname}
+Name:   python-%{modname}
 Version:2.1.11
 Release:0
 Summary:Python bindings for 0MQ
 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: 
http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  zeromq-devel
 Suggests:   zeromq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}  0%{?suse_version} = 1110
+%if 0%{?suse_version}
+%py_requires
+%endif
+%if 0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 %endif
 
@@ -36,21 +40,42 @@
 PyZMQ is a lightweight and super-fast messaging library built on top of
 the ZeroMQ library (http://www.zeromq.org).
 
+%package devel
+Group:  Development/Languages/Python
+Summary:Development files for %{name}
+License:LGPL-3.0+
+Requires:   %{name} = %{version}
+Requires:   python-devel
+Requires:   zeromq-devel
+%if 0%{?suse_version}
+%py_requires -d
+%endif
+
+%description devel
+Development libraries and headers needed to build 
+software using %{name}
+
 %prep
-%setup -q -n pyzmq-%{version}
-sed -i 1d 
zmq/{eventloop/stack_context,tests/test_{message,zmqstream,socket,error,stopwatch},log/handlers}.py
+%setup -q -n %{modname}-%{version}
+sed -i 1d 
%{pyname}/{eventloop/stack_context,tests/test_{message,zmqstream,socket,error,stopwatch},log/handlers}.py
 
 %build
 CFLAGS=%{optflags} python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-#cd docs  make html  rm build/html/.buildinfo # Build documentation and 
remove temporary files
+chmod +x %{buildroot}%{python_sitearch}/%{pyname}/eventloop/platform/posix.py
+chmod +x 

commit python-pyzmq for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2012-05-07 22:50:45

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


Package is python-pyzmq, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2012-02-17 12:09:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2012-05-07 22:50:46.0 +0200
@@ -1,0 +2,17 @@
+Tue Mar 27 09:32:34 UTC 2012 - sasc...@suse.de
+
+- Update to version 2.1.11:
+  * remove support for LABEL prefixes. A major feature of libzmq-3.0, the LABEL
+prefix, has been removed from libzmq, prior to the first stable libzmq 3.x 
release.
+* The prefix argument to ~.Socket.send_multipart remains, but it continue 
to behave in
+  exactly the same way as it always has on 2.1.x, simply prepending 
message parts.
+* ~.Socket.recv_multipart will always return a list, because prefixes are 
once
+  again indistinguishable from regular message parts.
+  * add .Socket.poll method, for simple polling of events on a single socket.
+  * no longer require monkeypatching tornado IOLoop.  The 
:class:.ioloop.ZMQPoller class
+is a poller implementation that matches tornado's expectations, and pyzmq 
sockets can
+be used with any tornado application just by specifying the use of this 
poller. The
+pyzmq IOLoop implementation now only trivially differs from tornado's.
+- Don't package documentation sources
+
+---
--- /work/SRC/openSUSE:Factory/python-pyzmq/python3-pyzmq.changes   
2012-02-17 12:09:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python3-pyzmq.changes  
2012-05-07 22:50:46.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 27 09:10:08 UTC 2012 - highwaystar...@gmail.com
+
+- fixed building of python3 package on openSUSE 11.4 and older 
+
+---



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.9cIaKt/_old  2012-05-07 22:50:48.0 +0200
+++ /var/tmp/diff_new_pack.9cIaKt/_new  2012-05-07 22:50:48.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-pyzmq
 Version:2.1.11
 Release:0
@@ -25,6 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  zeromq-devel
+Suggests:   zeromq
 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))}
@@ -47,7 +49,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING.LESSER README.rst examples docs
+%doc COPYING.LESSER README.rst examples
+#%%doc docs/build/html
 %{python_sitearch}/*
 
 %changelog

++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.9cIaKt/_old  2012-05-07 22:50:48.0 +0200
+++ /var/tmp/diff_new_pack.9cIaKt/_new  2012-05-07 22:50:48.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python3-pyzmq
 Version:2.1.11
 Release:0
@@ -25,12 +26,13 @@
 Source: 
http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  zeromq-devel
-Requires:   python(abi) = %{py3_ver}
 Requires:   python3-base
 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))}
+%if 0%{?suse_version}  0%{?suse_version} = 1140
+%{!?python3_sitearch: %global python3_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
+%{!?py3_ver: %global py3_ver %(python3 -c import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version) 2/dev/null || echo PYTHON-NOT-FOUND)}
 %endif
+Requires:   python(abi) = %{py3_ver}
 
 %description
 PyZMQ is a lightweight and super-fast messaging library built on top of

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