Accepting request 307812 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/307812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2015-05-19 21:43:22 +00:00 committed by Git OBS Bridge
commit 678c867a5b
4 changed files with 22 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da4364f54fdcc5350059febe2e8fdf2b53d16cf04ee23c71315e561119f44529
size 223120

3
websockify-0.6.1.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3eeeba51a38798186dae6202d6161ce795da3872c209bb0987e8423814cb3b2b
size 236298