Accepting request 725983 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/725983 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=34
This commit is contained in:
commit
b056a88145
@ -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>
|
Sat Jul 6 21:31:05 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -20,12 +20,12 @@
|
|||||||
# Disable tests, they are so slow that OBS thinks the build died.
|
# Disable tests, they are so slow that OBS thinks the build died.
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: python-pyzmq
|
Name: python-pyzmq
|
||||||
Version: 18.0.2
|
Version: 18.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for 0MQ
|
Summary: Python bindings for 0MQ
|
||||||
License: LGPL-3.0-or-later AND BSD-3-Clause
|
License: LGPL-3.0-or-later AND BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://github.com/zeromq/pyzmq
|
URL: https://github.com/zeromq/pyzmq
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
|
||||||
Source1: python-pyzmq-rpmlintrc
|
Source1: python-pyzmq-rpmlintrc
|
||||||
# PATCH-FIX-OPENSUSE skip_test_tracker.patch
|
# PATCH-FIX-OPENSUSE skip_test_tracker.patch
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:31a11d37ac73107363b47e14c94547dbfc6a550029c3fe0530be443199026fc2
|
|
||||||
size 1157787
|
|
3
pyzmq-18.1.0.tar.gz
Normal file
3
pyzmq-18.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:93f44739db69234c013a16990e43db1aa0af3cf5a4b8b377d028ff24515fbeb3
|
||||||
|
size 1158509
|
Loading…
Reference in New Issue
Block a user