Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c7ef3b162e
!18 Update package to version 1.6.4
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-10-26 01:25:46 +00:00
jxy_git
b2cee2134f Update package to version 1.6.4 2023-10-25 15:27:31 +08:00
openeuler-ci-bot
6342066f43
!16 Upgrade to latest release [python-websocket-client -> 1.6.1]
From: @lingjuer 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-07-18 07:12:32 +00:00
lingjuer
8d12f713ed Update package to version 1.6.1 2023-07-18 14:29:18 +08:00
openeuler-ci-bot
1b95bfc704
!15 Update package to version 1.5.3
From: @ccdxx 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-06-25 00:39:30 +00:00
chendexi
73ae4688dd Update package to version 1.5.3 2023-06-21 13:53:43 +08:00
openeuler-ci-bot
1e0e3ff7cd
!14 Upgrade to latest release [python-websocket-client -> 1.5.1]
From: @Wangjunqi123 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-03-21 10:51:44 +00:00
Wangjunqi123
b00dddfb8b update version to 1.5.1 2023-03-17 09:54:17 +08:00
openeuler-ci-bot
232b72cbec
!13 Update package
From: @liqiuyu123 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-12-19 12:25:21 +00:00
liqiuyu123
d9e2db229d update version to 1.4.2 2022-12-16 15:06:33 +08:00
3 changed files with 22 additions and 14 deletions

View File

@ -1,42 +1,32 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-websocket-client Name: python-websocket-client
Version: 1.4.1 Version: 1.6.4
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/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 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 Provides: python-websocket-client = %{version}-%{release}
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
@ -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 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
@ -90,6 +83,21 @@ 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

Binary file not shown.

Binary file not shown.