Changelog for
python2-jupyter_core-4.4.0-lp151.3.1.noarch.rpm :
* Tue Feb 13 2018 toddrme2178AATTgmail.com- Update url
* Wed Nov 22 2017 arunAATTgmx.de- update to version 4.4.0:
* jupyter troubleshoot gets the list of packages from the Python environment it\'s in, by using sys.executable to call pip list (:ghpull:`104`).
* Added utility function ensure_dir_exists, and switched to using it over the one from ipython_genutils, which does permissions wrong (:ghpull:`113`).
* Avoid creating the ~/.ipython directory when checking if it exists for config migration (:ghpull:`118`).
* Fix mistaken description in zsh completions (:ghpull:`98`).
* Fix subcommand tests on Windows (:ghpull:`103`).
* The README now describes how to work on jupyter_core and build the docs (:ghpull:`110`).
* Fix a broken link to a release in the docs (:ghpull:`109`).
* Wed Sep 20 2017 toddrme2178AATTgmail.com- Set configuration and data paths to be correct for any Linux distribution. This is done by using sed to replace hard-coded values with those provided by rpm.
* Add use_rpms_paths.patch to make the paths easier to replace.
* Thu Apr 27 2017 toddrme2178AATTgmail.com- All python versions can share the empty extension directories without conflicting.
* Wed Apr 26 2017 toddrme2178AATTgmail.com- Implement single-spec version.- Remove version_specific_dirs.patch. The Python3 jupyter implementation will be used for directories.
* Wed Apr 26 2017 toddrme2178AATTgmail.com- Implement single-spec version.- Remove version_specific_dirs.patch. The Python3 jupyter implementation will be used for directories.
* Fri Apr 07 2017 toddrme2178AATTgmail.com- Make python files explicit to make it easier to identify conflicts in the future.
* Fri Apr 07 2017 toddrme2178AATTgmail.com- Own kernel directories.
* Fri Mar 31 2017 toddrme2178AATTgmail.com- Add version_specific_dirs.patch Uses python version-specific directories to avoid conflicts.- Install the directories used for system-side settings and data so they are properly owned by this package.
* Thu Mar 30 2017 toddrme2178AATTgmail.com- Update to 4.3.0
* Add `JUPYTER_NO_CONFIG` environment variable for disabling all Jupyter configuration.
* More detailed error message when failing to launch subcommands.- Update to 4.2.1
* Fix error message on Windows when subcommand not found.
* Correctly display PATH in ``jupyter troubleshoot`` on Windows.- Update to 4.2.0
* Make :command:`jupyter` directory top priority in search path for subcommands, so that :command:`jupyter-subcommand` next to :command:`jupyter` will always be picked if present.
* Avoid using ``shell=True`` for subcommand dispatch on Windows.- Update to 4.1.1
* Include symlink directory and real location on subcommand PATH when :file:`jupyter` is a symlink.- Update to 4.1.0
* Add ``jupyter.py`` module, so that :command:`python -m jupyter` always works.
* Add prototype ``jupyter troubleshoot`` command for displaying environment info.
* Ensure directory containing ``jupyter`` executable is included when dispatching subcommands.
* Unicode fixes for Legacy Python.
* Wed Feb 17 2016 toddrme2178AATTgmail.com- Split documentation to speed up building. This is a dependency of a lot of other packages, and the dependencies for the documentation are very heavy. So build the documentation separately to avoid holding up the build process.
* Thu Oct 01 2015 toddrme2178AATTgmail.com- Build documentation
* Wed Sep 23 2015 toddrme2178AATTgmail.com- update to version 4.0.6:
* fix typo preventing migration when custom.css is missing- update to version 4.0.5:
* fix subcommands on Windows (yes, again)
* fix migration when custom.js/css are not present
* Mon Aug 24 2015 toddrme2178AATTgmail.com- Update to 4.0.4
* ensure version is printed to stdout …
* remove file-extension from subcommand list on Windows- Update requirements
* Fri Aug 14 2015 toddrme2178AATTgmail.com- Update to 4.0.3
* use raw_input on Python 2
* Use setuptools entry points when setuptools in use
* Use instances of traits instead of trait classes- Fix package naming consistency
* Fri Aug 14 2015 toddrme2178AATTgmail.com- Fix update-alternatives usage
* Thu Aug 13 2015 toddrme2178AATTgmail.com- Update dependency names
* Tue Jul 21 2015 jenningsAATTneuro.bzm- Initial version