Changelog for
python2-websockify-0.8.0-lp152.4.4.noarch.rpm :
* Tue Feb 12 2019 Cédric Bosdonnat
- Add JWT token plugin feature. Added patches: u_added_jwt_tokens_capability.patch PyJWT-token-plugin.patch: fate#325762
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Mon Oct 02 2017 jengelhAATTinai.de- Improve summaries.
* Mon Sep 25 2017 msrbAATTsuse.com- add u_Add-support-for-inetd.patch: fate#323880- add u_Fix-inetd-mode-on-python-2.patch: fate#323880
* Fri Aug 25 2017 tbechtoldAATTsuse.com- use https for Source
* Fri Aug 25 2017 tbechtoldAATTsuse.com- convert to singlespec- split data files into -common package
* Sat Jul 22 2017 dmuellerAATTsuse.com- drop dependency on pyOpenSSL, seems unused (bsc#1049987)
* Mon May 02 2016 dmuellerAATTsuse.com- update to 0.8.0:
* Make websockify properly terminate children on SIGTERM (#226)
* Remove logging in signal handlers (this can cause Python to hang under certain conditions) (#219)
* Make it easier to log to a file (#205)
* Add support for IPv6 addresses in tokens in the TokenFile token plugins (#197)
* Improve auth plugin framework to enable better support for HTTP auth (#194, #201)
* Fix bug in JSONTokenAPI token plugin (#192)
* Fix a missing variable in the exception handler (#178)
* Python 3 support fixes (#140, #155, #159)
* Generic token-parsing plugins support (#162)
* Generic authentication plugins support (#172)
* Fixed frame corruption on big-endian systems (#161)
* Support heartbeats (via PING) and automatic responses to PONG (#169)
* Automatically reject unmasked client frames by default (strict mode) (#174)
* Automatically restart interrupted select calls (#175)
* Make \'run\' respect environment settings (including virtualenv) (#176)
* Mon Oct 05 2015 hguoAATTsuse.com- Add missing dependency on python-setuptools
* Sat Jul 25 2015 seife+obsAATTb1-systems.com- fix non-SUSE build by conditionalizing \"Recommends:\" tag
* Thu May 14 2015 benoit.moninAATTgmx.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