Accepting request 692651 from home:mcalabkova:branches:devel:languages:python
- update to version 0.14.0 * bugfix release, see CHANGELOG.rst 0.13.0 * many changes in connection management, see CHANGELOG.rst OBS-URL: https://build.opensuse.org/request/show/692651 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsproto?expand=0&rev=6
This commit is contained in:
parent
136dc754e2
commit
ed6a0e7c11
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 9 15:09:15 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to version 0.14.0
|
||||
* bugfix release, see CHANGELOG.rst
|
||||
0.13.0
|
||||
* many changes in connection management, see CHANGELOG.rst
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 21:08:16 UTC 2018 - aloisio@gmx.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-wsproto
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-wsproto
|
||||
Version: 0.12.0
|
||||
Version: 0.14.0
|
||||
Release: 0
|
||||
Summary: WebSockets state-machine based protocol implementation
|
||||
License: MIT
|
||||
@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/w/wsproto/wsproto
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-h11 >= 0.8.1
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@ -55,6 +56,8 @@ RFC6455 and Compression Extensions for WebSocket via RFC7692
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
#it seems almost impossible to launch the tests, it has to be done via tox
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fcb726d448f1b9bcbea884e26621af5ddd01d2d502941a024f4c727828b6009
|
||||
size 45252
|
3
wsproto-0.14.0.tar.gz
Normal file
3
wsproto-0.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55c3da870460e8838b2fbe4d10f3accc0cea3a13d5e8dbbdc6da5d537d6d44dc
|
||||
size 51540
|
Loading…
Reference in New Issue
Block a user