Compare commits
No commits in common. "c7ef3b162e2f0a5d929e41305d914e669264f90b" and "5ff6cbff491eefc981a6ac882e23b49e2c3cda19" have entirely different histories.
c7ef3b162e
...
5ff6cbff49
@ -1,32 +1,42 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-websocket-client
|
Name: python-websocket-client
|
||||||
Version: 1.6.4
|
Version: 1.4.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: WebSocket client for Python with low level API options
|
Summary: WebSocket client for Python with low level API options
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/websocket-client/websocket-client
|
URL: https://github.com/websocket-client/websocket-client
|
||||||
Source0: https://files.pythonhosted.org/packages/cb/eb/19eadbb717ef032749853ef5eb1c28e9ca974711e28bccd4815913ba5546/websocket-client-1.6.4.tar.gz
|
Source0: https://files.pythonhosted.org/packages/99/11/01fe7ebcb7545a1990c53c11f31230afe1388b0b34256e3fd20e49482245/websocket-client-1.4.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: python3-Sphinx
|
||||||
|
Requires: python3-sphinx-rtd-theme
|
||||||
|
Requires: python3-socks
|
||||||
|
Requires: python3-wsaccel
|
||||||
|
Requires: python3-websockets
|
||||||
|
|
||||||
%description
|
%description
|
||||||
websocket-client module is WebSocket client for python.
|
websocket-client module is WebSocket client for python.
|
||||||
This provide the low level APIs for WebSocket. All APIs
|
This provide the low level APIs for WebSocket. All APIs
|
||||||
are the synchronous functions.
|
are the synchronous functions.
|
||||||
websocket-client supports only hybi-13.
|
websocket-client supports only hybi-13.
|
||||||
|
|
||||||
|
|
||||||
%package -n python3-websocket-client
|
%package -n python3-websocket-client
|
||||||
Summary: WebSocket client for Python with low level API options
|
Summary: WebSocket client for Python with low level API options
|
||||||
Provides: python-websocket-client = %{version}-%{release}
|
Provides: python-websocket-client
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
|
Conflicts: python2-websocket-client <= 0.40.0-4
|
||||||
|
|
||||||
%description -n python3-websocket-client
|
%description -n python3-websocket-client
|
||||||
websocket-client module is WebSocket client for python.
|
websocket-client module is WebSocket client for python.
|
||||||
This provide the low level APIs for WebSocket. All APIs
|
This provide the low level APIs for WebSocket. All APIs
|
||||||
are the synchronous functions.
|
are the synchronous functions.
|
||||||
websocket-client supports only hybi-13.
|
websocket-client supports only hybi-13.
|
||||||
|
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for websocket-client
|
Summary: Development documents and examples for websocket-client
|
||||||
Provides: python3-websocket-client-doc
|
Provides: python3-websocket-client-doc
|
||||||
@ -49,9 +59,6 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
|||||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
|
|
||||||
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
|
|
||||||
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
|
|
||||||
pushd %{buildroot}
|
pushd %{buildroot}
|
||||||
if [ -d usr/lib ]; then
|
if [ -d usr/lib ]; then
|
||||||
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
||||||
@ -83,21 +90,6 @@ pytest
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 25 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.6.4-1
|
|
||||||
- Update package to version 1.6.4
|
|
||||||
|
|
||||||
* Tue Jul 11 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 1.6.1-1
|
|
||||||
- Update package to version 1.6.1
|
|
||||||
|
|
||||||
* Wed Jun 21 2023 chendexi <chendexi@kylinos.cn> - 1.5.3-1
|
|
||||||
- Update package to version 1.5.3
|
|
||||||
|
|
||||||
* Fri Mar 17 2023 wangjunqi <wangjunqi@kylinos.cn> - 1.5.1-1
|
|
||||||
- Update package to version 1.5.1
|
|
||||||
|
|
||||||
* Fri Dec 16 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.4.2-1
|
|
||||||
- Update package to version 1.4.2
|
|
||||||
|
|
||||||
* Sat Sep 24 2022 guozhengxin <guozhengxin@kylinos.cn> - 1.4.1-1
|
* Sat Sep 24 2022 guozhengxin <guozhengxin@kylinos.cn> - 1.4.1-1
|
||||||
- Upgrade package to version 1.4.1
|
- Upgrade package to version 1.4.1
|
||||||
|
|
||||||
|
|||||||
BIN
websocket-client-1.4.1.tar.gz
Normal file
BIN
websocket-client-1.4.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user