- update to version 19.0.2:
- Regenerate Cython sources with 0.29.21 in sdists for compatibility with Python 3.9 - Handle underlying socket being closed in ZMQStream with warning instead of error - Improvements to socket cleanup during process teardown - Fix debug-builds on Windows - Avoid importing ctypes during startup on Windows - Documentation improvements - Raise ``AttributeError`` instead of ``ZMQError(EINVAL)`` on attempts to read write-only attributes, for compatibility with mocking OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=80
This commit is contained in:
parent
6a1f6b44f5
commit
ce3ebaeb8b
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 16:05:21 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to version 19.0.2:
|
||||
- Regenerate Cython sources with 0.29.21 in sdists for compatibility with Python 3.9
|
||||
- Handle underlying socket being closed in ZMQStream with warning instead of error
|
||||
- Improvements to socket cleanup during process teardown
|
||||
- Fix debug-builds on Windows
|
||||
- Avoid importing ctypes during startup on Windows
|
||||
- Documentation improvements
|
||||
- Raise ``AttributeError`` instead of ``ZMQError(EINVAL)`` on attempts to read write-only attributes,
|
||||
for compatibility with mocking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 9 16:07:53 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# Disable tests, they are so slow that OBS thinks the build died.
|
||||
%bcond_with tests
|
||||
Name: python-pyzmq
|
||||
Version: 19.0.1
|
||||
Version: 19.0.2
|
||||
Release: 0
|
||||
Summary: Python bindings for 0MQ
|
||||
License: LGPL-3.0-or-later AND BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13a5638ab24d628a6ade8f794195e1a1acd573496c3b85af2f1183603b7bf5e0
|
||||
size 1152365
|
3
pyzmq-19.0.2.tar.gz
Normal file
3
pyzmq-19.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:296540a065c8c21b26d63e3cea2d1d57902373b16e4256afe46422691903a438
|
||||
size 1156195
|
Loading…
Reference in New Issue
Block a user