Accepting request 307133 from home:benoit_monin:branches:devel:languages:python
- update to version 0.6.1 - 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 OBS-URL: https://build.opensuse.org/request/show/307133 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=12
This commit is contained in:
parent
9bd1f711fd
commit
8e24acf579
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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