Spyder declares a runtime dependency on setuptools rather than on packaging; this was due to a change in the package-version code without a corresponding change in the dependencies. This patch fixes this.
Ensure icons are not initialised too early during tests Upstream does not wish to apply this patch, but without it, the entire test suite fails to run for us.
Colin Watson <cjwatson@debian.org> and Julian Gilbey <jdg@debian.org>