Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spyder for openSUSE:Factory checked in at 2022-03-25 21:55:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spyder (Old) and /work/SRC/openSUSE:Factory/.spyder.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spyder" Fri Mar 25 21:55:01 2022 rev:38 rq:964863 version:5.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/spyder/spyder.changes 2022-01-22 08:19:30.694367055 +0100 +++ /work/SRC/openSUSE:Factory/.spyder.new.1900/spyder.changes 2022-03-25 21:55:23.126318867 +0100 @@ -1,0 +2,5 @@ +Fri Mar 25 13:29:16 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Fix unpinning of IPython and unpin pyls + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spyder.spec ++++++ --- /var/tmp/diff_new_pack.UqFfVj/_old 2022-03-25 21:55:23.818319526 +0100 +++ /var/tmp/diff_new_pack.UqFfVj/_new 2022-03-25 21:55:23.826319533 +0100 @@ -264,9 +264,14 @@ # remove egg package pins read at runtime startup and for the test suite dependency sync checks sed -r \ -e 's/(ipython.*),<8.0.0/\1/' \ - -e 's/(pyqt[5 ])<5.13/\1/' \ - -e 's/(pyqtwebengine.*)<5.13/\1/' \ + -e 's/(IPython.*),<8.0.0/\1/' \ + -e 's/(pyqt.*)<5.13/\1/' \ + -e 's/(python-lsp-server.*),<1.4.0/\1/' \ -i setup.py requirements/conda.txt binder/environment.yml +sed -r \ + -e 's/(IPYTHON_REQVER.*);<8.0.0/\1/' \ + -e 's/(PYLSP_REQVER.*);<1.4.0/\1/' \ + -i spyder/dependencies.py # Upstream brings its fixed versions for pyls, qdarksstyle and spyder-kernels for its # test environment, but we want to test against installed packages.