14
0
forked from pool/python-pyzmq

Accepting request 356031 from home:TheBlackCat:branches:devel:languages:python

update to version 15.2.0

OBS-URL: https://build.opensuse.org/request/show/356031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=48
This commit is contained in:
Todd R
2016-01-26 12:29:54 +00:00
committed by Git OBS Bridge
parent 81eaaef7ee
commit e9b5013548
4 changed files with 49 additions and 17 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Jan 26 11:42:18 UTC 2016 - toddrme2178@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/.
-------------------------------------------------------------------
Tue Sep 8 15:40:58 UTC 2015 - aplanas@suse.com