Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-engineio for
openSUSE:Factory checked in at 2021-06-01 10:37:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-engineio (Old)
and /work/SRC/openSUSE:Factory/.python-python-engineio.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-engineio"
Tue Jun 1 10:37:07 2021 rev:2 rq:895560 version:4.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-engineio/python-python-engineio.changes
2020-12-04 21:29:04.906175955 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-engineio.new.1898/python-python-engineio.changes
2021-06-01 10:38:10.180885362 +0200
@@ -1,0 +2,11 @@
+Tue May 25 17:35:08 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 4.2.0
+ * large changelog: see CHANGES.md
+
+-------------------------------------------------------------------
+Sun May 16 09:42:45 UTC 2021 - Axel Braun <[email protected]>
+
+- python2 build removed
+
+-------------------------------------------------------------------
Old:
----
python-engineio-3.14.1.tar.gz
New:
----
python-engineio-4.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-engineio.spec ++++++
--- /var/tmp/diff_new_pack.p4tnvv/_old 2021-06-01 10:38:10.752886336 +0200
+++ /var/tmp/diff_new_pack.p4tnvv/_new 2021-06-01 10:38:10.752886336 +0200
@@ -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 @@
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 @@
# 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 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/engineio
+%{python_sitelib}/python_engineio-%{version}*-info
%changelog
++++++ python-engineio-3.14.1.tar.gz -> python-engineio-4.2.0.tar.gz ++++++
++++ 36221 lines of diff (skipped)