Accepting request 722197 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/722197 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsproto?expand=0&rev=5
This commit is contained in:
commit
de577fec4d
@ -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>
|
Fri May 31 05:16:10 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-wsproto
|
Name: python-wsproto
|
||||||
Version: 0.14.1
|
Version: 0.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WebSockets state-machine based protocol implementation
|
Summary: WebSockets state-machine based protocol implementation
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -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
3
wsproto-0.15.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:614798c30e5dc2b3f65acc03d2d50842b97621487350ce79a80a711229edfa9d
|
||||||
|
size 51765
|
Loading…
Reference in New Issue
Block a user