Hello community,
here is the log from the commit of package python-spyder-terminal for
openSUSE:Factory checked in at 2018-08-18 00:03:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spyder-terminal (Old)
and /work/SRC/openSUSE:Factory/.python-spyder-terminal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-terminal"
Sat Aug 18 00:03:24 2018 rev:2 rq:629429 version:0.2.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-spyder-terminal/python-spyder-terminal.changes
2018-05-15 10:31:09.869119043 +0200
+++
/work/SRC/openSUSE:Factory/.python-spyder-terminal.new/python-spyder-terminal.changes
2018-08-18 00:03:27.090958604 +0200
@@ -1,0 +2,15 @@
+Mon Aug 13 17:49:18 UTC 2018 - [email protected]
+
+- Update to 0.2.4
+ + Issues Closed
+ * Remove requirement on pexpect for Windows
+ * Add import check for pywinpty
+ * Remove compatibility check for Windows and Python 2
+ * Black screen in Spyder-terminal when I launch Spyer
+ + Pull Requests Merged
+ * Remove pexpect from windows requirements
+ * Add winpty import verification before starting plugin
+ * Fix running tests in CI infrastructure
+ * Remove Windows/Py2.7 restriction
+
+-------------------------------------------------------------------
Old:
----
spyder-terminal-0.2.3.tar.gz
New:
----
spyder-terminal-0.2.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-spyder-terminal.spec ++++++
--- /var/tmp/diff_new_pack.oeJnNR/_old 2018-08-18 00:03:27.850960874 +0200
+++ /var/tmp/diff_new_pack.oeJnNR/_new 2018-08-18 00:03:27.850960874 +0200
@@ -17,9 +17,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
Name: python-spyder-terminal
-Version: 0.2.3
+Version: 0.2.4
Release: 0
Summary: Operating system virtual terminal plugin for the Spyder IDE
License: MIT
@@ -29,22 +28,7 @@
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
-%if %{with test}
-BuildRequires: %{python_module coloredlogs}
-BuildRequires: %{python_module flaky}
-BuildRequires: %{python_module pexpect}
-BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module requests}
-BuildRequires: %{python_module tornado}
-BuildRequires: spyder >= 3.2.0
-BuildRequires: spyder3 >= 3.2.0
-%endif
BuildRequires: fdupes
-Requires: python-coloredlogs
-Requires: python-pexpect
-Requires: python-requests
-Requires: python-tornado
-Requires: spyder >= 3.2.0
BuildArch: noarch
%python_subpackages
@@ -91,6 +75,14 @@
%prep
%setup -q -n spyder-terminal-%{version}
+# fix rpmlint non-executable-script
+sed -i -e '/^#!\//, 1d' spyder_terminal/server/main.py
+sed -i -e '/^#!\//, 1d' spyder_terminal/server/tests/print_size.py
+
+rm -r spyder_terminal/server/static/components/xterm.js/.vscode
+rm spyder_terminal/server/static/components/jquery/src/.eslintrc.json
+find . -name ".bower.json" -exec rm -f {} \;
+
%build
%python_build
++++++ spyder-terminal-0.2.3.tar.gz -> spyder-terminal-0.2.4.tar.gz ++++++
++++ 6031 lines of diff (skipped)