Changelog for
python3-websockify-0.10.0-lp156.65.2.noarch.rpm :
* Tue Jun 07 2022 Dirk Müller
- add optional-websockify.patch to make dependency on numpy optional
* Mon Nov 08 2021 Dirk Müller - build websockify for all flavors
* Fri Aug 27 2021 pgajdosAATTsuse.com- version update to 0.10.0
* Python 3.4 or newer is now required
* Empty message frames are now supported
* Tokens can now specify a Unix domain socket file to connect to
* Time limits on JWT tokens are now respected
* Whitespace is better tolerated in token files
* Lots of minor fixes...
* Mon Jun 21 2021 Michael Ströder - disable test test_asymmetric_jwe_token_plugin because of new algorithms in jwcrypto 0.9.0+
* Mon Dec 14 2020 Benjamin Greiner - This package depends on python-mox3 from openstack, which is only available for the default python3 flavor. As a consequence, also only build for the primary python3-flavor. gh#openSUSE/python-rpm-macros#66
* Tue Jun 02 2020 Marketa Calabkova - Replace nose with pytest
* Thu Mar 12 2020 Tomáš Chvátal - Fix buid without python2
* Mon Aug 19 2019 Tomáš Chvátal - Update to 0.9.0:
* Base64 support removed and binary mode is now required
* Low level WebSocket protocol handling now has its own class
* Authentication now optionally required for web server
* Server hostname can be used as the token
* JWT/JWS/JWE can be used for the token
* redis can be used for the token
* Can now log to syslog
* Improved latency by disabling Nagle for proxied connection
* Added client certificate authentication
* Support for password protected certificate key file
* TLS ciphers and options are now configurable
* Can be invoked via inetd
* Lots of minor fixes...- Remove upstream merged:
* u_added_jwt_tokens_capability.patch
* u_Add-support-for-inetd.patch
* u_Fix-inetd-mode-on-python-2.patch
* fix-tests-py3.6.patch- Drop suse specific PyJWT-token-plugin.patch, will be easier to actually pull in new dependency on jwcrypto if needed
* The tests were failing when using PyJWT...
* Mon Apr 08 2019 Cédric Bosdonnat - Fix PyJWT / jwcrypto dependency problem (boo#1131024)
* Wed Feb 13 2019 Tomáš Chvátal - Execute tests- Switch to github tarball to get tests- Add patch to fix tests on python 3.6+:
* fix-tests-py3.6.patch
* 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