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:
commit
678c867a5b
@ -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
|
Tue Sep 16 13:30:59 UTC 2014 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-websockify
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,15 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-websockify
|
Name: python-websockify
|
||||||
Version: 0.6.0
|
Version: 0.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Websockify
|
Summary: Websockify
|
||||||
License: LGPL-3.0 and MPL-2.0 and BSD-2-Clause and BSD-3-Clause
|
License: LGPL-3.0 and MPL-2.0 and BSD-2-Clause and BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/kanaka/websockify
|
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-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
|
BuildRequires: unzip
|
||||||
Recommends: python-numpy
|
Recommends: python-numpy
|
||||||
Requires: python-pyOpenSSL
|
Requires: python-pyOpenSSL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -46,6 +47,10 @@ the target in both directions.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n websockify-%{version}
|
%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
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
@ -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
3
websockify-0.6.1.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3eeeba51a38798186dae6202d6161ce795da3872c209bb0987e8423814cb3b2b
|
||||||
|
size 236298
|
Loading…
x
Reference in New Issue
Block a user