diff --git a/python-pyzmq.changes b/python-pyzmq.changes index c8ce51b..af393ce 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +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 + +- 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..0355fe1 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 @@ -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 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