forked from pool/python-python-engineio
Accepting request 895419 from home:DocB:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/895419 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98419a1d4465baf104e5f69de8c480565cd2451cbb639d71218968b3ebcf8ed9
|
||||
size 235625
|
3
python-engineio-4.2.0.tar.gz
Normal file
3
python-engineio-4.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8f23be5b737c03df4444fb476fa7f575e08c9ef5a31229ff25e49919861cff7
|
||||
size 297410
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 25 17:35:08 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 4.2.0
|
||||
* large changelog: see CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 16 09:42:45 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- python2 build removed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 29 00:45:14 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-engineio
|
||||
#
|
||||
# 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,9 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-python-engineio
|
||||
Version: 3.14.1
|
||||
Version: 4.2.0
|
||||
Release: 0
|
||||
Summary: EngineIO server
|
||||
License: MIT
|
||||
@@ -27,7 +28,6 @@ Source: https://github.com/miguelgrinberg/python-engineio/archive/v%{ver
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-six >= 1.9.0
|
||||
Recommends: python-eventlet
|
||||
Suggests: python-aiohttp >= 3.4
|
||||
Suggests: python-requests >= 2.21.0
|
||||
@@ -36,10 +36,8 @@ BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module aiohttp >= 3.4}
|
||||
BuildRequires: %{python_module eventlet}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests >= 2.21.0}
|
||||
BuildRequires: %{python_module six >= 1.9.0}
|
||||
BuildRequires: %{python_module tornado}
|
||||
BuildRequires: %{python_module websocket-client >= 0.54.0}
|
||||
# /SECTION
|
||||
@@ -64,6 +62,7 @@ Python implementation of the Engine.IO realtime server.
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/engineio
|
||||
%{python_sitelib}/python_engineio-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user