Compare commits
10 Commits
621fd51d64
...
4e366f3472
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e366f3472 | ||
|
|
0ceea9fd4d | ||
|
|
a0ac7c5e1f | ||
|
|
c5b1c42cc3 | ||
|
|
facb1a71e7 | ||
|
|
1e03182b7f | ||
|
|
239acf04ea | ||
|
|
fb4cb62228 | ||
|
|
0a5e0b15e7 | ||
|
|
6da11e26cb |
@ -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: 12.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692)
|
Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692)
|
||||||
License: BSD
|
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/source/w/websockets/websockets-%{version}.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
|
||||||
@ -44,7 +43,6 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-cffi
|
BuildRequires: python3-cffi
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gdb
|
|
||||||
%description -n python3-websockets
|
%description -n python3-websockets
|
||||||
``websockets`` is a library for building WebSocket servers_ and clients_ in
|
``websockets`` is a library for building WebSocket servers_ and clients_ in
|
||||||
Python with a focus on correctness and simplicity.
|
Python with a focus on correctness and simplicity.
|
||||||
@ -107,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
|
||||||
@ -147,5 +145,20 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Thu Oct 01 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
BIN
websockets-12.0.tar.gz
Normal file
BIN
websockets-12.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user