|
|
|
|
Changelog for python38-nbconvert-6.5.3-qubes.2.3.noarch.rpm :
* Thu Aug 11 2022 Arun Persaud - specfile * remove skip python 2, since we require python >= 3.7 anyway * updates patches * require lxml- update to version 6.5.3: * Fix title (#1833)- changes from version 6.5.2: * escape_html: prevent escaping quotes on widgets JSON reprs (#1829) * Fix linters (#1828) * pre-commit-ci[bot] authored and SylvainCorlay committed 2 days ago * Remove downloaded CSS from repository- changes from version 6.5.1: * Fix pre-commit * Fix tests * Run black and prettier * Run test on 6.x branch * Convert input to string prior to escape HTML * Check input type before escaping * GHSL-2021-1017, GHSL-2021-1020, GHSL-2021-1021 * GHSL-2021-1026, GHSL-2021-1025 * GHSL-2021-1024 * GHSL-2021-1023 * GHSL-2021-1022 * GHSL-2021-1019 * GHSL-2021-1018 * GHSL-2021-1027, GHSL-2021-1028 * GHSL-2021-1014, GHSL-2021-1015, GHSL-2021-1016 * GHSL-2021-1013 * Sun Jun 05 2022 Ben Greiner - Update to 6.5.0 * Drop dependency on testpath. by AATTanntzer in #1723 * Apply Autoformatters by AATTblink1073 in #1746 * support bleach 5, add packaging and tinycss2 dependencies by AATTbollwyvl in #1755 * update cli example by AATTleahecole in #1753- Refresh nbconvert-vendorize-mistune.patch, include gh#lepture/mistune#188 for successful import- Add ignore-bleach-deprecation-test.patch because the test suite fails with a DeprecationWarning for bleach <5 otherwise. * Sat Mar 12 2022 Arun Persaud - specfile: * update nbconvert-vendorize-mistune.patch (linenumbers changed and lines before patch) * require beautiful-soup- update to version 6.4.4: * HTMLExporter: Respect the embed_images flag for HTML blocks PR [#1721]- changes from version 6.4.3: * Remove ipython genutils PR #1727 * Add section to customizing showing how to use template inheritance PR #1719 * Sat Feb 19 2022 Arun Persaud - update to version 6.4.2: * Adding theme support for WebPDF exporter (#1718) * Add option to embed_images in Markdown cells (#1717) * HTMLExporter: Add theme alias and docs (#1716) * Add basic support for federated labextensions themes (#1703) * Always hide the collapser element (#1712) * Raise pyppeteer requirement to >=1,<1.1 (#1711)- changes from version 6.4.1: * CodeMirror style bleed fix (#1710) * Fix DOM structure of markdown cells in lab template (#1709) * Fix styling regression (#1708) * Handle needs_background cell metadata (#1704) * Fri Jan 07 2022 Ben Greiner - Don\'t build on Python 3.6 (SLE/Leap backports safeguard) * Thu Jan 06 2022 Ben Greiner - Update to 6.4.0 * Optionally speed up validation by AATTgwincr11 in #1672 * Adding missing div compared to JupyterLab DOM structure by AATTSylvainCorlay in #1678 * Allow passing extra args to code highlighter by AATTyuvipanda in [#1683] * Prevent page breaks in outputs when printing by AATTSylvainCorlay in #1679 * Add collapsers to template by AATTSylvainCorlay in #1689 * Fix recent pandoc latex tables by adding calc and array (#1536, [#1566]) by AATTcgevans in #1686 * Add an invalid notebook error by AATTgwincr11 in #1675 * Fix typos in execute.py by AATTTylerAnderson22 in #1692 * Modernize latex greek math handling (partially fixes #1673) by AATTcgevans in #1687 * Fix use of deprecated API and update test matrix by AATTblink1073 in #1696 * Update nbconvert_library.ipynb by AATTletterphile in #1695 * Changelog for 6.4 by AATTblink1073 in #1697- Remove the doc package * Fri Dec 31 2021 Ben Greiner - Now update to 6.3.0 * traitlets 5 is ready * for changelog see below * Fri Dec 31 2021 Ben Greiner - Revert to 6.0.7 * We can\'t have a newer version without traitlets 5. But we can\'t have traitlets 5 as long as python36 is active- Vendorize mistune 0.8.4 * Add nbconvert-vendorize-mistune.patch * gh#jupyter/nbconvert#1685- Alternativize flavored entry-point. For 6.3: do it with dejavu * Thu Dec 30 2021 Matej Cepl - Upgrade to the version 6.3.0: - Bugfixes: - Update state filter - Add slide numbering - Fix HTML templates mentioned in help docs - Add the ability to fully customize widget_renderer_url - Enable users to customize MathJax URLs - Add CLI configuration for disable-chromium-sandbox - Enables webpdf to be rendered with templates - Adds dejavu - Significant Changes¶ - Dropped Python 3.6 and added Python 3.9 - Convert execute preprocessor wrapper to resemble papermill - Comprehensive notes¶ - Feature: support static widgets in Reveal.js slides PR [#1553]: - Feature: add speaker notes to Reveal.js template - Add correct output mimetype to WebPDF exporter - Set mimetype for webpdf correctly - Fix docstring issue and a broken link - Add CLI example for removing cell tag syntax - Include output of stdin stream in lab template - Don’t use a shell to call inkscape - JupyterLab export as HTML with widgets fails to load widgets - Move note inside Reveal.js HTML slideshow - fix issue 1507: broken command line option –CSSHTMLHeaderPreprocessor.style= - Fix order of template paths - Changed documentation of external_exporters - Fix template precedence when using a custom template - add pip to docs envt - Fix CI By Adding PIP to conda envt for docs build - Explicitly install pip in docs environment.yml - small update to docs hide cell - Allow child templates to override mathjax - Allow get_export_names to skip configuration check - Update docs: Tex Live package on Ubuntu - Test jupyter_client - Update jupyterlab css - Webpdf: Use a temporary file instead of an URL - Applied patch for marking network changes - Change webpdf display name - Allow disabling pyppeteer sandbox - Make pagination configurable in webpdf - Fix Reveal.js version in documentation - Fix dangling reference to get_template_paths() - Solved svg2pdf conversion error if Inkscape is installed into the default path on a windows machine - Update version dependency of traitlets - Update execute.py - Fix code output indentation when running nbconvert –no-input - #1428 add docstring - Update nbconvert_library.ipynb - Supports isolated iframe when converting to HTML * Thu Dec 30 2021 Matej Cepl - Upgrade to the version 6.3.0: - Bugfixes: - Update state filter - Add slide numbering - Fix HTML templates mentioned in help docs - Add the ability to fully customize widget_renderer_url - Enable users to customize MathJax URLs - Add CLI configuration for disable-chromium-sandbox - Enables webpdf to be rendered with templates - Adds dejavu - Significant Changes - Dropped Python 3.6 and added Python 3.9 - Convert execute preprocessor wrapper to resemble papermill - Comprehensive notes - Feature: support static widgets in Reveal.js slides PR [#1553]: - Feature: add speaker notes to Reveal.js template - Add correct output mimetype to WebPDF exporter - Set mimetype for webpdf correctly - Fix docstring issue and a broken link - Add CLI example for removing cell tag syntax - Include output of stdin stream in lab template - Don’t use a shell to call inkscape - JupyterLab export as HTML with widgets fails to load widgets - Move note inside Reveal.js HTML slideshow - fix issue 1507: broken command line option –CSSHTMLHeaderPreprocessor.style= - Fix order of template paths - Changed documentation of external_exporters - Fix template precedence when using a custom template - add pip to docs envt - Fix CI By Adding PIP to conda envt for docs build - Explicitly install pip in docs environment.yml - small update to docs hide cell - Allow child templates to override mathjax - Allow get_export_names to skip configuration check - Update docs: Tex Live package on Ubuntu - Test jupyter_client - Update jupyterlab css - Webpdf: Use a temporary file instead of an URL - Applied patch for marking network changes - Change webpdf display name - Allow disabling pyppeteer sandbox - Make pagination configurable in webpdf - Fix Reveal.js version in documentation - Fix dangling reference to get_template_paths() - Solved svg2pdf conversion error if Inkscape is installed into the default path on a windows machine - Update version dependency of traitlets - Update execute.py - Fix code output indentation when running nbconvert –no-input - #1428 add docstring - Update nbconvert_library.ipynb - Supports isolated iframe when converting to HTML * Sat Oct 30 2021 Ben Greiner - Do not require webpdf extra pyppeteer on tests. Not usefully used in offline testing, not available for python36.- Drop skip_network_tests.patch (upstreamed for 6.1) not required due to the above- Note: we have to stay on version 6.0 until the whole python36 stack is removed from entire TW or the Jupyter ecosystem on TW. * Thu Apr 08 2021 Ben Greiner - Actually break the cycle: test flavor needs a psuffix * Wed Mar 31 2021 Ben Greiner - Test in multibuild in order to break build dependency cycle with nbclient * Sun Feb 28 2021 Ben Greiner - Add missing runtime requirement of nbclient. Keep the minversion- Remove empty html templates dir after test runs. This directory installed with mode 700 caused other package test suites to fail. * Thu Feb 25 2021 Matej Cepl - Update to 6.0.7: - 6.0.7 - Primarly a release addressing template extensions issues reported since 6.0 launched. - 6.0.6 - A range of bug fixes for webpdf exports - 6.0.5 - Revert networkidle2 change which caused custom cdn-fetched widgets in webpdf - 6.0.4 - Bugfixes only - 6.0.3 - Execute preprocessor no longer add illegal execution counts to markdown cells :ghpull:`1396`: - 6.0.2 - A patch for a few minor issues raised out of the 6.0 release. - 6.0.1 - A quick patch to fix an issue with get_exporter :ghpull:`1367`: - 6.0 - Nbconvert 6.0 is a major release of nbconvert which includes many significant changes. - Python 2 support was dropped. Currently Python 3.6-3.8 is supported and tested by nbconvert. However, nbconvert 6.0 provides limited support for Python 3.6. nbconvert 6.1 will drop support for Python 3.6. Limited support means we will test and run CI on Python 3.6.12 or higher. Issues that are found only affecting Python 3.6 are not guaranteed to be fixed. We recommend all users of nbconvert use Python 3.7 and higher. - Unlike previous versions, nbconvert 6.0 relies on the nbclient package for the execute preprocessor, which allows for asynchronous kernel requests. - template_path has become template_paths. If referring to a 5.x style .tpl template use the full path with the template_file argument to the file. On the command line the pattern is - -template-file=. - Nbconvert 6.0 includes a new \"webpdf\" exporter, which renders notebooks in pdf format through a headless web browser, so that complex outputs such as HTML tables, or even widgets are rendered in the same way as with the HTML exporter and a web browser. - The default template applied when exporting to HTML now produces the same DOM structure as JupyterLab, and is styled using JupyterLab\'s CSS. The pygments theme in use mimics JupyterLab\'s codemirror mode with the same CSS variables, so that custom JupyterLab themes could be applied. The classic notebook styling can still be enabled with - jupyter nbconvert --to html --template classic - Nbconvert 6.0 includes a new system for creating custom templates, which can now be installed as packages. A custom \"foobar\" template is installed in Jupyter\'s data directory under nbconvert/templates and has the form of a directory containing all resources. Templates specify their base template as well as other configuration parameters in a conf.json at the root of the template directory. - The \"slideshow\" template now makes use of RevealJS version 4. It can now be used with the HTML exporter with - jupyter nbconvert --to html --template reveal - The --to slides exporter is still supported for convenience. - Inkscape 1.0 is now supported, which had some breaking changes that prevented 5.x versions of nbconvert from converting documents on some systems that updated.- Add skip_network_tests.patch to skip tests requiring network access (gh#jupyter/nbconvert#1526). * Tue Mar 10 2020 Tomáš Chvátal - Temporarily disable test_run_all_notebooks as it fails on python 3.8 * Tue Nov 12 2019 Todd R - Update to 5.6.1 + New Features * Add support for alt tags for jpeg and png images * Allow HTML header anchor text to be HTML * Change RegExRemove to remove code cells with output * Added cell tag data attributes to HTML exporter + Fixing Problems * Update svg2pdf.py to search the PATH for inkscape * Fix latex dependencies installation command for Ubuntu systems + Testing, Docs, and Builds * Added Circle CI builds for documentation * Fix typo in argument name in docstring (TagRemovePreprocessor) * Changelog typo fix * Updated API page for TagRemovePreprocessor and TemplateExporter * Added remove_input_tag traitlet to the docstring * Sun Aug 11 2019 Todd R - Update to 5.6.0 + New Features * Make a default global location for custom user templates * Parallel execution improvements * Added ``store_history`` option to ``preprocess_cell`` and ``run_cell`` * Simplify the function signature for preprocess() * Set flag to not always stop kernel execution on errors * ``setup_preprocessor`` passes kwargs to ``start_new_kernel`` + Fixing Problems * Very fast stream outputs no longer drop some messages * LaTeX errors now properly raise exceptions * Improve template whitespacing * Fixes for character in LaTeX exports and filters * Mistune pinned in preparation for 2.0 release * Require mock only on Python 2 * Fix selection of mimetype when converting to HTML * Correct a few typos * Update ``export_from_notebook`` names * Dedenting html in ExtractOutputPreprocessor * Fix backwards incompatibility with markdown2html * Fixed html image tagging * Remove unnecessary css + Testing, Docs, and Builds * Pip-install nbconvert on readthedocs.org * Fix various doc build issues * Add issue templates * Added instructions for bumping the version forward when releasing * Fix Testing on Windows * Refactored ``test_run_notebooks`` * Fixed documentation typos * Wed May 15 2019 Todd R - Add conflicts to jupyter subpackage to more explicitly handle file overlaps with old naming scheme. * Fri Apr 26 2019 Todd R - Update to 5.5.0: + New Features * IPyWidget Support * A new ClearMetadata Preprocessor is available * Support for pandoc 2 * New, and better, latex template + Fixing Problems * Refactored execute preprocessor to have a process_message function * Fixed OOM kernel failures hanging * Fixed latex export for svg data in python 3 * Enabled configuration to be shared to exporters from script exporter * Make latex errors less verbose * Typo in template syntax * Improved attachments +fix supporting non-unique names * PDFExporter \"output_mimetype\" traitlet is not longer \'text/latex\' * FIX: respect wait for clear_output * address deprecation warning in cgi.escape * Correct inaccurate description of available LaTeX template * Fixed kernel death detection for executions with timeouts * Fixed export names for various templates + Deprecations * Dropped support for python 3.4 * Removed deprecated ``export_by_name`` + Testing, Docs, and Builds * Added tests for each branch in execute\'s run_cell method * Mention formats in --to options more clearly * Adds ascii output type to command line docs page, mention image folder output * Simplify setup.py * Use utf-8 encoding in execute_api example * Upgrade pytest on Travis * Fix LaTeX base template name in docs * Updated release instructions based on 5.4 release walk-through * Fixed broken link to jinja docs * Thu Apr 25 2019 Todd R - Rename to to match python package naming guidelines.- Split jupyter components into own subpackage.- Rename doc package to match jupyter package name. * Wed Mar 13 2019 Matej Cepl - Update to 5.4.1: - New Features - Expose pygments styles - Tornado 6.0 support -- Convert proxy handler from callback to coroutine - Add option to overwrite the highlight_code filter - Fixing Problems - Mathjax.tpl fix for rendering Latex in html - Backwards compatbility for empty kernel names - Testing, Docs, and Builds - DOC: Add missing language specification to code-block- Switch to %pytest
|
|
|