!13 Update package

From: @liqiuyu123 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-12-19 12:25:21 +00:00 committed by Gitee
commit 232b72cbec
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
%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.4.2
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/75/af/1d13b93e7a21aca7f8ab8645fcfcfad21fc39716dc9dce5dc2a97f73ff78/websocket-client-1.4.2.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-Sphinx Requires: python3-Sphinx
@ -20,15 +20,13 @@ 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.
@ -36,7 +34,6 @@ 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
@ -90,6 +87,9 @@ pytest
%{_docdir}/* %{_docdir}/*
%changelog %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 * 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.