Commit Graph

  • e981740279 Accepting request 1208011 from devel:languages:python factory Ana Guerrero 2024-10-16 21:35:46 +0000
  • c8c9cd6f22 - Update to 1.8.0: * Added on_reconnect parameter to WebSocketApp to handle callback ambiguity * Improve handling of SSLEOFError and use reconnect bool - Switch to pyproject macros. devel Steve Kowalik 2024-10-15 03:35:34 +0000
  • efc58af703 Accepting request 1132851 from devel:languages:python Ana Guerrero 2023-12-14 21:02:31 +0000
  • 46ebb351f2 - update to 1.7.0: * Renamed mask variable in ABNF to prevent name collision with mask() function (9b51f73) * Fixed old http import of HTTPStatus in _handshake.py * Add send_text() and send_bytes() to _app.py * Improved typehint support * General readability improvements, made all string concatenations use f-strings * Applied black formatting style to code (da7f286) Dirk Mueller 2023-12-13 10:36:49 +0000
  • 9c6282b5c2 Accepting request 1129245 from devel:languages:python Ana Guerrero 2023-11-28 21:18:56 +0000
  • 93152d8db5 - update to 1.6.4: * Fix #952, add support for HTTP 307 and 308 redirect codes * Fix type hints issues * Add support for Python beta release 3.12 in CI * Add maintainer email in setup.py * Add support for SSLKEYLOGFILE environment variable * Add support for callable header arguments * Change handling of proxy environment variables, is_secure set to true now prevents http_proxy from getting used * Fix Dispatcher keyboard interrupt. Should solve reconnect loop with rel * Fix teardown issue when ping thread is not properly ended * Fix double ping wait time on first ping * Minor type hints improvements (eda6724, 54b3013) * Add logic to avoid error in the case where content-length header does not exist, bug introduced in 1.5.2 * Fix wsdump.py script typing, bug introduced in 1.5.2 * Add type hints * Fix pytype errors * Fix args passed to logging function * Standardize PEP 3101 formatting (c6a445f) * Add more verbose exception for unsuccessful handshake Dirk Mueller 2023-11-27 20:31:26 +0000
  • f13d74ee9e Accepting request 1120126 from devel:languages:python Ana Guerrero 2023-10-25 16:02:20 +0000
  • 2c696e98ed - Update in SLE-15 (bsc#1176785, jsc#ECO-3105, jsc#PM-2352) Dirk Mueller 2023-10-24 20:02:01 +0000
  • b1e6dc1363 Accepting request 1117672 from devel:languages:python Ana Guerrero 2023-10-13 21:14:28 +0000
  • 99f3e996b1 - Update to version 1.4.2 - Update to version 1.4.1 Dirk Mueller 2023-10-06 12:52:30 +0000
  • 0fffad67b3 Accepting request 1085984 from devel:languages:python Dominique Leuenberger 2023-05-11 10:31:35 +0000
  • cdb9d17de4 - update to 1.5.1: * Fix logic bug that can cause disconnects * Refactor and improve ping/pong logic to resolve several issues, including an infinite loop issue during reconnect * Fix issue where skip_utf8_validation = True is ignored * Fix issue where sslopt is_ssl is ignored * Downgrade "websocket connected" message from logging.warning to logging.info Dirk Mueller 2023-05-10 07:00:44 +0000
  • 3a15e816a1 Accepting request 1082398 from devel:languages:python Dominique Leuenberger 2023-04-25 14:53:22 +0000
  • 219a250325 Accepting request 1081695 from home:dirkmueller:acdc:as_python3_module Matej Cepl 2023-04-24 09:07:54 +0000
  • 6355b8dc2b Accepting request 1046154 from devel:languages:python Dominique Leuenberger 2023-01-04 16:50:35 +0000
  • 3f1ad0eca1 Accepting request 1035656 from home:pgajdos:python Robert Schweikert 2023-01-02 12:04:30 +0000
  • 3ff093294c Accepting request 1035647 from devel:languages:python Dominique Leuenberger 2022-11-15 12:18:22 +0000
  • 9d997f8b91 Accepting request 1034939 from home:yarunachalam:branches:devel:languages:python Robert Schweikert 2022-11-14 13:19:18 +0000
  • cbb551dd2a Accepting request 1030886 from devel:languages:python Dominique Leuenberger 2022-10-25 09:18:44 +0000
  • a65b5943a7 Accepting request 1009864 from home:yarunachalam:branches:devel:languages:python Robert Schweikert 2022-10-24 13:20:01 +0000
  • b1ff8445c5 Accepting request 969543 from devel:languages:python Dominique Leuenberger 2022-04-15 22:13:21 +0000
  • 7e6ec39dda Accepting request 969450 from home:glaubitz:branches:devel:languages:python Robert Schweikert 2022-04-12 18:53:04 +0000
  • 8d09075460 Accepting request 929841 from devel:languages:python Dominique Leuenberger 2021-11-09 22:53:54 +0000
  • 0445468516 Accepting request 923299 from home:schubi2 Dirk Mueller 2021-11-06 10:28:06 +0000
  • 355d7b56b4 Accepting request 894161 from devel:languages:python Dominique Leuenberger 2021-05-20 17:23:23 +0000
  • f0700be71a Accepting request 889408 from home:sebix:branches:devel:languages:python Dirk Mueller 2021-05-18 21:42:30 +0000
  • abeb209393 Accepting request 784164 from devel:languages:python Dominique Leuenberger 2020-03-12 21:58:57 +0000
  • 559035008f - Fix build without python2 Tomáš Chvátal 2020-03-12 07:49:38 +0000
  • efa3eefa36 Accepting request 770597 from home:mcalabkova:branches:devel:languages:python Dirk Mueller 2020-03-09 20:29:32 +0000
  • f65d131ea3 Accepting request 694795 from devel:languages:python Dominique Leuenberger 2019-04-18 11:57:19 +0000
  • d476ff0792 - Update to 0.56.0: * Don't retry sockets with timeout set to 0(#536) * Add response headers in WebSocketBadStatusException (#501) * Manually assigning WebSocket-Version (#506) * SSL socket handling fix (#474) * Let setup.py use the same license as LICENSE file (#517) * Ensure that "timeout" is passed down, when calling WebSocket.connect() (#513) * Retry connect on "Interrupted system call" (#528) Tomáš Chvátal 2019-04-16 11:30:42 +0000
  • 8e47d0e382 Accepting request 687637 from devel:languages:python Dominique Leuenberger 2019-03-29 19:37:12 +0000
  • 9fb1a8dd45 - Drop merged use_system_cabundle.patch Tomáš Chvátal 2019-03-22 11:42:31 +0000
  • 4d6c6ab3e0 - Update to 0.54.0: * many fixes all around, see ChangeLog file Tomáš Chvátal 2019-03-06 19:49:26 +0000
  • def0537849 Accepting request 659754 from devel:languages:python Dominique Leuenberger 2018-12-24 10:46:08 +0000
  • e61fc88665 Clean up the SPEC file Matej Cepl 2018-12-04 17:25:37 +0000
  • c969001cc8 Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 14:13:54 +0000
  • 063a552ed6 Accepting request 578994 from devel:languages:python Dominique Leuenberger 2018-02-22 14:03:54 +0000
  • 17497290e3 Accepting request 567312 from home:sebix:branches:devel:languages:python Robert Schweikert 2018-02-22 12:20:34 +0000
  • 3d8a81691a Accepting request 521008 from devel:languages:python Dominique Leuenberger 2017-09-05 13:19:40 +0000
  • bb26e3becf - properly provide/obsolete python3-websocket-client-test Dirk Mueller 2017-09-05 07:57:49 +0000
  • d1dc559d10 Accepting request 519179 from home:tbechtold:branches:devel:languages:python Robert Schweikert 2017-08-29 12:59:32 +0000
  • 1407a06613 Accepting request 517021 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-08-23 16:21:44 +0000
  • a470bc579b Accepting request 512393 from home:jengelh:branches:devel:languages:python Thomas Bechtold 2017-07-25 11:35:26 +0000
  • 9e3a4ea422 Accepting request 511933 from home:TheBlackCat:branches:devel:languages:python Robert Schweikert 2017-07-24 12:22:33 +0000
  • b73305c999 Accepting request 508234 from home:tbechtold:branches:devel:languages:python Robert Schweikert 2017-07-05 12:01:29 +0000
  • e852255934 Accepting request 441397 from devel:languages:python Dominique Leuenberger 2016-12-07 23:30:34 +0000
  • 775db518ae - update to 0.37.0: - fixed fialer that websocket.create_connection does not accept origin as a parameter (#246 ) - added support for using custom connection class (#235) - use Named logger (#238) - implement ping/pong timeout (#241) - Corrects the syntax highlight code (#243) - fixed failure to join thread before it is started (#242) - Prints timings in console (#217) - use inspect.getfullargspec with Python 3.x (#219) - Check that exception message is actually a string before trying for substring check (#224) - Use pre-initialized stream socket (#226) - fixed TypeError: cafile, capath and cadata cannot be all omitted (#227) - Change import style (#203) - fix attribute error on the older python. (#215) - fixed timeout+ssl error handling bug on python 2.7.10 (#190) - add proxy support to wsdump.py (#194) - use wsaccel if available (#193) - add support for ssl cert chains to support client certs (#195) - fix string formatting in exception (#196) - fix typo in README.rst (#197) - introduce on_data callback to pass data type. (#198) - WebSocketBadStatusException for Handshake error (#199) - set close timeout (#192) - Map dict to headers list (#204) - support client certification (#207) - security improvement during handshake (#211) - improve logging of error from callback (#212) Dirk Mueller 2016-11-15 13:12:31 +0000
  • 1f7e115596 Accepting request 387969 from devel:languages:python Dominique Leuenberger 2016-04-28 14:53:41 +0000
  • c5743255a6 Accepting request 387867 from home:anubisg1:branches:devel:languages:python Robert Schweikert 2016-04-12 11:20:48 +0000
  • 3b93091945 Accepting request 355255 from devel:languages:python Dominique Leuenberger 2016-01-23 00:16:46 +0000
  • 22b8ced6f9 - Fix CVE 2016-1494 (bsc#960680) - Add patch cve_2016-1494.diff Robert Schweikert 2016-01-14 13:19:22 +0000
  • 47d59a97a4 Accepting request 341345 from devel:languages:python Dominique Leuenberger 2015-10-30 12:43:27 +0000
  • 9fbdafd4a7 - update to 0.32.0: - fix http proxy bug (#189) - Avoid deprecated BaseException.message (#180) - Add travis builds (#182) - fixed wsdump to work with piped input (#183) - fixed output of wsdump.py with python3 (#185) - add raw mode to wsdump.py (#186) Dirk Mueller 2015-10-21 16:58:55 +0000
  • a0efa732f5 Accepting request 318744 from devel:languages:python Dominique Leuenberger 2015-08-01 09:36:55 +0000
  • 6b83cbaf35 Accepting request 318706 from home:seife:OpenStack:Master Robert Schweikert 2015-07-26 11:58:41 +0000
  • f3ce8139c5 Accepting request 307132 from devel:languages:python Stephan Kulow 2015-05-15 05:44:28 +0000
  • 29344cfe5a Accepting request 307131 from home:benoit_monin:branches:devel:languages:python Robert Schweikert 2015-05-14 13:52:07 +0000
  • ed3b39c94e Accepting request 286506 from devel:languages:python Dominique Leuenberger 2015-02-18 10:39:42 +0000
  • e763967fee Accepting request 285686 from home:rjschwei:branches:devel:languages:python Michal Čihař 2015-02-17 10:18:09 +0000
  • 98379f4522 Accepting request 284743 from home:rjschwei:branches:devel:languages:python Denisart Benjamin 2015-02-08 13:39:06 +0000
  • 655e71ad2d Accepting request 253676 from home:TheBlackCat:branches:devel:languages:python Todd R 2014-10-02 16:12:30 +0000
  • c024dd7aaf Accepting request 238443 from home:rjschwei Sascha Peilicke 2014-07-01 08:59:01 +0000