From f34233a40fb4c6b248ee73e2f231bba0a8dca603 Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Oct 07 2021 11:13:18 +0000 Subject: Update to version 1.1.0 It's the latest version in fedora. Note that we need to fork from fedora as it uses some macros not available for CS9. Related-to: https://review.rdoproject.org/r/q/I9d4846521ebdd8c1eb194d02b975552b5f2c0664 --- diff --git a/.python-websocket-client.metadata b/.python-websocket-client.metadata index 301b40f..35ee1af 100644 --- a/.python-websocket-client.metadata +++ b/.python-websocket-client.metadata @@ -1 +1 @@ -21ef1198b2d7a3125aac05ec25592099ded4cfb3 SOURCES/websocket_client-0.57.0.tar.gz +e8a90865d628c6ec67588627b1ffbc69dbe13c57 SOURCES/websocket-client-1.1.0.tar.gz diff --git a/SOURCES/.gitignore b/SOURCES/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/SOURCES/.gitignore diff --git a/SPECS/python-websocket-client.spec b/SPECS/python-websocket-client.spec index a52427d..2ae5c3c 100644 --- a/SPECS/python-websocket-client.spec +++ b/SPECS/python-websocket-client.spec @@ -15,12 +15,12 @@ python-websocket-client supports only hybi-13.} Name: python-%{pkgname} -Version: 0.57.0 -Release: 2%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Summary: WebSocket client for python License: BSD URL: https://github.com/websocket-client/websocket-client -Source0: %pypi_source +Source0: https://files.pythonhosted.org/packages/source/w/%{srcname}/%{pkgname}-%{version}.tar.gz BuildArch: noarch @@ -31,8 +31,7 @@ BuildArch: noarch Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-six -Requires: python3-six +BuildRequires: python3-pysocks %{?python_provide:%python_provide python3-%{pkgname}} # https://fedoraproject.org/wiki/Packaging:Conflicts#Splitting_Packages @@ -44,7 +43,7 @@ Conflicts: python2-websocket-client <= 0.40.0-4 %prep -%setup -q -n %{srcname}-%{version} +%setup -q -n %{pkgname}-%{version} rm -r %{eggname}.egg-info @@ -66,7 +65,7 @@ mv %{buildroot}%{_bindir}/wsdump.py %{buildroot}%{_bindir}/wsdump %files -n python3-%{pkgname} %license LICENSE -%doc README.rst +%doc README.md %{python3_sitelib}/%{libname} %exclude %{python3_sitelib}/%{libname}/tests %{python3_sitelib}/%{eggname}-%{version}-py%{python3_version}.egg-info @@ -74,6 +73,9 @@ mv %{buildroot}%{_bindir}/wsdump.py %{buildroot}%{_bindir}/wsdump %changelog +* Thu Oct 08 2021 Alfredo Moralejo - 1.1.0-1 +- Update to 1.1.0. + * Wed Jan 27 2021 Fedora Release Engineering - 0.57.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild