update version to 1.5.1
This commit is contained in:
parent
232b72cbec
commit
b00dddfb8b
@ -1,19 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-websocket-client
|
Name: python-websocket-client
|
||||||
Version: 1.4.2
|
Version: 1.5.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/75/af/1d13b93e7a21aca7f8ab8645fcfcfad21fc39716dc9dce5dc2a97f73ff78/websocket-client-1.4.2.tar.gz
|
Source0: https://files.pythonhosted.org/packages/8b/94/696484b0c13234c91b316bc3d82d432f9b589a9ef09d016875a31c670b76/websocket-client-1.5.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
|
||||||
@ -27,7 +21,7 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
|
Requires: python3-websockets
|
||||||
%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
|
||||||
@ -56,6 +50,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
|
||||||
@ -87,6 +84,9 @@ pytest
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Dec 16 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.4.2-1
|
||||||
- Update package to version 1.4.2
|
- Update package to version 1.4.2
|
||||||
|
|
||||||
@ -109,4 +109,4 @@ pytest
|
|||||||
- modify the require of python-backports-ssl_match_hostname and python-six to python2
|
- modify the require of python-backports-ssl_match_hostname and python-six to python2
|
||||||
|
|
||||||
* Thu Feb 13 2020 Ruijun Ge <geruijun@huawei.com> - 0.47.0-5
|
* Thu Feb 13 2020 Ruijun Ge <geruijun@huawei.com> - 0.47.0-5
|
||||||
- init package
|
- init package
|
||||||
|
|||||||
Binary file not shown.
BIN
websocket-client-1.5.1.tar.gz
Normal file
BIN
websocket-client-1.5.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user