File python-jupyter-sphinx.changes of Package python-jupyter-sphinx
-------------------------------------------------------------------
Sun Sep 15 17:45:17 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip failing tests due to missing bash-kernel
- Add jupyter-sphinx-sphinx7.patch gh#jupyter/jupyter-sphinx#280
-------------------------------------------------------------------
Tue Mar 5 18:32:21 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip python39: no longer supported since ipython 8.19
-------------------------------------------------------------------
Sun Jan 21 11:15:32 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 0.5.3, 0.5.2, 0.5.1
* releaser changes
- Release 0.5.0
* drop support for Python 3.6 by @12rambau in #229
* Add direct dependency on ipykernel by @garrison in #226
* Adapt to level config to match other Jupyter repos by
@blink1073 in #237
- Drop jupyter-sphinx-pr226-ipykernel.patch
- Drop jupyter-sphinx-pr233-pathlib.patch
-------------------------------------------------------------------
Thu Sep 14 09:29:25 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Add jupyter-sphinx-pr233-pathlib.patch
gh#jupyter/jupyter-sphinx#233
-------------------------------------------------------------------
Wed Aug 23 08:50:53 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Add ipykernel to requirements
* jupyter-sphinx-pr226-ipykernel.patch
* gh#jupyter/jupyter-sphinx#226
- PEP517
-------------------------------------------------------------------
Wed Jul 13 00:34:46 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* require Sphinx-latex for tests
- update to version 0.4.0:
* Allow adding inputs and outputs that are not executed using
jupyter-input and jupyter-output directives.
* Improve script handling by using nbconvert directly.
* Remove deprecated enabling of the extension as
jupyter_sphinx.execute.
* Implement different output priorities in HTML and LaTeX
builders. In practice this allows to provide a better fallback in
PDF output.
* Introduce new jupyter-download syntax compatible with Sphinx≥4,
jupyter-download-nb, jupyter-download-notebook, and
jupyter-download-script
* Do not overwrite CSS and JS if files already exist in _static/,
this allows to customize the CSS and JS file.
-------------------------------------------------------------------
Thu Jul 1 16:42:41 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.3.2
* Switch the extension name to jupyter-sphinx, deprecate
jupyter-sphinx.execute.
* Miscellaneous bugfixes following the restructuring of the
codebase.
-------------------------------------------------------------------
Tue Dec 15 12:52:42 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Provide the old jupyter package name only for the primary
Python3 interpreter -- gh#openSUSE/python-rpm-macros#66
-------------------------------------------------------------------
Tue Jun 9 09:15:29 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.2.4:
* Documentation updates
* Test fixes
-------------------------------------------------------------------
Fri Jan 3 02:08:46 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 0.2.3
* strip Latex math delimiters that would be rendered by math blocks
* adjusts jupyter_container margin as a better fix
* fix sphinx_rtd_theme spacing issue
* Update jupyter-sphinx.css
* fix for overflow errror in code cell
- Drop python2 support due to dependencies dropping python2
-------------------------------------------------------------------
Tue Nov 12 16:36:46 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.2.2
* Added jupyter_sphinx_linenos and jupyter_sphinx_continue_linenos conf…
* Update jupyter_sphinx/execute.py
* Use math_block node directly instead of deprecated displaymath
* added classes to stderr output
* added continue_linenos directive, doc updates, and tests
* added css insertion to improve display
* added css/ to package_data
* added linenos flag, updated docs, and basic tests
* added padding around stderr
* added tests
* css-related code updates and doc additions
* make output to stderr print a warning, rather than raise an exception
* move sequential cells up on y-axis
* moved css copying to build_finished and addition to builder_initiated
* turn off erroneous output highlighting
* use the default "contents.rst" as the index document
- Rename to python-jupyter-sphinx to match upstream rename.
-------------------------------------------------------------------
Sun Jul 28 20:37:18 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.2.1
* make ThebelabSourceCell into a container with original code inside
* include thebelab javascript and css in source distributions
- Update to 0.2.0
* reorder code to remove superfluous output
* specify a fallback when the metadata lacks pygments lexer
* Simplify ThebeSourceNode constructor
* Replace f-strings for compatibility
* Restructure nodes in setup
* Fix hide code for non html builders
* fix compatibility with latex builder
* Add thebelab support
* remove widget views for non-html builds
* add javascript support
-------------------------------------------------------------------
Thu Apr 25 01:59:57 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Fix dependencies.
-------------------------------------------------------------------
Fri Sep 7 15:55:55 UTC 2018 - toddrme2178@gmail.com
- Update to version 1.4
* Cleanup execute
-------------------------------------------------------------------
Fri Aug 3 00:31:58 UTC 2018 - toddrme2178@gmail.com
- Update to version 1.3
* Pep8 compliancy
* Overwrite IPython display earlier in the sphinx build
-------------------------------------------------------------------
Fri Apr 20 20:39:22 UTC 2018 - toddrme2178@gmail.com
- Initial version