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:
parent
4f76900e5f
commit
4167eebaa7
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 09:20:26 UTC 2018 - abergmann@suse.com
|
||||
|
||||
- Update to version 5.0.1
|
||||
* CVE-2018-1000518: Defend against zip bombs (boo#1099269).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 7 16:20:14 UTC 2017 - stefan.bruens@rwth-aachen.de
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43e5b9f51dd0000a4c6f646e2ade0c886bd14a784ffac08b9e079bd17a63bcc5
|
||||
size 41618
|
3
websockets-5.0.1.tar.gz
Normal file
3
websockets-5.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a49d315db5a7a19d55422e1678e8a1c3b9661d7296bef3179fa620cf80b12674
|
||||
size 68494
|
Loading…
Reference in New Issue
Block a user