!4 Update package

From: @liqiuyu123 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-11-08 11:02:32 +00:00 committed by Gitee
commit facb1a71e7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 5 deletions

View File

@ -1,12 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-websockets Name: python-websockets
Version: 8.1 Version: 10.4
Release: 3 Release: 1
Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692) Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692)
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/aaugustin/websockets URL: https://github.com/aaugustin/websockets
Source0: https://files.pythonhosted.org/packages/e9/2b/cf738670bb96eb25cb2caf5294e38a9dc3891a6bcd8e3a51770dbc517c65/websockets-8.1.tar.gz Source0: https://files.pythonhosted.org/packages/85/dc/549a807a53c13fd4a8dac286f117a7a71260defea9ec0c05d6027f2ae273/websockets-10.4.tar.gz
%description %description
``websockets`` is a library for building WebSocket servers_ and clients_ in ``websockets`` is a library for building WebSocket servers_ and clients_ in
@ -106,7 +105,7 @@ Does that look good?
`Get started with the tutorial! <https://websockets.readthedocs.io/en/stable/intro.html>`_ `Get started with the tutorial! <https://websockets.readthedocs.io/en/stable/intro.html>`_
%prep %prep
%autosetup -n websockets-8.1 %autosetup -n websockets-%{version}
%build %build
%py3_build %py3_build
@ -146,6 +145,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Nov 08 2022 liqiuyu <liqiuyu@kylinos.cn> - 10.4-1
- Upgrade package to version 10.4
* Wed May 11 2022 yangping <yangping69@h-partners> - 8.1-3 * Wed May 11 2022 yangping <yangping69@h-partners> - 8.1-3
- License compliance rectification - License compliance rectification

BIN
websockets-10.4.tar.gz Normal file

Binary file not shown.

Binary file not shown.