From f5c1f67a25f4a7f0af2f59104a4a3def348f2aa6c72c8fd8bdc4e39443dc62db Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 14 Jul 2015 14:13:12 +0000 Subject: [PATCH 1/2] Accepting request 316517 from home:aboe76:branches:devel:languages:python small update OBS-URL: https://build.opensuse.org/request/show/316517 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=41 --- python-pyzmq.changes | 22 ++++++++++++++++++++++ python-pyzmq.spec | 2 +- pyzmq-14.5.0.tar.gz | 3 --- pyzmq-14.7.0.tar.gz | 3 +++ 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 pyzmq-14.5.0.tar.gz create mode 100644 pyzmq-14.7.0.tar.gz diff --git a/python-pyzmq.changes b/python-pyzmq.changes index c8ce51b..9c21fb3 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Jul 13 18:31:35 UTC 2015 - aboe76@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 + ------------------------------------------------------------------- Mon Mar 16 23:06:48 UTC 2015 - p.drouand@gmail.com diff --git a/python-pyzmq.spec b/python-pyzmq.spec index 13f18f7..562f3b6 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -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 diff --git a/pyzmq-14.5.0.tar.gz b/pyzmq-14.5.0.tar.gz deleted file mode 100644 index 49c1b05..0000000 --- a/pyzmq-14.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d6e045634456cf5496f50871fd3e3a5ede2b90433284dbfe985bb67c97f77bd -size 997150 diff --git a/pyzmq-14.7.0.tar.gz b/pyzmq-14.7.0.tar.gz new file mode 100644 index 0000000..8a41514 --- /dev/null +++ b/pyzmq-14.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77994f80360488e7153e64e5959dc5471531d1648e3a4bff14a714d074a38cc2 +size 1048389 From 53cf39bb32d5a388d939d5612db5fd1d7d33eeca06c55842dc974ac99f6f2962 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 15 Jul 2015 09:22:52 +0000 Subject: [PATCH 2/2] Accepting request 316897 from home:TheBlackCat:branches:devel:languages:python Include authors and BSD license in source OBS-URL: https://build.opensuse.org/request/show/316897 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=42 --- python-pyzmq.changes | 5 +++++ python-pyzmq.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pyzmq.changes b/python-pyzmq.changes index 9c21fb3..af393ce 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 15 09:20:24 UTC 2015 - toddrme2178@gmail.com + +- Include authors and BSD license in source + ------------------------------------------------------------------- Mon Jul 13 18:31:35 UTC 2015 - aboe76@gmail.com diff --git a/python-pyzmq.spec b/python-pyzmq.spec index 562f3b6..0355fe1 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -69,7 +69,7 @@ python 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 %{python_sitearch}/zmq/ %{python_sitearch}/pyzmq-%{version}-py%{py_ver}.egg-info %exclude %{python_sitearch}/zmq/utils/*.h