Compare commits
10 Commits
5ff6cbff49
...
c7ef3b162e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7ef3b162e | ||
|
|
b2cee2134f | ||
|
|
6342066f43 | ||
|
|
8d12f713ed | ||
|
|
1b95bfc704 | ||
|
|
73ae4688dd | ||
|
|
1e0e3ff7cd | ||
|
|
b00dddfb8b | ||
|
|
232b72cbec | ||
|
|
d9e2db229d |
@ -1,42 +1,32 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-websocket-client
|
||||
Version: 1.4.1
|
||||
Version: 1.6.4
|
||||
Release: 1
|
||||
Summary: WebSocket client for Python with low level API options
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/websocket-client/websocket-client
|
||||
Source0: https://files.pythonhosted.org/packages/99/11/01fe7ebcb7545a1990c53c11f31230afe1388b0b34256e3fd20e49482245/websocket-client-1.4.1.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/cb/eb/19eadbb717ef032749853ef5eb1c28e9ca974711e28bccd4815913ba5546/websocket-client-1.6.4.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-Sphinx
|
||||
Requires: python3-sphinx-rtd-theme
|
||||
Requires: python3-socks
|
||||
Requires: python3-wsaccel
|
||||
Requires: python3-websockets
|
||||
|
||||
%description
|
||||
websocket-client module is WebSocket client for python.
|
||||
This provide the low level APIs for WebSocket. All APIs
|
||||
are the synchronous functions.
|
||||
websocket-client supports only hybi-13.
|
||||
|
||||
|
||||
%package -n python3-websocket-client
|
||||
Summary: WebSocket client for Python with low level API options
|
||||
Provides: python-websocket-client
|
||||
Provides: python-websocket-client = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-pytest
|
||||
Conflicts: python2-websocket-client <= 0.40.0-4
|
||||
|
||||
%description -n python3-websocket-client
|
||||
websocket-client module is WebSocket client for python.
|
||||
This provide the low level APIs for WebSocket. All APIs
|
||||
are the synchronous functions.
|
||||
websocket-client supports only hybi-13.
|
||||
|
||||
|
||||
%package help
|
||||
Summary: Development documents and examples for websocket-client
|
||||
Provides: python3-websocket-client-doc
|
||||
@ -59,6 +49,9 @@ if [ -d doc ]; then cp -arf doc %{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 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}
|
||||
if [ -d usr/lib ]; then
|
||||
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
@ -90,6 +83,21 @@ pytest
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Upgrade package to version 1.4.1
|
||||
|
||||
|
||||
Binary file not shown.
BIN
websocket-client-1.6.4.tar.gz
Normal file
BIN
websocket-client-1.6.4.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user