update package
This commit is contained in:
parent
239acf04ea
commit
1e03182b7f
@ -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
BIN
websockets-10.4.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user