forked from pool/python-python-socketio
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user