14
0

4 Commits

Author SHA256 Message Date
d115d0e156 Accepting request 1316814 from devel:languages:python
- update to 0.13.0:
  * Support for Python < 3.6 has been dropped.
  * SNI is enabled when connecting to an SSL target as an SSL
    client.
  * The TokenRedis plugin handles namespaces.
  * Headers are sanitized before being passed to authentication
    plugins.

OBS-URL: https://build.opensuse.org/request/show/1316814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=30
2025-11-11 18:18:42 +00:00
da611e8719 - update to 0.13.0:
* Support for Python < 3.6 has been dropped.
  * SNI is enabled when connecting to an SSL target as an SSL
    client.
  * The TokenRedis plugin handles namespaces.
  * Headers are sanitized before being passed to authentication
    plugins.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=58
2025-11-10 08:20:50 +00:00
dfc29f6d33 Accepting request 1301402 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems

OBS-URL: https://build.opensuse.org/request/show/1301402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websockify?expand=0&rev=29
2025-08-27 19:33:58 +00:00
faaa986d42 - Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=56
2025-08-26 09:37:51 +00:00
4 changed files with 36 additions and 7 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Nov 10 08:20:41 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.13.0:
* Support for Python < 3.6 has been dropped.
* SNI is enabled when connecting to an SSL target as an SSL
client.
* The TokenRedis plugin handles namespaces.
* Headers are sanitized before being passed to authentication
plugins.
-------------------------------------------------------------------
Tue Aug 26 09:33:52 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives on SLE-16-based and newer systems
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 19 11:51:49 UTC 2024 - Dirk Müller <dmueller@suse.com> Sat Oct 19 11:51:49 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-websockify # spec file for package python-websockify
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# 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
@@ -16,9 +16,14 @@
# #
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-websockify Name: python-websockify
Version: 0.12.0 Version: 0.13.0
Release: 0 Release: 0
Summary: WebSocket to TCP proxy/bridge Summary: WebSocket to TCP proxy/bridge
License: BSD-2-Clause AND LGPL-3.0-only AND MPL-2.0 AND BSD-3-Clause License: BSD-2-Clause AND LGPL-3.0-only AND MPL-2.0 AND BSD-3-Clause
@@ -34,10 +39,15 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: %{python_module numpy if (%python-base without python36-base)} BuildRequires: %{python_module numpy if (%python-base without python36-base)}
Requires: python-jwcrypto
BuildArch: noarch
%if %{with libalternatives}
BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun): update-alternatives
BuildArch: noarch %endif
Requires: python-jwcrypto
%if 0%{?suse_version} %if 0%{?suse_version}
Recommends: python-redis Recommends: python-redis
Recommends: python-requests Recommends: python-requests
@@ -84,6 +94,9 @@ sed -i '1 { /^#!/ d }' websockify/websock*.py
%check %check
%pytest -k 'not test_asymmetric_jwe_token_plugin' %pytest -k 'not test_asymmetric_jwe_token_plugin'
%pre
%python_libalternatives_reset_alternative websockify
%post %post
%python_install_alternative websockify %python_install_alternative websockify

BIN
v0.12.0.tar.gz LFS

Binary file not shown.

3
v0.13.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6413e364efd04f3c92ec8c17747e3c4adc20157c2ef1c5d019a26d944a46df8
size 57826