Hello community,
here is the log from the commit of package python-websocket-client for
openSUSE:Factory checked in at 2015-05-15 07:44:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-websocket-client (Old)
and /work/SRC/openSUSE:Factory/.python-websocket-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-websocket-client"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-websocket-client/python-websocket-client.changes
2015-02-18 12:09:03.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-websocket-client.new/python-websocket-client.changes
2015-05-15 07:44:57.000000000 +0200
@@ -1,0 +2,41 @@
+Thu May 14 13:30:06 UTC 2015 - [email protected]
+
+- update to version 0.30.0:
+ * fixed if client is behind proxy (#169)
+ * support SNI for python 2.7.9+ and 3.2+ (#172)
+ * update Host HTTP header by user. (#171)
+ * fix typo for isEnabledFor (#173)
+ * can set verify_mode to CERT_NONE when check_hostname is
+ enabled.(#175)
+ * make websockets iterable (#178)
+- additional changes from version 0.29.0
+ * fixed ssl socket bug
+- additional changes from version 0.28.0
+ * Fix erroneous argument shadowing(#168)
+- additional changes from version 0.27.0
+ * remove unittest2 requirements for python 2.6 (#156)
+ * fixed subprotocol case during header validation (#158)
+ * get response status and headers (#160)
+ * fix out-of-memory due to fragmentation when recieving a very
+ large frame(#163)
+ * fix error if the payload data is nothing.(#166)
+ * refactoring.
+- additional changes from version 0.26.0
+ * all WebSocketException provide message string (#152)
+ * fixed tests fail when not connected to the network (#155)
+ * Add command line options and handle closed socket to wsdump.py
+ (#153)
+- additional changes from version 0.25.0
+ * fixed for Python 2.6(#151)
+- additional changes from version 0.24.0
+ * Supporting http-basic auth in WebSocketApp (#143)
+ * fix failer of test.testInternalRecvStrict(#141)
+ * skip utf8 validation by skip_utf8_validation argument (#137)
+ * WebsocketProxyException will be raised if we got error about
+ proxy.(#138)
+- drop fixTestTimeoutIssue.patch: fixed upstream
+- point the source URL to pypi
+- add new dependency python-backports.ssl_match_hostname
+- fix archive name when calling %setup
+
+-------------------------------------------------------------------
Old:
----
fixTestTimeoutIssue.patch
websocket-client-0.23.0.tar.gz
New:
----
websocket_client-0.30.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-websocket-client.spec ++++++
--- /var/tmp/diff_new_pack.sCmcQj/_old 2015-05-15 07:44:58.000000000 +0200
+++ /var/tmp/diff_new_pack.sCmcQj/_new 2015-05-15 07:44:58.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-websocket-client
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,18 @@
Name: python-websocket-client
-Version: 0.23.0
+Version: 0.30.0
Release: 0
Summary: WebSocket client implementation
License: LGPL-2.1
Group: Development/Languages/Python
Url: https://github.com/liris/websocket-client/releases
-Source0: websocket-client-%{version}.tar.gz
-Patch0: fixTestTimeoutIssue.patch
+Source0:
https://pypi.python.org/packages/source/w/websocket-client/websocket_client-%{version}.tar.gz
+BuildRequires: python-backports.ssl_match_hostname
BuildRequires: python-setuptools
BuildRequires: python-six
Requires: python
+Requires: python-backports.ssl_match_hostname
Requires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -53,8 +54,7 @@
Unit tests for websocket-client
%prep
-%setup -q -n websocket-client-%{version}
-%patch0
+%setup -q -n websocket_client-%{version}
%build
python setup.py build