Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spyder for openSUSE:Factory checked in at 2023-04-29 17:28:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spyder (Old) and /work/SRC/openSUSE:Factory/.spyder.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spyder" Sat Apr 29 17:28:02 2023 rev:46 rq:1083328 version:5.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/spyder/spyder.changes 2023-01-20 17:38:52.256584525 +0100 +++ /work/SRC/openSUSE:Factory/.spyder.new.1533/spyder.changes 2023-04-29 17:28:15.494571729 +0200 @@ -1,0 +2,29 @@ +Thu Apr 27 15:32:42 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 5.4.3 + ## New features + * Add support for QDarkstyle 3.1 + * Add support for Jupyter-client 8 + * Add mambaforge and miniforge when searching for conda + environments + ## Important fixes + * Fix IPython Console completions, traceback handling and other + issues to better support IPython 8.x + * Fix compatibility issues with PyZMQ 25.x + * Add warning message before loading spydata files + * Fix web based widgets display by adding the --no-sandbox + argument for QtApplication + * Fix copy and paste shortcuts for the Files and Projects + explorer panes + * Fix Editor issues related with handling LSP server failed + starts + * Fix Editor issues related with restoring previous session and + file changes outside Spyder + * Fix PYTHONPATH manager showing extra paths and other related + errors + * Fix update available notification with pip based installations + * Fix some UX/UI issues for the find replace widget when the + Editor has a small width + * Removal of Python 2 related code + +------------------------------------------------------------------- Old: ---- spyder-5.4.2.tar.gz New: ---- spyder-5.4.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spyder.spec ++++++ --- /var/tmp/diff_new_pack.9LN0wd/_old 2023-04-29 17:28:16.290575062 +0200 +++ /var/tmp/diff_new_pack.9LN0wd/_new 2023-04-29 17:28:16.294575079 +0200 @@ -21,7 +21,7 @@ # your live system before submitting an update. %bcond_with test Name: spyder -Version: 5.4.2 +Version: 5.4.3 Release: 0 Summary: The Scientific Python Development Environment License: MIT @@ -31,6 +31,7 @@ Source1: spyder-rpmlintrc BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: python3-base >= 3.7 BuildRequires: python3-pip BuildRequires: python3-setuptools >= 49.6.0 BuildRequires: python3-wheel @@ -49,7 +50,8 @@ Requires: python3-diff-match-patch >= 20181111 Requires: python3-flake8 >= 3.8.0 Requires: python3-intervaltree -Requires: python3-ipython >= 7.31.1 +Requires: (python3-ipython >= 7.31.1 with python3-ipython < 9) +Conflicts: (python3-ipython >= 8.8 with python3-ipython < 8.10.1) Requires: python3-jedi >= 0.17.2 Requires: python3-jellyfish >= 0.7 Requires: python3-jsonschema >= 3.2.0 @@ -79,11 +81,11 @@ Requires: python3-watchdog Requires: python3-whatthepatch Requires: python3-yapf -Requires: (python3-QDarkStyle >= 3.0.2 with python3-QDarkStyle < 3.1.0) +Requires: (python3-QDarkStyle >= 3.0.2 with python3-QDarkStyle < 3.2.0) Requires: (python3-pylint >= 2.5.0 with python3-pylint < 3) -Requires: (python3-python-lsp-server >= 1.7.1 with python3-python-lsp-server < 1.8) -Requires: (python3-qtconsole >= 5.4.0 with python3-qtconsole < 5.5.0) -Requires: (python3-spyder-kernels >= 2.4.2 with python3-spyder-kernels < 2.5) +Requires: (python3-python-lsp-server >= 1.7.2 with python3-python-lsp-server < 1.8) +Requires: (python3-qtconsole >= 5.4.2 with python3-qtconsole < 5.5.0) +Requires: (python3-spyder-kernels >= 2.4.3 with python3-spyder-kernels < 2.5) Recommends: %{name}-dicom Recommends: %{name}-hdf5 Recommends: python3-Cython >= 0.21 @@ -129,7 +131,6 @@ BuildRequires: python3-flake8 >= 3.8.0 BuildRequires: python3-flaky BuildRequires: python3-intervaltree -BuildRequires: python3-ipython >= 7.31.1 BuildRequires: python3-jedi >= 0.17.2 BuildRequires: python3-jellyfish >= 0.7 BuildRequires: python3-jsonschema >= 3.2.0 @@ -174,11 +175,13 @@ BuildRequires: python3-yapf BuildRequires: xdpyinfo BuildRequires: xvfb-run -BuildRequires: (python3-QDarkStyle >= 3.0.2 with python3-QDarkStyle < 3.1.0) +BuildRequires: (python3-QDarkStyle >= 3.0.2 with python3-QDarkStyle < 3.2.0) +BuildRequires: (python3-ipython >= 7.31.1 with python3-ipython < 9) +BuildConflicts: (python3-ipython >= 8.8 with python3-ipython < 8.10.1) BuildRequires: (python3-pylint >= 2.5.0 with python3-pylint < 3) -BuildRequires: (python3-python-lsp-server >= 1.7.1 with python3-python-lsp-server < 1.8) -BuildRequires: (python3-qtconsole >= 5.4 with python3-qtconsole < 5.5) -BuildRequires: (python3-spyder-kernels >= 2.4.2 with python3-spyder-kernels < 2.5) +BuildRequires: (python3-python-lsp-server >= 1.7.2 with python3-python-lsp-server < 1.8) +BuildRequires: (python3-qtconsole >= 5.4.2 with python3-qtconsole < 5.5) +BuildRequires: (python3-spyder-kernels >= 2.4.3 with python3-spyder-kernels < 2.5) # /SECTION %description @@ -223,19 +226,6 @@ This package contains the plugin that allows Spyder to read and write HDF5 files. -%package doc -Summary: Documentation for the Spyder IDE -Group: Development/Languages/Python -Recommends: %{name} = %{version} -Provides: spyder3-doc = %{version} -Obsoletes: spyder3-doc < %{version} - -%description doc -Spyder, the Scientific Python Development Environment, is an -IDE for researchers, engineers and data analysts. - -Documentation and help files for Spyder and its plugins. - %package lang # expansion of lang_package because the macro does not handle the rename Summary: Translations for package %{name} @@ -324,10 +314,6 @@ # requires internet connection donttest+=" or test_github_backend" -%if 0%{?suse_version} == 1500 -# fails on Leap -donttest+=" or (test_objectexplorer_collection_types and params0)" -%endif # different PyQT version? donttest+=" or (test_objectexplorer_collection_types and params5)" # qtbot timeouts or too slow in OBS ++++++ spyder-5.4.2.tar.gz -> spyder-5.4.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/spyder/spyder-5.4.2.tar.gz /work/SRC/openSUSE:Factory/.spyder.new.1533/spyder-5.4.3.tar.gz differ: char 22, line 1