14
0
forked from pool/python-pyzmq

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
This commit is contained in:
Todd R
2015-07-14 14:13:12 +00:00
committed by Git OBS Bridge
parent ec1102c278
commit f5c1f67a25
4 changed files with 26 additions and 4 deletions

View File

@@ -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