diff --git a/python-websocket-client.spec b/python-websocket-client.spec index fd8ee10..727dabb 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -7,8 +7,8 @@ %global eggname websocket_client Name: python-websocket-client -Version: 0.46.0 -Release: 2%{?dist} +Version: 0.47.0 +Release: 1%{?dist} Summary: WebSocket client for python License: LGPLv2 URL: https://github.com/websocket-client/websocket-client @@ -70,12 +70,12 @@ rm -r %{eggname}.egg-info %build +%py2_build + %if 0%{?with_python3} %py3_build %endif -%py2_build - %install # Must do the python2 install first because the scripts in /usr/bin are @@ -135,6 +135,10 @@ mv %{buildroot}%{_bindir}/wsdump.py %{buildroot}%{_bindir}/wsdump %changelog +* Mon Mar 26 2018 Jan Beran - 0.47.0-1 +- Latest upstream (rhbz# 1548228) +- Fixes python3-websocket-client requires both Python 2 and 3 (rhbz# 1531541) + * Fri Feb 09 2018 Fedora Release Engineering - 0.46.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild