Revisions of python-spyder-kernels

Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 18)
- 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.
buildservice-autocommit accepted request 713834 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 17)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 16)
- 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
buildservice-autocommit accepted request 707272 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 15)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) accepted request 707266 from Todd R's avatar Todd R (TheBlackCat) (revision 14)
- Fix jupyter dependencies.
buildservice-autocommit accepted request 706950 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 13)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 12)
- actually remove the unneeded patches
- add 818a6b5f619ef917f4c3413c9522212cd9b2fdfd.patch for a numpy change
buildservice-autocommit accepted request 695334 from Todd R's avatar Todd R (TheBlackCat) (revision 11)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 10)
- 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)
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 9)
- 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))
buildservice-autocommit accepted request 636490 from Todd R's avatar Todd R (TheBlackCat) (revision 8)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 635077 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 7)
- downgrade to version 0.2.6 (boo#1105801).
buildservice-autocommit accepted request 629540 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 6)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 629537 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 5)
- Trim redundancies from description.
Todd R's avatar Todd R (TheBlackCat) committed (revision 4)
converted link to branch
Todd R's avatar Todd R (TheBlackCat) committed (revision 3)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 629046 from Todd R's avatar Todd R (TheBlackCat) (revision 2)
initialized devel package after accepting 629046
Todd R's avatar Todd R (TheBlackCat) accepted request 629045 from Todd R's avatar Todd R (TheBlackCat) (revision 1)
Required by spyder and spyder3
Displaying revisions 81 - 98 of 98
openSUSE Build Service is sponsored by