Page MenuHomeSolus

Update spyder3 to 3.3.4
ClosedPublic

Authored by maverick1 on Jan 24 2019, 11:02 AM.
Tags
None
Referenced Files
F11062878: D5143.id14247.diff
Fri, Aug 11, 1:09 PM
F10987333: D5143.id15374.diff
Mon, Jul 24, 5:17 AM
F10970366: D5143.diff
Fri, Jul 21, 2:17 AM
F10815246: D5143.id12546.diff
May 31 2023, 7:44 PM
F10814839: D5143.diff
May 31 2023, 5:42 PM
F10814344: D5143.id14247.diff
May 31 2023, 3:22 PM
F10814253: D5143.id14646.diff
May 31 2023, 2:55 PM
F10814105: D5143.id15374.diff
May 31 2023, 2:10 PM

Details

Summary

Updated spyder3 to latest stable version.

Changes

  • Fix several incompatibilities with PyQt5 5.12.
  • Increase minimal required version of spyder-kernels to 0.4.2 to get important fixes about saving/loading the current namespace and skipping installed modules from our User Module Reloader (UMR).
  • Avoid the UMR to reload modules installed in the user site-packages directory.
  • Fix an incompatibility with Numpy 1.16 that generated an error when trying to open an array in the Variable Explorer.
  • Increase maximum PyQt5 supported version to 5.12
Test Plan

Imported some machine-learning modules like numpy, pandas, sklearn, evolutionary_search and did some code inspections on them.

Diff Detail

Repository
R3882 spyder3
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.

Would like an explanation on all the rundep removals, as well as all the removals in /usr/lib/python3.6/site-packages/spyder/images/filetypes/

This revision now requires changes to proceed.Jan 25 2019, 10:26 AM

Would like an explanation on all the rundep removals, as well as all the removals in /usr/lib/python3.6/site-packages/spyder/images/filetypes/

The runtime dependencies were removed as their reverse dependencies were already included. They were just making the list of rundeps long but jot including any extra packages than this.

And for the images part, I have no hand in it.

Would like an explanation on all the rundep removals, as well as all the removals in /usr/lib/python3.6/site-packages/spyder/images/filetypes/

The runtime dependencies were removed as their reverse dependencies were already included. They were just making the list of rundeps long but jot including any extra packages than this.

And for the images part, I have no hand in it.

I checked all of the removed depdendencies and it looks like python-sphinx is the only one not pulled in by another dep. Are you sure it isn't needed?

maverick1 retitled this revision from Update spyder3 to 3.3.2 to Update spyder3 to 3.3.3.

Would like an explanation on all the rundep removals, as well as all the removals in /usr/lib/python3.6/site-packages/spyder/images/filetypes/

The runtime dependencies were removed as their reverse dependencies were already included. They were just making the list of rundeps long but jot including any extra packages than this.

And for the images part, I have no hand in it.

I checked all of the removed depdendencies and it looks like python-sphinx is the only one not pulled in by another dep. Are you sure it isn't needed?

@DataDrake, I have not removed any dependencies in this revision still the images are deleted. I think the developers thought to remove them.

maverick1 retitled this revision from Update spyder3 to 3.3.3 to Update spyder3 to 3.3.4.Apr 21 2019, 9:57 AM
maverick1 edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.May 21 2019, 12:25 AM
Closed by commit R3882:80b8be1a51cb: Update spyder3 to 3.3.4 (authored by maverick1, committed by DataDrake). · Explain Why
This revision was automatically updated to reflect the committed changes.