Hello community, here is the log from the commit of package python-spyder-terminal for openSUSE:Factory checked in at 2020-04-28 22:32:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-spyder-terminal (Old) and /work/SRC/openSUSE:Factory/.python-spyder-terminal.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-terminal" Tue Apr 28 22:32:10 2020 rev:6 rq:798633 version:0.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-spyder-terminal/python-spyder-terminal.changes 2020-04-25 20:36:26.423026218 +0200 +++ /work/SRC/openSUSE:Factory/.python-spyder-terminal.new.2738/python-spyder-terminal.changes 2020-04-28 22:32:34.717777071 +0200 @@ -1,0 +2,9 @@ +Tue Apr 28 09:34:31 UTC 2020 - Benjamin Greiner <c...@bnavigator.de> + +- Update to version 0.3.2 + Minor release: Spyder-Terminal bug fix for Spyder 4 + * Fixes the crash bug when opening the preferences tab +- Add nodejs mention to package description +- Update spyder requirement to match with upstream + +------------------------------------------------------------------- Old: ---- python-spyder-terminal-0.3.1-gh.tar.gz python-spyder-terminal-0.3.1-pypi.tar.gz New: ---- python-spyder-terminal-0.3.2-gh.tar.gz python-spyder-terminal-0.3.2-pypi.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-spyder-terminal.spec ++++++ --- /var/tmp/diff_new_pack.ZN6jDM/_old 2020-04-28 22:32:35.789779072 +0200 +++ /var/tmp/diff_new_pack.ZN6jDM/_new 2020-04-28 22:32:35.793779079 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-spyder-terminal -Version: 0.3.1 +Version: 0.3.2 Release: 0 Summary: Operating system virtual terminal plugin for the Spyder IDE License: MIT @@ -36,7 +36,7 @@ Requires: python3-requests Requires: python3-terminado Requires: python3-tornado -Requires: spyder >= 4 +Requires: spyder >= 4.1.0 # SECTION test requirements BuildRequires: %{python_module coloredlogs} BuildRequires: %{python_module flaky} @@ -48,7 +48,7 @@ BuildRequires: %{python_module requests} BuildRequires: %{python_module terminado} BuildRequires: %{python_module tornado} -BuildRequires: spyder >= 4 +BuildRequires: spyder >= 4.1.0 BuildRequires: xdpyinfo # /SECTION @@ -59,7 +59,8 @@ IDE for researchers, engineers and data analysts. This package contains the plugin for displaying a virtual terminal -(OS independent) inside the main Spyder window. +(OS independent) inside the main Spyder window. It uses a nodejs +backend. %package -n spyder-terminal Summary: Operating system virtual terminal plugin for the Spyder IDE @@ -72,7 +73,8 @@ IDE for researchers, engineers and data analysts. This package contains the plugin for displaying a virtual terminal -(OS independent) inside the main Spyder window. +(OS independent) inside the main Spyder window. It uses a nodejs +backend. %prep # The PyPI tarfile is the official release but does not include the tests. @@ -86,9 +88,6 @@ sed -i -e '/^#!\//, 1d' spyder_terminal/server/__main__.py sed -i -e '/^#!\//, 1d' spyder_terminal/server/tests/print_size.py -# fix confpage import gh#spyder-ide/spyder-terminal#201 -sed -i -e '/import platform/ a import sys' spyder_terminal/confpage.py - %build %python_build ++++++ python-spyder-terminal-0.3.1-gh.tar.gz -> python-spyder-terminal-0.3.2-gh.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/spyder-terminal-0.3.1/CHANGELOG.md new/spyder-terminal-0.3.2/CHANGELOG.md --- old/spyder-terminal-0.3.1/CHANGELOG.md 2020-04-21 21:32:59.000000000 +0200 +++ new/spyder-terminal-0.3.2/CHANGELOG.md 2020-04-27 20:47:23.000000000 +0200 @@ -1,3 +1,12 @@ +## Version spyder-terminal v0.3.2 (2020/04/27) + + +### Pull Requests Merged + +* [PR 201](https://github.com/spyder-ide/spyder-terminal/pull/201) - PR: Import sys for confpage, by [@bnavigator](https://github.com/bnavigator) + +In this release 1 pull request was closed. + ## Version spyder-terminal v0.3.1 (2020/04/21) ### Issues Closed diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/spyder-terminal-0.3.1/spyder_terminal/__init__.py new/spyder-terminal-0.3.2/spyder_terminal/__init__.py --- old/spyder-terminal-0.3.1/spyder_terminal/__init__.py 2020-04-21 21:32:59.000000000 +0200 +++ new/spyder-terminal-0.3.2/spyder_terminal/__init__.py 2020-04-27 20:47:23.000000000 +0200 @@ -11,5 +11,5 @@ PLUGIN_CLASS -VERSION_INFO = (0, 3, 1) +VERSION_INFO = (0, 3, 2) __version__ = '.'.join(map(str, VERSION_INFO)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/spyder-terminal-0.3.1/spyder_terminal/confpage.py new/spyder-terminal-0.3.2/spyder_terminal/confpage.py --- old/spyder-terminal-0.3.1/spyder_terminal/confpage.py 2020-04-21 21:32:59.000000000 +0200 +++ new/spyder-terminal-0.3.2/spyder_terminal/confpage.py 2020-04-27 20:47:23.000000000 +0200 @@ -10,6 +10,7 @@ from distutils.version import LooseVersion import os import platform +import sys # Third party imports from qtpy.QtWidgets import (QVBoxLayout, QGroupBox, QGridLayout, QButtonGroup, ++++++ python-spyder-terminal-0.3.1-pypi.tar.gz -> python-spyder-terminal-0.3.2-pypi.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-spyder-terminal/python-spyder-terminal-0.3.1-pypi.tar.gz /work/SRC/openSUSE:Factory/.python-spyder-terminal.new.2738/python-spyder-terminal-0.3.2-pypi.tar.gz differ: char 5, line 1