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:
parent
ec1102c278
commit
f5c1f67a25
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d6e045634456cf5496f50871fd3e3a5ede2b90433284dbfe985bb67c97f77bd
|
||||
size 997150
|
3
pyzmq-14.7.0.tar.gz
Normal file
3
pyzmq-14.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77994f80360488e7153e64e5959dc5471531d1648e3a4bff14a714d074a38cc2
|
||||
size 1048389
|
Loading…
Reference in New Issue
Block a user