Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:medozas74
python-spyder-kernels
python-spyder-kernels.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-spyder-kernels.changes of Package python-spyder-kernels
------------------------------------------------------------------- Tue Aug 6 19:43:52 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at> - Add fix-tests-pandas.patch and remove workaround to fix tests. ------------------------------------------------------------------- Mon Jul 29 19:45:29 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at> - Do not build for Python2 anymore as dependencies like numpy are not provided for Python 2 too. - Skip a test relying on an old version of pandas. ------------------------------------------------------------------- Mon Jul 15 19:49:48 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at> - update to version 0.5.1: - Issues Closed: - [Issue 121](https://github.com/spyder-ide/spyder-kernels/issues/121) - Add test requirements to setup.py ([PR 122](https://github.com/spyder-ide/spyder-kernels/pull/122)) - [Issue 120](https://github.com/spyder-ide/spyder-kernels/issues/120) - Backport CI configuration from master to 0.x ([PR 123](https://github.com/spyder-ide/spyder-kernels/pull/123)) - In this release 2 issues were closed. - Pull Requests Merged: - [PR 125](https://github.com/spyder-ide/spyder-kernels/pull/125) - PR: Fix not including tests in tarballs and wheels - [PR 123](https://github.com/spyder-ide/spyder-kernels/pull/123) - PR: Backport CI configuration from master to 0.x ([120](https://github.com/spyder-ide/spyder-kernels/issues/120)) - [PR 122](https://github.com/spyder-ide/spyder-kernels/pull/122) - PR: Add tests requirements to setup.py ([121](https://github.com/spyder-ide/spyder-kernels/issues/121)) - In this release 3 pull requests were closed. ------------------------------------------------------------------- Sun Jun 30 10:12:35 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at> - update to version 0.5.0: - New features: - Set Matplotlib backend to inline for kernels started in a terminal. - Handle option sent from Spyder to show/hide cmd windows generated by the subprocess module. - Issues Closed: - [Issue 108](https://github.com/spyder-ide/spyder-kernels/issues/108) - Set matplotlib backend to inline by default on starting a new kernel ([PR 110](https://github.com/spyder-ide/spyder-kernels/pull/110)) - In this release 1 issue was closed. - Pull Requests Merged: - [PR 110](https://github.com/spyder-ide/spyder-kernels/pull/110) - PR: Set Matplotlib backend to inline for kernels started outside Spyder ([108](https://github.com/spyder-ide/spyder-kernels/issues/108)) - [PR 107](https://github.com/spyder-ide/spyder-kernels/pull/107) - PR: Use Readme.md for long description in PyPi - [PR 104](https://github.com/spyder-ide/spyder-kernels/pull/104) - PR: Handle option to show/hide cmd windows generated by the subprocess module - In this release 3 pull requests were closed. - remove 818a6b5f619ef917f4c3413c9522212cd9b2fdfd.patch, included upstream ------------------------------------------------------------------- Mon Jun 3 17:04:50 UTC 2019 - Todd R <toddrme2178@gmail.com> - Fix jupyter dependencies. ------------------------------------------------------------------- Sun Jun 2 20:44:32 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at> - actually remove the unneeded patches - add 818a6b5f619ef917f4c3413c9522212cd9b2fdfd.patch for a numpy change ------------------------------------------------------------------- Sat May 4 09:36:33 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at> - remove make-tk-optional.patch, included already - remove make-turtle-optional.patch, included already - update to version 0.4.4: * Issues Closed * Issue 102 - Tkinter is now required for version 0.4.3 after patching the turtle code (PR 103) * Pull Requests Merged * PR 106 - PR: Skip test_turtle_launch if Tk is not installed * PR 103 - PR: Enclose turtle customizations in a try/except to avoid a dependency on Tk (102) ------------------------------------------------------------------- Sun Apr 7 12:03:58 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at> - add make-tk-optional.patch - add make-turtle-optional.patch - update to version 0.4.3: - Issues closed: - [Issue 91](https://github.com/spyder-ide/spyder-kernels/issues/91) - KeyError when running "%reset -f" programmatically ([PR 96](https://github.com/spyder-ide/spyder-kernels/pull/96)) - Pull Requests Merged: - [PR 96](https://github.com/spyder-ide/spyder-kernels/pull/96) - PR: Avoid error when trying to pop __file__ out of the current namespace ([91](https://github.com/spyder-ide/spyder-kernels/issues/91)) - [PR 92](https://github.com/spyder-ide/spyder-kernels/pull/92) - PR: Include user site-packages directory in the list of excluded paths by the UMR ([8776](https://github.com/spyder-ide/spyder/issues/8776)) - [PR 90](https://github.com/spyder-ide/spyder-kernels/pull/90) - PR: Patch turtle.bye to make it work with multiple runnings of the same code ([6278](https://github.com/spyder-ide/spyder/issues/6278)) - update to version 0.4.2: - Issues closed: - [Issue 85](https://github.com/spyder-ide/spyder-kernels/issues/85) - NameError: name 'modpath' is not defined ([PR 86](https://github.com/spyder-ide/spyder-kernels/pull/86)) - Pull Requests Merged: - [PR 88](https://github.com/spyder-ide/spyder-kernels/pull/88) - PR: Improve Cython activation - [PR 87](https://github.com/spyder-ide/spyder-kernels/pull/87) - PR: Fix running Cython files - [PR 86](https://github.com/spyder-ide/spyder-kernels/pull/86) - PR: Fix problems with UMR's run method ([85](https://github.com/spyder-ide/spyder-kernels/issues/85)) - update to version 0.4.1: - Pull Requests Merged: - [PR 84](https://github.com/spyder-ide/spyder-kernels/pull/84) - PR: Better way to skip standard library and site-packages modules from UMR - [PR 83](https://github.com/spyder-ide/spyder-kernels/pull/83) - PR: Blacklist tensorflow from the UMR ([8697](https://github.com/spyder-ide/spyder/issues/8697)) - update to version 0.4: - New features: - This release fixes several important issues that prevented saving the current namespace to work as expected. - Issues closed: - [Issue 75](https://github.com/spyder-ide/spyder-kernels/issues/75) - Namespace serialization silently fails if any object is unserializable, e.g. a Python module ([PR 81](https://github.com/spyder-ide/spyder-kernels/pull/81)) - [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80)) - Pull Requests Merged: - [PR 82](https://github.com/spyder-ide/spyder-kernels/pull/82) - PR: Enclose calls to load wurlitzer and autoreload in try/except's ([8668](https://github.com/spyder-ide/spyder/issues/8668)) - [PR 81](https://github.com/spyder-ide/spyder-kernels/pull/81) - PR: Fix and improve saving of Spyder namespace with many types of objects ([75](https://github.com/spyder-ide/spyder-kernels/issues/75)) - [PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80) - PR: Fix loading Spydata file with changed filename and other edge-cases in load_dict ([9](https://github.com/spyder-ide/spyder-kernels/issues/9)) - update to version 0.3: - New features: - Add Wurlitzer as a new dependency on Posix systems. - Add tests for the console kernel. - Issues closed: - [Issue 62](https://github.com/spyder-ide/spyder-kernels/issues/62) - Add support for AppVeyor ([PR 63](https://github.com/spyder-ide/spyder-kernels/pull/63)) - [Issue 60](https://github.com/spyder-ide/spyder-kernels/issues/60) - Only load Wurlitzer in Posix systems ([PR 64](https://github.com/spyder-ide/spyder-kernels/pull/64)) - [Issue 23](https://github.com/spyder-ide/spyder-kernels/issues/23) - Add tests for the console kernel ([PR 37](https://github.com/spyder-ide/spyder-kernels/pull/37)) - Pull Requests Merged: - [PR 64](https://github.com/spyder-ide/spyder-kernels/pull/64) - PR: Don't load Wurlitzer extension on Windows because it has no effect there ([60](https://github.com/spyder-ide/spyder-kernels/issues/60)) - [PR 63](https://github.com/spyder-ide/spyder-kernels/pull/63) - PR: Test on Windows with Appveyor ([62](https://github.com/spyder-ide/spyder-kernels/issues/62)) - [PR 61](https://github.com/spyder-ide/spyder-kernels/pull/61) - PR: Patch multiprocessing to make it work when all variables are removed ([8128](https://github.com/spyder-ide/spyder/issues/8128)) - [PR 59](https://github.com/spyder-ide/spyder-kernels/pull/59) - PR: Filter deprecation warnings in ipykernel ([8103](https://github.com/spyder-ide/spyder/issues/8103)) - [PR 56](https://github.com/spyder-ide/spyder-kernels/pull/56) - PR: Add Wurlitzer to Readme - [PR 55](https://github.com/spyder-ide/spyder-kernels/pull/55) - PR: Exclude all tests from our tarballs - [PR 54](https://github.com/spyder-ide/spyder-kernels/pull/54) - PR: Add the Wurlitzer package to capture stdout/stderr from C libraries ([3777](https://github.com/spyder-ide/spyder/issues/3777)) - [PR 53](https://github.com/spyder-ide/spyder-kernels/pull/53) - PR: Remove current working directory from sys.path before starting the console kernel ([8007](https://github.com/spyder-ide/spyder/issues/8007)) - [PR 37](https://github.com/spyder-ide/spyder-kernels/pull/37) - PR: Initial tests for the console kernel ([23](https://github.com/spyder-ide/spyder-kernels/issues/23)) - [PR 36](https://github.com/spyder-ide/spyder-kernels/pull/36) - PR: Make tests to really fail in CircleCI - [PR 21](https://github.com/spyder-ide/spyder-kernels/pull/21) - PR: Add AUTHORS.txt in MANIFEST.in to include in package ------------------------------------------------------------------- Tue Sep 11 17:30:31 UTC 2018 - Sebastian Wagner <sebix+novell.com@sebix.at> - downgrade to version 0.2.6 (boo#1105801). ------------------------------------------------------------------- Thu Aug 16 10:27:36 UTC 2018 - jengelh@inai.de - Trim redundancies from description. ------------------------------------------------------------------- Mon Aug 13 16:56:30 UTC 2018 - toddrme2178@gmail.com - Initial version
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor