diff --git a/python-websocket-client.spec b/python-websocket-client.spec index 4b0a68395b390f94e73aff2a6ec438261ce9f686..d0306cb6f9b8c8b1d461c96475e709b92d7f2741 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -1,19 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-websocket-client -Version: 1.4.2 +Version: 1.5.1 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/75/af/1d13b93e7a21aca7f8ab8645fcfcfad21fc39716dc9dce5dc2a97f73ff78/websocket-client-1.4.2.tar.gz +Source0: https://files.pythonhosted.org/packages/8b/94/696484b0c13234c91b316bc3d82d432f9b589a9ef09d016875a31c670b76/websocket-client-1.5.1.tar.gz BuildArch: noarch -Requires: python3-Sphinx -Requires: python3-sphinx-rtd-theme -Requires: python3-socks -Requires: python3-wsaccel -Requires: python3-websockets - %description websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs @@ -27,7 +21,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six BuildRequires: python3-pytest - +Requires: python3-websockets %description -n python3-websocket-client websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs @@ -56,6 +50,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -87,6 +84,9 @@ pytest %{_docdir}/* %changelog +* Fri Mar 17 2023 wangjunqi - 1.5.1-1 +- Update package to version 1.5.1 + * Fri Dec 16 2022 liqiuyu - 1.4.2-1 - Update package to version 1.4.2 @@ -109,4 +109,4 @@ pytest - modify the require of python-backports-ssl_match_hostname and python-six to python2 * Thu Feb 13 2020 Ruijun Ge - 0.47.0-5 -- init package \ No newline at end of file +- init package diff --git a/websocket-client-1.4.2.tar.gz b/websocket-client-1.4.2.tar.gz deleted file mode 100644 index 2643c7c810bee6601cfcd283190eb96e0cc3fe4c..0000000000000000000000000000000000000000 Binary files a/websocket-client-1.4.2.tar.gz and /dev/null differ diff --git a/websocket-client-1.5.1.tar.gz b/websocket-client-1.5.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..720e6774b980c6cba398fe1d04da7ce185d2f026 Binary files /dev/null and b/websocket-client-1.5.1.tar.gz differ