forked from pool/python-websockify
Accepting request 901118 from home:stroeder:python
- disable test test_asymmetric_jwe_token_plugin because of new algorithms in jwcrypto 0.9.0+ OBS-URL: https://build.opensuse.org/request/show/901118 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=46
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 21 08:57:56 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
- disable test test_asymmetric_jwe_token_plugin because of new algorithms
|
||||||
|
in jwcrypto 0.9.0+
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 14 21:26:47 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
Mon Dec 14 21:26:47 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-websockify
|
# spec file for package python-websockify
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -23,7 +23,7 @@ Name: python-websockify
|
|||||||
Version: 0.9.0
|
Version: 0.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WebSocket to TCP proxy/bridge
|
Summary: WebSocket to TCP proxy/bridge
|
||||||
License: LGPL-3.0-only AND MPL-2.0 AND BSD-2-Clause AND BSD-3-Clause
|
License: BSD-2-Clause AND LGPL-3.0-only AND MPL-2.0 AND BSD-3-Clause
|
||||||
URL: https://github.com/novnc/websockify
|
URL: https://github.com/novnc/websockify
|
||||||
Source: https://github.com/novnc/websockify/archive/v%{version}.tar.gz
|
Source: https://github.com/novnc/websockify/archive/v%{version}.tar.gz
|
||||||
BuildRequires: %{python_module cryptography}
|
BuildRequires: %{python_module cryptography}
|
||||||
@@ -39,7 +39,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-numpy
|
Requires: python-numpy
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
BuildRequires: python-enum34
|
BuildRequires: python-enum34
|
||||||
@@ -89,7 +89,7 @@ sed -i '1 { /^#!/ d }' websockify/websock*.py
|
|||||||
%python_clone -a %{buildroot}%{_bindir}/websockify
|
%python_clone -a %{buildroot}%{_bindir}/websockify
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
%pytest -k 'not test_asymmetric_jwe_token_plugin'
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative websockify
|
%python_install_alternative websockify
|
||||||
|
|||||||
Reference in New Issue
Block a user