17
0

Compare commits

2 Commits

Author SHA256 Message Date
4918776f9c Accepting request 1223210 from devel:languages:python
- update to 0.1.2:
  * Fixed incorrect spelling
  * bind on both IPv4 and IPv6 localhost
  * bump TLS version to keep compatibility with chrome

OBS-URL: https://build.opensuse.org/request/show/1223210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SimpleWebSocketServer?expand=0&rev=3
2024-11-11 12:45:31 +00:00
45fc294408 - update to 0.1.2:
* Fixed incorrect spelling
  * bind on both IPv4 and IPv6 localhost
  * bump TLS version to keep compatibility with chrome

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SimpleWebSocketServer?expand=0&rev=5
2024-11-10 22:17:06 +00:00
4 changed files with 19 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Nov 10 22:15:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.1.2:
* Fixed incorrect spelling
* bind on both IPv4 and IPv6 localhost
* bump TLS version to keep compatibility with chrome
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 10 16:30:48 UTC 2019 - Jan Engelhardt <jengelh@inai.de> Sun Feb 10 16:30:48 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-SimpleWebSocketServer # spec file for package python-SimpleWebSocketServer
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # 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,16 +16,18 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons}
Name: python-SimpleWebSocketServer Name: python-SimpleWebSocketServer
Version: 0.1.1 Version: 0.1.2
Release: 0 Release: 0
Summary: A Websocket server written in Python Summary: A Websocket server written in Python
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/dpallot/simple-websocket-server/ URL: https://github.com/dpallot/simple-websocket-server/
Source: https://files.pythonhosted.org/packages/source/S/SimpleWebsocketServer/SimpleWebsocketServer-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/S/SimpleWebsocketServer/SimpleWebSocketServer-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
@@ -43,10 +45,10 @@ A Websocket Server written in Python
%setup -q -n SimpleWebSocketServer-%{version} %setup -q -n SimpleWebSocketServer-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}