Compare commits
No commits in common. "4e366f3472b51056a04893bb291d5ecff3f684b2" and "621fd51d649844991dd3927e745113266f36ad47" have entirely different histories.
4e366f3472
...
621fd51d64
@ -1,11 +1,12 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-websockets
|
||||
Version: 12.0
|
||||
Version: 8.1
|
||||
Release: 1
|
||||
Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692)
|
||||
License: BSD-3-Clause
|
||||
License: BSD
|
||||
URL: https://github.com/aaugustin/websockets
|
||||
Source0: https://files.pythonhosted.org/packages/source/w/websockets/websockets-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/e9/2b/cf738670bb96eb25cb2caf5294e38a9dc3891a6bcd8e3a51770dbc517c65/websockets-8.1.tar.gz
|
||||
|
||||
|
||||
%description
|
||||
``websockets`` is a library for building WebSocket servers_ and clients_ in
|
||||
@ -43,6 +44,7 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-cffi
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gdb
|
||||
%description -n python3-websockets
|
||||
``websockets`` is a library for building WebSocket servers_ and clients_ in
|
||||
Python with a focus on correctness and simplicity.
|
||||
@ -105,7 +107,7 @@ Does that look good?
|
||||
`Get started with the tutorial! <https://websockets.readthedocs.io/en/stable/intro.html>`_
|
||||
|
||||
%prep
|
||||
%autosetup -n websockets-%{version}
|
||||
%autosetup -n websockets-8.1
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -145,20 +147,5 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 17 2024 xu_ping <707078654@qq.com> - 12.0-1
|
||||
- Upgrade package to version 12.0
|
||||
|
||||
* Fri Jun 30 2023 limiaomiao_zhr <mmlidc@isoftstone.com> - 11.0.3-1
|
||||
- Upgrade package to version 11.0.3
|
||||
|
||||
* 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
|
||||
- License compliance rectification
|
||||
|
||||
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 8.1-2
|
||||
- DESC: delete BuildRequires gdb
|
||||
|
||||
* Thu Oct 01 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
|
||||
Binary file not shown.
BIN
websockets-8.1.tar.gz
Normal file
BIN
websockets-8.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user