2022-02-21 13:09:43 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 21 12:08:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- add 170.patch to improve python 3.10 compatibility
|
|
|
|
- reenable tests
|
|
|
|
|
2022-02-17 21:56:49 +01:00
|
|
|
-------------------------------------------------------------------
|
2022-02-17 22:01:23 +01:00
|
|
|
Thu Feb 17 21:00:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
2022-02-17 21:56:49 +01:00
|
|
|
|
2022-02-17 22:01:23 +01:00
|
|
|
- filter two irrelevant tests for h11 0.13.0 (gh#python-hyper/wsproto#169)
|
2022-02-17 21:56:49 +01:00
|
|
|
- fix version dependency on h11
|
|
|
|
|
2021-01-25 13:15:36 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 25 11:33:52 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Fix Tumbleweed Python 3.6 build
|
|
|
|
|
2020-11-28 12:33:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 28 09:27:15 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Activate test suite
|
|
|
|
|
2020-11-23 11:28:05 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 23 10:21:57 UTC 2020 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version 1.0.0
|
|
|
|
* Prevent invalid window bit sizes.
|
|
|
|
* Added support for Python 3.8 and 3.9.
|
|
|
|
|
2020-10-11 19:31:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 11 17:11:49 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Add missing runtime dependency on dataclasses
|
|
|
|
|
2019-08-10 16:47:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 10 14:36:31 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Update to version 0.15.0
|
|
|
|
* Drop support for Python 2. Please pin to ~= 0.14.0 if you
|
|
|
|
support Python 2.
|
|
|
|
* Drop support for Python 3.5, meaning the minimum supported
|
|
|
|
version is Python 3.6.1.
|
|
|
|
* Switch events to be dataclass based, otherwise the API is
|
|
|
|
consistent.
|
|
|
|
* Add type hints throughout and support PEP 561 via a py.typed
|
|
|
|
file. This should allow projects that use wsproto to type
|
|
|
|
check their usage of wsproto.
|
|
|
|
* Bugfix prevent the test folder being installed as a package
|
|
|
|
called test.
|
|
|
|
* Explicitly require Host header in handshake.
|
|
|
|
* Drop wsaccel support and utilise the aiohttp/@willmcgugan
|
|
|
|
masking method. wsaccel is unmaintained and this new maksing
|
|
|
|
method is almost as quick.
|
|
|
|
|
|
|
|
- Disable python2 build
|
|
|
|
|
2019-04-09 18:49:55 +02:00
|
|
|
-------------------------------------------------------------------
|
2019-05-31 07:20:28 +02:00
|
|
|
Fri May 31 05:16:10 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Update to version 0.14.1
|
|
|
|
* Loosen the h11 requirement to >= 0.8.1 as wsproto is
|
|
|
|
compatible with 0.9 onwards.
|
|
|
|
* Stop installing a "test" package on installation.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-04-09 18:49:55 +02:00
|
|
|
Tue Apr 9 15:09:15 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- update to version 0.14.0
|
|
|
|
* bugfix release, see CHANGELOG.rst
|
|
|
|
0.13.0
|
|
|
|
* many changes in connection management, see CHANGELOG.rst
|
|
|
|
|
2018-12-04 22:18:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 21:08:16 UTC 2018 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version 0.12.0
|
|
|
|
* Support h11 ~0.8.1.
|
|
|
|
* Support Python 3.7.
|
|
|
|
* Make the close-handshake more explicit, by sending a close
|
|
|
|
frame on reciept of a close frame.
|
|
|
|
* Bugfix fix deflate after a non-compressable message.
|
|
|
|
* Bugfix connection header acceptance, by accepting Connection
|
|
|
|
header values that are comma separated lists.
|
|
|
|
|
2018-12-04 15:14:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:56:11 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-02-26 09:32:51 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 25 16:36:25 UTC 2018 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Initial package (0.11.0)
|