From 089976f11366a393e512a6fc77144f87a30c1bd8 Mon Sep 17 00:00:00 2001 From: eulerstorage Date: Sat, 22 Feb 2020 16:12:07 +0800 Subject: [PATCH 1/2] modify the BuildRequires and Requires for resolving unresovable --- python-websocket-client.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-websocket-client.spec b/python-websocket-client.spec index e225e94..49c84ef 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -16,8 +16,8 @@ websocket-client supports only hybi-13. %package -n python2-websocket-client %{?python_provide:%python_provide python2-websocket-client} Summary: WebSocket client for python -BuildRequires: python2-devel, python-setuptools, python-backports-ssl_match_hostname, python-six -Requires: python-backports-ssl_match_hostname, python-six +BuildRequires: python2-devel, python-setuptools, python2-backports-ssl_match_hostname, python-six +Requires: python2-backports-ssl_match_hostname, python-six %description -n python2-websocket-client websocket-client module is WebSocket client for python. -- Gitee From f79824f217c0017918ab62656da8330f8a6ebd13 Mon Sep 17 00:00:00 2001 From: eulerstorage Date: Sun, 23 Feb 2020 00:25:29 +0800 Subject: [PATCH 2/2] modify the BuildRequires and Requires for resolving unresovable --- python-websocket-client.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-websocket-client.spec b/python-websocket-client.spec index 49c84ef..0f227af 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -1,6 +1,6 @@ Name: python-websocket-client Version: 0.47.0 -Release: 5 +Release: 6 Summary: WebSocket client for python License: LGPLv2 URL: https://github.com/websocket-client/websocket-client @@ -16,8 +16,8 @@ websocket-client supports only hybi-13. %package -n python2-websocket-client %{?python_provide:%python_provide python2-websocket-client} Summary: WebSocket client for python -BuildRequires: python2-devel, python-setuptools, python2-backports-ssl_match_hostname, python-six -Requires: python2-backports-ssl_match_hostname, python-six +BuildRequires: python2-devel, python-setuptools, python2-backports-ssl_match_hostname, python2-six +Requires: python2-backports-ssl_match_hostname, python2-six %description -n python2-websocket-client websocket-client module is WebSocket client for python. @@ -74,5 +74,7 @@ mv $RPM_BUILD_ROOT%{_bindir}/wsdump.py $RPM_BUILD_ROOT%{_bindir}/wsdump %{_bindir}/wsdump %changelog +* Sat Feb 22 2020 hy-euler - 0.47.0-6 +- modify the require of python-backports-ssl_match_hostname and python-six to python2 * Thu Feb 13 2020 Ruijun Ge - 0.47.0-5 - init package -- Gitee