14
0

Accepting request 895560 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/895560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-engineio?expand=0&rev=2
This commit is contained in:
2021-06-01 08:37:07 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 10 deletions

View File

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

View File

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

View File

@@ -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> Sun Nov 29 00:45:14 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-python-engineio # 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 # 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,9 +16,10 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-python-engineio Name: python-python-engineio
Version: 3.14.1 Version: 4.2.0
Release: 0 Release: 0
Summary: EngineIO server Summary: EngineIO server
License: MIT License: MIT
@@ -27,7 +28,6 @@ Source: https://github.com/miguelgrinberg/python-engineio/archive/v%{ver
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-six >= 1.9.0
Recommends: python-eventlet Recommends: python-eventlet
Suggests: python-aiohttp >= 3.4 Suggests: python-aiohttp >= 3.4
Suggests: python-requests >= 2.21.0 Suggests: python-requests >= 2.21.0
@@ -36,10 +36,8 @@ BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module aiohttp >= 3.4} BuildRequires: %{python_module aiohttp >= 3.4}
BuildRequires: %{python_module eventlet} BuildRequires: %{python_module eventlet}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.21.0} BuildRequires: %{python_module requests >= 2.21.0}
BuildRequires: %{python_module six >= 1.9.0}
BuildRequires: %{python_module tornado} BuildRequires: %{python_module tornado}
BuildRequires: %{python_module websocket-client >= 0.54.0} BuildRequires: %{python_module websocket-client >= 0.54.0}
# /SECTION # /SECTION
@@ -64,6 +62,7 @@ Python implementation of the Engine.IO realtime server.
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%{python_sitelib}/* %{python_sitelib}/engineio
%{python_sitelib}/python_engineio-%{version}*-info
%changelog %changelog