Changelog for
python3-jupyter_core-4.3.0-26.1.noarch.rpm :
Fri Apr 7 14:00:00 2017 toddrme2178AATTgmail.com
- Move tests to doc subpackage.
- Clean up doc building.
Tue Feb 28 13:00:00 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.
- Merge all documentation into single rpm.
Tue Oct 18 14:00:00 2016 toddrme2178AATTgmail.com
- Keep all upstream directories in version_specific_dirs.patch
Mon Oct 17 14:00:00 2016 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.
Mon May 9 14:00:00 2016 toddrme2178AATTgmail.com
- 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.
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* updated source url to files.pythonhosted.org
Fri Feb 12 13:00:00 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 1 14:00:00 2015 toddrme2178AATTgmail.com
- Don\'t install hidden file.
Wed Sep 30 14:00:00 2015 toddrme2178AATTgmail.com
- Build documentation
Sat Sep 19 14:00:00 2015 arunAATTgmx.de
- update to version 4.0.6:
* fix typo preventing migration when custom.css is missing
- changes from version 4.0.5:
* fix subcommands on Windows (yes, again)
* fix migration when custom.js/css are not present
Mon Aug 24 14:00:00 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 21 14:00:00 2015 toddrme2178AATTgmail.com
- Add pbr requirement
Fri Aug 14 14:00:00 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 14:00:00 2015 toddrme2178AATTgmail.com
- Fix update-alternatives usage
Thu Aug 13 14:00:00 2015 toddrme2178AATTgmail.com
- Update dependency names
Tue Jul 21 14:00:00 2015 jenningsAATTneuro.bzm
- Initial version