Accepting request 749065 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/749065 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=74
This commit is contained in:
parent
bb1898f616
commit
e585913a58
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 16 16:48:32 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 18.1.1:
|
||||
* Fix race condition when shutting down ZAP thread while events are
|
||||
still processing (only affects tests)
|
||||
* Publish wheels for Python 3.8 on all platforms
|
||||
* Stop publishing wheels for Python 3.4 on Windows
|
||||
* Sources generated with Cython 0.29.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 25 17:54:53 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -20,11 +20,10 @@
|
||||
# Disable tests, they are so slow that OBS thinks the build died.
|
||||
%bcond_with tests
|
||||
Name: python-pyzmq
|
||||
Version: 18.1.0
|
||||
Version: 18.1.1
|
||||
Release: 0
|
||||
Summary: Python bindings for 0MQ
|
||||
License: LGPL-3.0-or-later AND BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/zeromq/pyzmq
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
|
||||
Source1: python-pyzmq-rpmlintrc
|
||||
@ -66,7 +65,6 @@ the ZeroMQ library (http://www.zeromq.org).
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Languages/Python
|
||||
Requires: %{name} = %{version}
|
||||
Requires: python-devel
|
||||
Requires: zeromq-devel
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93f44739db69234c013a16990e43db1aa0af3cf5a4b8b377d028ff24515fbeb3
|
||||
size 1158509
|
3
pyzmq-18.1.1.tar.gz
Normal file
3
pyzmq-18.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c69a6cbfa94da29a34f6b16193e7c15f5d3220cb772d6d17425ff3faa063a6d
|
||||
size 1142881
|
Loading…
Reference in New Issue
Block a user