14
0
forked from pool/python-pyzmq

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/725965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=72
This commit is contained in:
Tomáš Chvátal
2019-08-25 23:06:40 +00:00
committed by Git OBS Bridge
parent 72ba581842
commit bb1898f616
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Aug 25 17:54:53 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 18.1.0:
* Compatibility with Python 3.8 release candidate by regenerating
Cython courses with Cython 0.29.13
* bump bundled libzmq to 4.3.2
* handle cancelled futures in asyncio
* make :meth:`zmq.Context.instance` fork-safe
* fix errors in :meth:`zmq.Context.destroy` when opening and closing
many sockets
-------------------------------------------------------------------
Sat Jul 6 21:31:05 UTC 2019 - Arun Persaud <arun@gmx.de>