14
0
forked from pool/python-pyzmq

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/782710
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=76
This commit is contained in:
Tomáš Chvátal
2020-03-09 06:51:23 +00:00
committed by Git OBS Bridge
parent e585913a58
commit 265b48e519
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 6 21:55:13 UTC 2020 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 19.0.0:
* Cython backend: Build Cython extensions with language level "3str"
(requires Cython 0.29)
* Cython backend: You can now cimport zmq
* Asyncio: Fix memory leak in Poller
* Log: Much improved logging in :mod:`zmq.log` (see :doc:`logging`)
* Log: add python -m zmq.log entrypoint
* Sources generated with Cython 0.29.15
-------------------------------------------------------------------
Sat Nov 16 16:48:32 UTC 2019 - Arun Persaud <arun@gmx.de>