forked from pool/python-python-socketio
Accepting request 895563 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/895563 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-socketio?expand=0&rev=2
This commit is contained in:
@@ -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>
|
Sun Nov 29 02:00:48 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-socketio
|
# 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
|
# 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,30 +16,28 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-python-socketio
|
Name: python-python-socketio
|
||||||
Version: 4.6.1
|
Version: 5.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SocketIO server
|
Summary: SocketIO server
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://github.com/miguelgrinberg/python-socketio/
|
URL: http://github.com/miguelgrinberg/python-socketio/
|
||||||
Source: https://github.com/miguelgrinberg/python-socketio/archive/v%{version}.tar.gz#/python-socketio-%{version}.tar.gz
|
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: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-python-engineio >= 3.13.0
|
Requires: python-bidict >= 0.21.0
|
||||||
Requires: python-six >= 1.9.0
|
Requires: python-python-engineio >= 4.1.0
|
||||||
Suggests: python-aiohttp >= 3.4
|
Suggests: python-aiohttp >= 3.4
|
||||||
Suggests: python-requests >= 2.21.0
|
Suggests: python-requests >= 2.21.0
|
||||||
Suggests: python-websocket-client >= 0.54.0
|
Suggests: python-websocket-client >= 0.54.0
|
||||||
Suggests: python-websockets >= 7.0
|
Suggests: python-websockets >= 7.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module mock}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module python-engineio >= 3.13.0}
|
|
||||||
BuildRequires: %{python_module six >= 1.9.0}
|
|
||||||
# /SECTION
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -61,6 +59,7 @@ Python implementation of the Socket.IO realtime server.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/socketio
|
||||||
|
%{python_sitelib}/python_socketio-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa186b447429248369aebe6e1811e811c3da8ba3bb78efb16cd88904fdff7b05
|
|
||||||
size 105568
|
|
3
python-socketio-5.3.0.tar.gz
Normal file
3
python-socketio-5.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d7f1ecc73fa5f2bc2333b13038d5e3015ca6ecfe566e72dd236b76c33d08a0a
|
||||||
|
size 136879
|
Reference in New Issue
Block a user