!13 Update package
From: @liqiuyu123 Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
232b72cbec
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-websocket-client
|
||||
Version: 1.4.1
|
||||
Version: 1.4.2
|
||||
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/75/af/1d13b93e7a21aca7f8ab8645fcfcfad21fc39716dc9dce5dc2a97f73ff78/websocket-client-1.4.2.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-Sphinx
|
||||
@ -20,15 +20,13 @@ 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.
|
||||
@ -36,7 +34,6 @@ 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
|
||||
@ -90,6 +87,9 @@ pytest
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* 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.4.2.tar.gz
Normal file
BIN
websocket-client-1.4.2.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user