websockify does not run without setuptools. OBS-URL: https://build.opensuse.org/request/show/336460 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=16
68 lines
2.4 KiB
Plaintext
68 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Oct 5 08:04:04 UTC 2015 - hguo@suse.com
|
|
|
|
- Add missing dependency on python-setuptools
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 25 10:48:31 UTC 2015 - seife+obs@b1-systems.com
|
|
|
|
- fix non-SUSE build by conditionalizing "Recommends:" tag
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- update to version 0.6.0:
|
|
* **NOTE** : 0.6.0 will break existing code that sub-classes WebsocketProxy
|
|
* Refactor to use standard SocketServer RequestHandler design
|
|
* Fix zombie process bug on certain systems when using multiprocessing
|
|
* Add better unit tests
|
|
* Log information via python `logging` module
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 11:17:04 UTC 2013 - speilicke@suse.com
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 3 11:53:13 UTC 2013 - dmueller@suse.com
|
|
|
|
- update to 0.5.1:
|
|
* use upstream einaros/ws (>=0.4.27) with websockify.js
|
|
* file_only and no_parent security options for WSRequestHandler
|
|
* Update build of web-socket-js (c0855c6cae)
|
|
* add include/web-socket-js-project submodule to gimite/web-socket-js
|
|
for DSFG compliance.
|
|
* drop Hixie protocol support
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 29 12:13:27 UTC 2013 - dmueller@suse.com
|
|
|
|
- update to 0.4.1:
|
|
* add include/ directory and remove some dev files from source
|
|
distribution.
|
|
* use Buffer base64 support in Node.js implementation
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 18 10:00:42 UTC 2013 - cfarrell@suse.com
|
|
|
|
- license update: LGPL-3.0 and MPL-2.0 and BSD-2-Clause and BSD-3-Clause
|
|
See LICENSE.txt
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 17 14:43:51 UTC 2013 - saschpe@suse.de
|
|
|
|
- Initial version
|
|
|