Browse Source

update module

master
parent
commit
4a02527217
  1. 6
      python-zmq/python-zmq.patch
  2. 4
      python-zmq/python-zmq.spec

6
python-zmq/python-zmq.patch

@ -1,6 +1,6 @@
Index: pyzmq-18.1.0/zmq/utils/mutex.h Index: pyzmq-18.1.1/zmq/utils/mutex.h
--- pyzmq-18.1.0/zmq/utils/mutex.h.orig 2017-11-10 17:11:45.000000000 +0100 --- pyzmq-18.1.1/zmq/utils/mutex.h.orig 2017-11-10 17:11:45.000000000 +0100
+++ pyzmq-18.1.0/zmq/utils/mutex.h 2017-11-10 21:31:04.636120000 +0100 +++ pyzmq-18.1.1/zmq/utils/mutex.h 2017-11-10 21:31:04.636120000 +0100
@@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
mutex_t* mutex_t*

4
python-zmq/python-zmq.spec

@ -23,7 +23,7 @@
# package versions # package versions
%define V_python 3.8 %define V_python 3.8
%define V_pyzmq 18.1.0 %define V_pyzmq 18.1.1
# package information # package information
Name: python-zmq Name: python-zmq
@ -36,7 +36,7 @@ Class: BASE
Group: Language Group: Language
License: GPL License: GPL
Version: %{V_python} Version: %{V_python}
Release: 20191019 Release: 20191114
# list of sources # list of sources
Source0: https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{V_pyzmq}.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{V_pyzmq}.tar.gz

Loading…
Cancel
Save