Hello community, here is the log from the commit of package python-websockify for openSUSE:Factory checked in at 2015-05-19 23:43:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-websockify (Old) and /work/SRC/openSUSE:Factory/.python-websockify.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-websockify" Changes: -------- --- /work/SRC/openSUSE:Factory/python-websockify/python-websockify.changes 2014-09-17 17:27:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-websockify.new/python-websockify.changes 2015-05-19 23:43:23.000000000 +0200 @@ -1,0 +2,11 @@ +Thu May 14 13:45:46 UTC 2015 - benoit.mo...@gmx.fr + +- update to version 0.6.1: + * PATCH RELEASE: Fixes a bug causing file_only to not be passed + properly +- switch archive to zip (tar.gz not available on pypi) +- add unzip as BuildRequires +- remove unwanted shebang in python files +- drop unneeded executable bit of web_socket.js + +------------------------------------------------------------------- Old: ---- websockify-0.6.0.tar.gz New: ---- websockify-0.6.1.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-websockify.spec ++++++ --- /var/tmp/diff_new_pack.sm9muF/_old 2015-05-19 23:43:24.000000000 +0200 +++ /var/tmp/diff_new_pack.sm9muF/_new 2015-05-19 23:43:25.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-websockify # -# Copyright (c) 2014 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,15 +17,16 @@ Name: python-websockify -Version: 0.6.0 +Version: 0.6.1 Release: 0 Summary: Websockify License: LGPL-3.0 and MPL-2.0 and BSD-2-Clause and BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/kanaka/websockify -Source: http://pypi.python.org/packages/source/w/websockify/websockify-%{version}.tar.gz +Source: http://pypi.python.org/packages/source/w/websockify/websockify-%{version}.zip BuildRequires: python-devel BuildRequires: python-setuptools +BuildRequires: unzip Recommends: python-numpy Requires: python-pyOpenSSL BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,6 +47,10 @@ %prep %setup -q -n websockify-%{version} +# remove unwanted shebang +sed -i '1 { /^#!/ d }' websockify/websocket*.py +# drop unneeded executable bit +chmod -x include/web-socket-js/web_socket.js %build python setup.py build