diff --git a/python-engineio-3.14.1.tar.gz b/python-engineio-3.14.1.tar.gz deleted file mode 100644 index 234070a..0000000 --- a/python-engineio-3.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98419a1d4465baf104e5f69de8c480565cd2451cbb639d71218968b3ebcf8ed9 -size 235625 diff --git a/python-engineio-4.2.0.tar.gz b/python-engineio-4.2.0.tar.gz new file mode 100644 index 0000000..f4b25b7 --- /dev/null +++ b/python-engineio-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f23be5b737c03df4444fb476fa7f575e08c9ef5a31229ff25e49919861cff7 +size 297410 diff --git a/python-python-engineio.changes b/python-python-engineio.changes index 63e8ff3..008d38e 100644 --- a/python-python-engineio.changes +++ b/python-python-engineio.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue May 25 17:35:08 UTC 2021 - Ben Greiner + +- Update to 4.2.0 + * large changelog: see CHANGES.md + +------------------------------------------------------------------- +Sun May 16 09:42:45 UTC 2021 - Axel Braun + +- python2 build removed + ------------------------------------------------------------------- Sun Nov 29 00:45:14 UTC 2020 - John Vandenberg diff --git a/python-python-engineio.spec b/python-python-engineio.spec index 058e394..55e1910 100644 --- a/python-python-engineio.spec +++ b/python-python-engineio.spec @@ -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