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:
Luigi Baldoni 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>

View File

@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-wsproto
Version: 0.14.1
Version: 0.15.0
Release: 0
Summary: WebSockets state-machine based protocol implementation
License: MIT

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed222c812aaea55d72d18a87df429cfd602e15b6c992a07a53b495858f083a14
size 51640

3
wsproto-0.15.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:614798c30e5dc2b3f65acc03d2d50842b97621487350ce79a80a711229edfa9d
size 51765