diff --git a/python-websocket-client.spec b/python-websocket-client.spec index 3e3dd8bcb870675bea1b8110ed53342ff5f2e118..4b0a68395b390f94e73aff2a6ec438261ce9f686 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-websocket-client -Version: 1.4.1 +Version: 1.4.2 Release: 1 Summary: WebSocket client for Python with low level API options License: Apache-2.0 URL: https://github.com/websocket-client/websocket-client -Source0: https://files.pythonhosted.org/packages/99/11/01fe7ebcb7545a1990c53c11f31230afe1388b0b34256e3fd20e49482245/websocket-client-1.4.1.tar.gz +Source0: https://files.pythonhosted.org/packages/75/af/1d13b93e7a21aca7f8ab8645fcfcfad21fc39716dc9dce5dc2a97f73ff78/websocket-client-1.4.2.tar.gz BuildArch: noarch Requires: python3-Sphinx @@ -20,15 +20,13 @@ This provide the low level APIs for WebSocket. All APIs are the synchronous functions. websocket-client supports only hybi-13. - %package -n python3-websocket-client Summary: WebSocket client for Python with low level API options -Provides: python-websocket-client +Provides: python-websocket-client = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six BuildRequires: python3-pytest -Conflicts: python2-websocket-client <= 0.40.0-4 %description -n python3-websocket-client websocket-client module is WebSocket client for python. @@ -36,7 +34,6 @@ This provide the low level APIs for WebSocket. All APIs are the synchronous functions. websocket-client supports only hybi-13. - %package help Summary: Development documents and examples for websocket-client Provides: python3-websocket-client-doc @@ -90,6 +87,9 @@ pytest %{_docdir}/* %changelog +* Fri Dec 16 2022 liqiuyu - 1.4.2-1 +- Update package to version 1.4.2 + * Sat Sep 24 2022 guozhengxin - 1.4.1-1 - Upgrade package to version 1.4.1 diff --git a/websocket-client-1.4.1.tar.gz b/websocket-client-1.4.1.tar.gz deleted file mode 100644 index 32646328bd3c60cc7887d9363d9938c88c24b728..0000000000000000000000000000000000000000 Binary files a/websocket-client-1.4.1.tar.gz and /dev/null differ diff --git a/websocket-client-1.4.2.tar.gz b/websocket-client-1.4.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2643c7c810bee6601cfcd283190eb96e0cc3fe4c Binary files /dev/null and b/websocket-client-1.4.2.tar.gz differ