forked from pool/python-websockets
Accepting request 619360 from home:abergmann:branches:devel:languages:python
- Update to version 5.0.1 * CVE-2018-1000518: Defend against zip bombs (boo#1099269). OBS-URL: https://build.opensuse.org/request/show/619360 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
4f76900e5f
commit
4167eebaa7
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-websockets
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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
|
||||
@@ -13,23 +13,24 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%bcond_without test
|
||||
Name: python-websockets
|
||||
Version: 3.4
|
||||
Version: 5.0.1
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
Summary: An implementation of the WebSocket Protocol (RFC 6455)
|
||||
Url: https://github.com/aaugustin/websockets
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/aaugustin/websockets
|
||||
Source: https://files.pythonhosted.org/packages/source/w/websockets/websockets-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Suggests: python-asyncio
|
||||
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user