python-websockets/python-websockets.changes
Tomáš Chvátal 7b88575164 - Update to 8.0.2:
* Restored the ability to pass a socket with the sock parameter of :func:`~server.serve`.
  * Removed an incorrect assertion when a connection drops.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=17
2019-08-13 16:38:51 +00:00

54 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Tue Aug 13 16:35:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 8.0.2:
* Restored the ability to pass a socket with the sock parameter of :func:`~server.serve`.
* Removed an incorrect assertion when a connection drops.
-------------------------------------------------------------------
Mon Jul 22 11:41:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 8.0.1:
* Version 8.0 drops compatibility with Python 3.4 and 3.5.
* Various fixes
-------------------------------------------------------------------
Tue Apr 16 11:11:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 7.0:
* Various fixes
* Repository layout changes
-------------------------------------------------------------------
Mon Oct 1 07:22:29 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Call the tests the same way as upstream to avoid import cycles
-------------------------------------------------------------------
Mon Sep 24 07:35:18 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Do make sure to error out on test failure.
-------------------------------------------------------------------
Wed Aug 29 11:41:58 UTC 2018 - tchvatal@suse.com
- Version update to 6.0:
* compatibility with python 3.6
-------------------------------------------------------------------
Wed Jun 27 09:20:26 UTC 2018 - abergmann@suse.com
- Update to version 5.0.1
* CVE-2018-1000518: Defend against zip bombs (boo#1099269).
-------------------------------------------------------------------
Sat Oct 7 16:20:14 UTC 2017 - stefan.bruens@rwth-aachen.de
- Add WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5, otherwise tests in several
projects fail
-------------------------------------------------------------------
Thu Sep 7 22:42:52 UTC 2017 - toddrme2178@gmail.com
- initial version