Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-socketio for openSUSE:Factory checked in at 2021-06-01 10:37:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-socketio (Old) and /work/SRC/openSUSE:Factory/.python-python-socketio.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-socketio" Tue Jun 1 10:37:08 2021 rev:2 rq:895563 version:5.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-socketio/python-python-socketio.changes 2020-12-04 21:29:06.574178348 +0100 +++ /work/SRC/openSUSE:Factory/.python-python-socketio.new.1898/python-python-socketio.changes 2021-06-01 10:38:10.984886731 +0200 @@ -1,0 +2,11 @@ +Tue May 25 17:26:54 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to 5.3.0 + * Big changelog, see CHANGES.md + +------------------------------------------------------------------- +Sun May 16 09:43:42 UTC 2021 - Axel Braun <axel.br...@gmx.de> + +- python2 build removed + +------------------------------------------------------------------- Old: ---- python-socketio-4.6.1.tar.gz New: ---- python-socketio-5.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-socketio.spec ++++++ --- /var/tmp/diff_new_pack.RLcIyE/_old 2021-06-01 10:38:11.528887657 +0200 +++ /var/tmp/diff_new_pack.RLcIyE/_new 2021-06-01 10:38:11.532887664 +0200 @@ -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 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/socketio +%{python_sitelib}/python_socketio-%{version}*-info %changelog ++++++ python-socketio-4.6.1.tar.gz -> python-socketio-5.3.0.tar.gz ++++++ ++++ 11415 lines of diff (skipped)