diff --git a/python-websockets.spec b/python-websockets.spec index fb14851a1bf9d8861b5a5955684fa234a12dce2f..8284255dbffa35dfc6347b3abc80bb25fbe3eafc 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -1,12 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-websockets -Version: 8.1 -Release: 3 +Version: 10.4 +Release: 1 Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692) License: BSD-3-Clause 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 ``websockets`` is a library for building WebSocket servers_ and clients_ in @@ -106,7 +105,7 @@ Does that look good? `Get started with the tutorial! `_ %prep -%autosetup -n websockets-8.1 +%autosetup -n websockets-%{version} %build %py3_build @@ -146,6 +145,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 08 2022 liqiuyu - 10.4-1 +- Upgrade package to version 10.4 + * Wed May 11 2022 yangping - 8.1-3 - License compliance rectification diff --git a/websockets-10.4.tar.gz b/websockets-10.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..424dbdc6661f6ac323d6f2c5c7fd975a86233ccb Binary files /dev/null and b/websockets-10.4.tar.gz differ diff --git a/websockets-8.1.tar.gz b/websockets-8.1.tar.gz deleted file mode 100644 index a4fde0675e205176d30005ef78668ba38cc441a6..0000000000000000000000000000000000000000 Binary files a/websockets-8.1.tar.gz and /dev/null differ