14
0

- update to 0.12.0:

* The simplejson module is no longer needed for redis token
    support
  * redis tokens can now be either JSON or plain text
  * websockify can now listen to a Unix socket for incoming
    connections
  * Command line now supports disabling directory listings
  * Basic Dockerfile included
- update to 0.5.1:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockify?expand=0&rev=51
This commit is contained in:
2024-10-19 11:52:37 +00:00
committed by Git OBS Bridge
parent c7a226185f
commit 451c4600cd
5 changed files with 31 additions and 18 deletions

View File

@@ -1,10 +1,13 @@
--- websockify-0.10.0/setup.py Index: websockify-0.12.0/setup.py
+++ websockify-0.10.0/setup.py ===================================================================
@@ -29,7 +29,6 @@ --- websockify-0.12.0.orig/setup.py
+++ websockify-0.12.0/setup.py
@@ -30,7 +30,7 @@ setup(name=name,
packages=['websockify'], packages=['websockify'],
include_package_data=True, include_package_data=True,
- install_requires=['numpy'], install_requires=[
zip_safe=False, - 'numpy', 'requests',
entry_points={ + 'requests',
'console_scripts': [ 'jwcrypto',
'redis',
],

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Oct 19 11:51:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.12.0:
* The simplejson module is no longer needed for redis token
support
* redis tokens can now be either JSON or plain text
* websockify can now listen to a Unix socket for incoming
connections
* Command line now supports disabling directory listings
* Basic Dockerfile included
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 7 11:54:41 UTC 2022 - Dirk Müller <dmueller@suse.com> Tue Jun 7 11:54:41 UTC 2022 - 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) 2022 SUSE LLC # Copyright (c) 2024 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
@@ -16,9 +16,9 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons}
Name: python-websockify Name: python-websockify
Version: 0.10.0 Version: 0.12.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
@@ -30,19 +30,17 @@ BuildRequires: %{python_module jwcrypto}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module redis} BuildRequires: %{python_module redis}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module simplejson}
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-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 0%{?suse_version} %if 0%{?suse_version}
Recommends: python-jwcrypto Recommends: python-jwcrypto
Recommends: python-numpy Recommends: python-numpy
Recommends: python-redis Recommends: python-redis
Recommends: python-simplejson
%endif %endif
%python_subpackages %python_subpackages

BIN
v0.10.0.tar.gz LFS

Binary file not shown.

BIN
v0.12.0.tar.gz LFS Normal file

Binary file not shown.