45 Commits

Author SHA256 Message Date
Dominique Leuenberger
8cef19a1c7 Accepting request 856744 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/856744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=23
2020-12-21 11:34:48 +00:00
604247959d Accepting request 856736 from home:bnavigator:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/856736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=44
2020-12-17 18:48:09 +00:00
Dominique Leuenberger
b2102a84d1 Accepting request 810737 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/810737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=22
2020-06-11 12:40:11 +00:00
Tomáš Chvátal
8004920c24 Accepting request 810713 from home:mcalabkova:branches:devel:languages:python
- Replace nose with pytest

OBS-URL: https://build.opensuse.org/request/show/810713
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=42
2020-06-02 08:07:07 +00:00
Dominique Leuenberger
1e7fb0e680 Accepting request 784162 from devel:languages:python
- Fix buid without python2

OBS-URL: https://build.opensuse.org/request/show/784162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=21
2020-03-26 23:21:06 +00:00
Tomáš Chvátal
eaf21f0342 - Fix buid without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=40
2020-03-12 07:48:06 +00:00
Dominique Leuenberger
bb6cd4bcf0 Accepting request 724540 from devel:languages:python
- 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...

OBS-URL: https://build.opensuse.org/request/show/724540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=20
2019-08-27 13:21:12 +00:00
Tomáš Chvátal
8ed15f6b79 - 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...

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=38
2019-08-19 09:46:22 +00:00
Dominique Leuenberger
f4efffeb75 Accepting request 692368 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/692368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=19
2019-04-10 21:08:53 +00:00
6c3b706b91 Accepting request 692329 from home:cbosdonnat:branches:devel:languages:python
- Fix PyJWT / jwcrypto dependency problem (boo#1131024)

OBS-URL: https://build.opensuse.org/request/show/692329
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=36
2019-04-08 19:19:40 +00:00
Stephan Kulow
1f009b45f8 Accepting request 674444 from devel:languages:python
- Execute tests
- Switch to github tarball to get tests
- Add patch to fix tests on python 3.6+:
  * fix-tests-py3.6.patch

- Add JWT token plugin feature.
  Added patches:
    u_added_jwt_tokens_capability.patch
    PyJWT-token-plugin.patch: fate#325762

OBS-URL: https://build.opensuse.org/request/show/674444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=18
2019-02-24 16:05:13 +00:00
Tomáš Chvátal
63bbab0f72 - Execute tests
- Switch to github tarball to get tests
- Add patch to fix tests on python 3.6+:
  * fix-tests-py3.6.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=34
2019-02-13 09:43:01 +00:00
Tomáš Chvátal
bd0a54897f Accepting request 674430 from home:cbosdonnat:branches:devel:languages:python
- Add JWT token plugin feature.
  Added patches:
    u_added_jwt_tokens_capability.patch
    PyJWT-token-plugin.patch: fate#325762

OBS-URL: https://build.opensuse.org/request/show/674430
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=33
2019-02-13 09:20:18 +00:00
Dominique Leuenberger
2004936ff9 Accepting request 659755 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=17
2018-12-26 23:29:15 +00:00
8ca4d180e4 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=31
2018-12-04 17:25:42 +00:00
a85bcf7012 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=30
2018-12-04 14:14:00 +00:00
Dominique Leuenberger
6a95aba73c Accepting request 530887 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/530887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=16
2017-10-05 09:58:50 +00:00
f0060421e8 Accepting request 530577 from home:jengelh:branches:devel:languages:python
- Improve summaries.

OBS-URL: https://build.opensuse.org/request/show/530577
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=28
2017-10-03 14:11:36 +00:00
Dominique Leuenberger
36f30ab4ae Accepting request 528740 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/528740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=15
2017-09-26 19:16:24 +00:00
Thomas Bechtold
eb5adcde9e Accepting request 528735 from home:michalsrb:branches:fate323880
- add u_Add-support-for-inetd.patch: fate#323880
- add u_Fix-inetd-mode-on-python-2.patch: fate#323880

OBS-URL: https://build.opensuse.org/request/show/528735
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=26
2017-09-26 08:40:44 +00:00
Dominique Leuenberger
03a7c29aea Accepting request 518694 from devel:languages:python
- use https for Source

- convert to singlespec
- split data files into -common package

OBS-URL: https://build.opensuse.org/request/show/518694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=14
2017-08-29 09:44:11 +00:00
Thomas Bechtold
a3ca600bfd - use https for Source
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=24
2017-08-25 09:43:18 +00:00
Thomas Bechtold
d598d40414 Accepting request 518667 from home:tbechtold:branches:devel:languages:python
- convert to singlespec
- split data files into -common package

OBS-URL: https://build.opensuse.org/request/show/518667
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=23
2017-08-25 08:22:15 +00:00
Dominique Leuenberger
201aa244aa Accepting request 512121 from devel:languages:python
- drop dependency on pyOpenSSL, seems unused (bsc#1049987)

OBS-URL: https://build.opensuse.org/request/show/512121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=13
2017-07-25 09:39:58 +00:00
7bb68077fd - drop dependency on pyOpenSSL, seems unused (bsc#1049987)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=21
2017-07-23 08:51:46 +00:00
3874218f48 - drop dependency on pyOpenSSL, seems unused
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=20
2017-07-22 08:19:14 +00:00
Dominique Leuenberger
f0d4be79e7 Accepting request 394569 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/394569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=12
2016-05-14 10:23:25 +00:00
a50ed44953 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=18
2016-05-02 20:50:33 +00:00
Dominique Leuenberger
923f4f4dae Accepting request 336485 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/336485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=11
2015-11-18 21:33:48 +00:00
Denisart Benjamin
5d4cd3dc97 Accepting request 336460 from home:guohouzuo:branches:devel:languages:python
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
2015-10-05 10:07:54 +00:00
Dominique Leuenberger
7f4c39e7cf Accepting request 318810 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/318810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=10
2015-08-01 09:37:05 +00:00
Denisart Benjamin
91bff5a565 Accepting request 318707 from home:seife:OpenStack:Master
fix non-SUSE build by conditionalizing "Recommends:" tag

OBS-URL: https://build.opensuse.org/request/show/318707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=14
2015-07-26 20:53:07 +00:00
Dominique Leuenberger
678c867a5b 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
2015-05-19 21:43:22 +00:00
Jan Matejek
8e24acf579 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
2015-05-18 13:36:05 +00:00
Stephan Kulow
12f128ffb8 Accepting request 249861 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/249861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=8
2014-09-17 15:27:01 +00:00
Jan Matejek
9bd1f711fd Accepting request 249584 from Cloud:OpenStack:Master
New upstream release

OBS-URL: https://build.opensuse.org/request/show/249584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=10
2014-09-16 21:27:08 +00:00
Tomáš Chvátal
bd4ac82642 Accepting request 204685 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/204685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=6
2013-10-25 09:36:09 +00:00
Sascha Peilicke
51e4acc674 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=8
2013-10-24 11:17:06 +00:00
Stephan Kulow
9e569bf0d0 Accepting request 181911 from devel:languages:python
- 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 (forwarded request 181853 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/181911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=4
2013-07-04 08:17:01 +00:00
Alexandre Rogoski
ad7efb03b2 Accepting request 181853 from home:dirkmueller:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/181853
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=6
2013-07-03 16:02:51 +00:00
Stephan Kulow
23bf98a458 Accepting request 176816 from devel:languages:python
- update to 0.4.1:
  * add include/ directory and remove some dev files from source
    distribution.
  * use Buffer base64 support in Node.js implementation (forwarded request 176796 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/176816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=3
2013-06-05 11:36:11 +00:00
Sascha Peilicke
24f7878e2c Accepting request 176796 from home:dirkmueller:branches:devel:languages:python
- update to 0.4.1:
  * add include/ directory and remove some dev files from source
    distribution.
  * use Buffer base64 support in Node.js implementation

OBS-URL: https://build.opensuse.org/request/show/176796
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=4
2013-05-28 07:14:05 +00:00
Stephan Kulow
52347e796a Accepting request 148964 from devel:languages:python
Future OpenStack dependency

OBS-URL: https://build.opensuse.org/request/show/148964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=1
2013-01-21 17:24:58 +00:00
Sascha Peilicke
d64ee6e041 Accepting request 148925 from home:babelworx:ldig:branches:devel:languages:python
license update: LGPL-3.0 and MPL-2.0 and BSD-2-Clause and BSD-3-Clause
See LICENSE.txt

OBS-URL: https://build.opensuse.org/request/show/148925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=2
2013-01-18 14:15:01 +00:00
Sascha Peilicke
eeadda9d8b - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=1
2013-01-17 14:47:34 +00:00