14
0

Accepting request 722195 from home:alois:branches:devel:languages:python

Update to version 0.15.0

OBS-URL: https://build.opensuse.org/request/show/722195
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsproto?expand=0&rev=10
This commit is contained in:
2019-08-10 14:47:59 +00:00
committed by Git OBS Bridge
parent 4d23c861c8
commit 7e94797cdf
4 changed files with 27 additions and 4 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri May 31 05:16:10 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>