14
0

Accepting request 253676 from home:TheBlackCat:branches:devel:languages:python

Update to version 0.18.0

OBS-URL: https://build.opensuse.org/request/show/253676
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=2
This commit is contained in:
Todd R
2014-10-02 16:12:30 +00:00
committed by Git OBS Bridge
parent c024dd7aaf
commit 655e71ad2d
5 changed files with 20 additions and 25 deletions

View File

@@ -16,16 +16,14 @@
#
%define upstream_name websocket-client
Name: python-websocket-client
Version: 0.15.0
Version: 0.18.0
Release: 0
Summary: WebSocket client implementation
License: LGPL-2.1
Group: Development/Languages/Python
Url: https://github.com/liris/websocket-client/releases
Source0: %{upstream_name}-%{version}.tar.gz
Patch0: webSoc_useSystemCert.patch
Source0: websocket-client-%{version}.tar.gz
BuildRequires: python-setuptools
BuildRequires: python-six
Requires: python
@@ -54,8 +52,7 @@ Requires: python-websocket-client = %{version}
Unit tests for websocket-client
%prep
%setup -q -n %{upstream_name}-%{version}
%patch0
%setup -q -n websocket-client-%{version}
%build
python setup.py build
@@ -72,7 +69,7 @@ python tests/test_websocket.py
%defattr(-,root,root,-)
%doc LICENSE README.rst
%dir %{python_sitelib}/websocket
%dir %{python_sitelib}/websocket_client-%{version}-py%{py_ver}.egg-info
%dir %{python_sitelib}/websocket_client-%{version}-py*.egg-info
%{_bindir}/wsdump.py
%{python_sitelib}/websocket/*
%{python_sitelib}/*egg-info/*