Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-spyder-terminal for
openSUSE:Factory checked in at 2021-10-13 18:06:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spyder-terminal (Old)
and /work/SRC/openSUSE:Factory/.python-spyder-terminal.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-terminal"
Wed Oct 13 18:06:07 2021 rev:9 rq:924858 version:1.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-spyder-terminal/python-spyder-terminal.changes
2021-02-03 19:55:40.189670766 +0100
+++
/work/SRC/openSUSE:Factory/.python-spyder-terminal.new.2443/python-spyder-terminal.changes
2021-10-13 18:10:01.959645720 +0200
@@ -1,0 +2,18 @@
+Sun Oct 10 20:01:28 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to v1.1.0
+ * Migration to Spyder's 5.1.x new API
+
+-------------------------------------------------------------------
+Fri Jul 16 16:45:22 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to v1.0.0
+ * Migration to Spyder's 5 new API
+ * Update to the latest release of xtermjs
+ * Add blue border when the terminal is focused like all the other
+ plugins
+ * Anaconda powers are now available in the terminal
+ * New customizable option for the cursor
+ * Save the zoom across terminals
+
+-------------------------------------------------------------------
Old:
----
python-spyder-terminal-0.5.0-gh.tar.gz
python-spyder-terminal-0.5.0-pypi.tar.gz
New:
----
python-spyder-terminal-1.1.0-gh.tar.gz
python-spyder-terminal-1.1.0-pypi.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-spyder-terminal.spec ++++++
--- /var/tmp/diff_new_pack.he89S6/_old 2021-10-13 18:10:02.611646743 +0200
+++ /var/tmp/diff_new_pack.he89S6/_new 2021-10-13 18:10:02.611646743 +0200
@@ -20,7 +20,7 @@
# But we need the python3-spyder-terminal name, provided by the
python_subpackages rewrite
%define pythons python3
Name: python-spyder-terminal
-Version: 0.5.0
+Version: 1.1.0
Release: 0
Summary: Operating system virtual terminal plugin for the Spyder IDE
License: MIT
@@ -38,23 +38,21 @@
BuildRequires: python-rpm-macros
BuildRequires: python3-setuptools
Requires: python-coloredlogs
-Requires: python-pexpect
Requires: python-requests
-Requires: python-terminado >= 0.9.1
+Requires: python-terminado >= 0.10.0
Requires: python-tornado
-Requires: spyder >= 4.2.0
+Requires: spyder >= 5.1.1
# SECTION test requirements
BuildRequires: python3-coloredlogs
BuildRequires: python3-flaky
-BuildRequires: python3-pexpect
BuildRequires: python3-pytest
BuildRequires: python3-pytest-qt
BuildRequires: python3-pytest-timeout
BuildRequires: python3-pytest-xvfb
BuildRequires: python3-requests
-BuildRequires: python3-terminado >= 0.9.1
+BuildRequires: python3-terminado >= 0.10.0
BuildRequires: python3-tornado
-BuildRequires: spyder >= 4.2.0
+BuildRequires: spyder >= 5.1.1
BuildRequires: xdpyinfo
# /SECTION
BuildArch: noarch
@@ -83,6 +81,9 @@
sed -i -e '/^#!\//, 1d' spyder_terminal/server/__main__.py
sed -i -e '/^#!\//, 1d' spyder_terminal/server/tests/print_size.py
+# fix error with qtbot >= 4
+sed -i
's/qtbot_module.addWidget(terminal)/qtbot_module.addWidget(terminal.get_widget())/'
spyder_terminal/tests/test_terminal.py
+
%build
%python3_build
@@ -96,9 +97,11 @@
# The unittests fail with a seccomp-bpf crash if the sandbox
# is not disabled on i586
export QTWEBENGINE_DISABLE_SANDBOX=1
-# qtbot timeouts in OBS env
-donttest="test_terminal_paste or test_new_terminal"
-%pytest -k "not ($donttest)"
+# qtbot timeout: "Doesn't work on Linux CIs"
+donttest="test_terminal_paste"
+# no conda
+donttest+=" or test_conda_path"
+%pytest -k "not ($donttest)" --timeout 120
%files %{python_files} -f spyder_terminal.lang
%defattr(-,root,root,-)
++++++ python-spyder-terminal-0.5.0-gh.tar.gz ->
python-spyder-terminal-1.1.0-gh.tar.gz ++++++
++++ 4959 lines of diff (skipped)
++++++ python-spyder-terminal-0.5.0-pypi.tar.gz ->
python-spyder-terminal-1.1.0-pypi.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-spyder-terminal/python-spyder-terminal-0.5.0-pypi.tar.gz
/work/SRC/openSUSE:Factory/.python-spyder-terminal.new.2443/python-spyder-terminal-1.1.0-pypi.tar.gz
differ: char 5, line 1