14
0
forked from pool/python-pyzmq

Accepting request 622503 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/622503
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=64
This commit is contained in:
Tomáš Chvátal
2018-07-13 20:12:55 +00:00
committed by Git OBS Bridge
parent 56ffa01200
commit dfed4dd991
4 changed files with 28 additions and 14 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jul 13 15:55:29 UTC 2018 - arun@gmx.de
- update to version 17.1.0:
* Bump bundled libzmq to 4.2.5
* Improve tornado 5.0 compatibility (use
:meth:`~tornado.ioloop.IOLoop.current` instead of
:meth:`~tornado.ioloop.IOLoop.instance` to get default loops in
:class:`.ZMQStream` and :class:`.IOLoopAuthenticator`)
* Add support for :func:`.curve_public`
* Remove delayed import of json in send/recv_json
* Add :meth:`.Authenticator.configure_curve_callback`
* Various build fixes
* sdist sources generated with Cython 0.28.3
* Stop building wheels for Python 3.4, start building wheels for
Python 3.7
-------------------------------------------------------------------
Wed Mar 7 14:34:04 UTC 2018 - aplanas@suse.com