diff --git a/python-websockify.changes b/python-websockify.changes index e434d75..04d681e 100644 --- a/python-websockify.changes +++ b/python-websockify.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 14 13:45:46 UTC 2015 - benoit.monin@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 + ------------------------------------------------------------------- Tue Sep 16 13:30:59 UTC 2014 - tbechtold@suse.com diff --git a/python-websockify.spec b/python-websockify.spec index fef7baa..a0a0f45 100644 --- a/python-websockify.spec +++ b/python-websockify.spec @@ -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 @@ the target in both directions. %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 diff --git a/websockify-0.6.0.tar.gz b/websockify-0.6.0.tar.gz deleted file mode 100644 index fa440de..0000000 --- a/websockify-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da4364f54fdcc5350059febe2e8fdf2b53d16cf04ee23c71315e561119f44529 -size 223120 diff --git a/websockify-0.6.1.zip b/websockify-0.6.1.zip new file mode 100644 index 0000000..00db261 --- /dev/null +++ b/websockify-0.6.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eeeba51a38798186dae6202d6161ce795da3872c209bb0987e8423814cb3b2b +size 236298