15
0

Accepting request 703027 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/703027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-autobahn?expand=0&rev=6
This commit is contained in:
2019-05-22 13:39:27 +00:00
committed by Git OBS Bridge
4 changed files with 27 additions and 5 deletions

View File

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

3
autobahn-19.5.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue May 14 22:26:05 UTC 2019 - Jonathan Harker <jharker@suse.com>
- Update to 19.5.1
* fix: authextra merging (#1191)
* fix: set default retry_delay_jitter (#1190)
* new: add rawsocket + twisted example (#1189)
* new: WebSocket testing support, via Agent-style interface (#1186)
* new: decorator for on_connectfailure
* fix: delayed call leakage (#1152)
* new: CLI client (#1150)
* fix: set up TLS over proxy properly (#1149)
* new: expose ser modules (#1148)
* fix: base64 encodings, add hex encoding (#1146)
* new: onConnecting callback (with TransportDetails and ConnectingRequest).
Note: if you've implemented a pure IWebSocketChannel without inheriting
from Autobahn base classes, you'll need to add an onConnecting() method
that just does return None.
-------------------------------------------------------------------
Mon Apr 8 08:41:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} %{!?skip_python3:python3-%{**}}}
Name: python-autobahn
Version: 19.3.3
Version: 19.5.1
Release: 0
Summary: WebSocket and WAMP in Python for Twisted and asyncio
License: MIT
@@ -104,11 +104,13 @@ export AUTOBAHN_USE_NVX=true
export USE_ASYNCIO=true
export AUTOBAHN_USE_NVX=true
export PYTHONDONTWRITEBYTECODE=1
%pytest_arch %{buildroot}%{$python_sitearch}/autobahn/
export PY_IGNORE_IMPORTMISMATCH=1
%pytest_arch
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitearch}/*
%python3_only /usr/bin/wamp
%changelog