- Version update to 6.0:
* compatibility with python 3.6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=7
This commit is contained in:
parent
4167eebaa7
commit
347c6888c5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 11:41:58 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Version update to 6.0:
|
||||
* compatibility with python 3.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 09:20:26 UTC 2018 - abergmann@suse.com
|
||||
|
||||
|
@ -18,21 +18,19 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%bcond_without test
|
||||
Name: python-websockets
|
||||
Version: 5.0.1
|
||||
Version: 6.0
|
||||
Release: 0
|
||||
Summary: An implementation of the WebSocket Protocol (RFC 6455)
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/aaugustin/websockets
|
||||
URL: https://github.com/aaugustin/websockets
|
||||
Source: https://files.pythonhosted.org/packages/source/w/websockets/websockets-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Suggests: python-asyncio
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -55,16 +53,14 @@ export CFLAGS="%{optflags}"
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%if %{with test}
|
||||
%check
|
||||
# Test execution speed depends on BS load and architecture, relax
|
||||
export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5
|
||||
%python_exec setup.py test
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.rst
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitearch}/websockets
|
||||
%{python_sitearch}/websockets-%{version}-py*.egg-info
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a49d315db5a7a19d55422e1678e8a1c3b9661d7296bef3179fa620cf80b12674
|
||||
size 68494
|
3
websockets-6.0.tar.gz
Normal file
3
websockets-6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f3b956d11c5b301206382726210dc1d3bee1a9ccf7aadf895aaf31f71c3716c
|
||||
size 70483
|
Loading…
Reference in New Issue
Block a user