14
0

Accepting request 895420 from home:DocB:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/895420
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socketio?expand=0&rev=3
This commit is contained in:
2021-05-26 14:40:23 +00:00
committed by Git OBS Bridge
parent 9bfef818cd
commit 5f9ea1e350
4 changed files with 24 additions and 14 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue May 25 17:26:54 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 5.3.0
* Big changelog, see CHANGES.md
-------------------------------------------------------------------
Sun May 16 09:43:42 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- python2 build removed
-------------------------------------------------------------------
Sun Nov 29 02:00:48 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-socketio
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,30 +16,28 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-python-socketio
Version: 4.6.1
Version: 5.3.0
Release: 0
Summary: SocketIO server
License: MIT
URL: http://github.com/miguelgrinberg/python-socketio/
Source: https://github.com/miguelgrinberg/python-socketio/archive/v%{version}.tar.gz#/python-socketio-%{version}.tar.gz
BuildRequires: %{python_module bidict >= 0.21.0}
BuildRequires: %{python_module python-engineio >= 4.1.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-python-engineio >= 3.13.0
Requires: python-six >= 1.9.0
Requires: python-bidict >= 0.21.0
Requires: python-python-engineio >= 4.1.0
Suggests: python-aiohttp >= 3.4
Suggests: python-requests >= 2.21.0
Suggests: python-websocket-client >= 0.54.0
Suggests: python-websockets >= 7.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-engineio >= 3.13.0}
BuildRequires: %{python_module six >= 1.9.0}
# /SECTION
%python_subpackages
%description
@@ -61,6 +59,7 @@ Python implementation of the Socket.IO realtime server.
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/socketio
%{python_sitelib}/python_socketio-%{version}*-info
%changelog

View File

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

View File

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