Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-nbconvert for 
openSUSE:Factory checked in at 2024-08-21 23:27:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbconvert (Old)
 and      /work/SRC/openSUSE:Factory/.python-nbconvert.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nbconvert"

Wed Aug 21 23:27:26 2024 rev:35 rq:1195127 version:7.16.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbconvert/python-nbconvert.changes        
2024-04-02 16:41:16.766725851 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nbconvert.new.2698/python-nbconvert.changes  
    2024-08-21 23:27:52.654241144 +0200
@@ -1,0 +2,6 @@
+Wed Aug 21 13:32:58 UTC 2024 - Ben Greiner <[email protected]>
+
+- Update to 7.16.4
+  * rst exporter: Re-enable coalescing streams #2142 (@mgeier)
+
+-------------------------------------------------------------------

Old:
----
  nbconvert-7.16.3.tar.gz

New:
----
  nbconvert-7.16.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-nbconvert.spec ++++++
--- /var/tmp/diff_new_pack.ixrZZq/_old  2024-08-21 23:27:53.122260638 +0200
+++ /var/tmp/diff_new_pack.ixrZZq/_new  2024-08-21 23:27:53.126260804 +0200
@@ -20,7 +20,6 @@
 %if "%{flavor}" == "test"
 %define psuffix -test
 %bcond_without test
-%define skip_python39 1
 %else
 %define psuffix %{nil}
 %bcond_with test
@@ -31,9 +30,9 @@
 %bcond_with libalternatives
 %endif
 # X.X.0 gets abbreviated by pythondistdeps
-%define shortversion 7.16.3
+%define shortversion 7.16.4
 Name:           python-nbconvert%{psuffix}
-Version:        7.16.3
+Version:        7.16.4
 Release:        0
 Summary:        Conversion of Jupyter Notebooks
 License:        BSD-3-Clause AND MIT
@@ -172,7 +171,7 @@
 %files %{python_files}
 %license LICENSE
 %doc README.md
-%{python_sitelib}/nbconvert-%{version}*-info
+%{python_sitelib}/nbconvert-%{version}.dist-info
 %{python_sitelib}/nbconvert/
 %python_alternative %{_bindir}/jupyter-nbconvert
 %python_alternative %{_bindir}/jupyter-dejavu

++++++ nbconvert-7.16.3.tar.gz -> nbconvert-7.16.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/.pre-commit-config.yaml 
new/nbconvert-7.16.4/.pre-commit-config.yaml
--- old/nbconvert-7.16.3/.pre-commit-config.yaml        2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/.pre-commit-config.yaml        2020-02-02 
01:00:00.000000000 +0100
@@ -21,7 +21,7 @@
       - id: trailing-whitespace
 
   - repo: https://github.com/python-jsonschema/check-jsonschema
-    rev: 0.27.4
+    rev: 0.28.1
     hooks:
       - id: check-github-workflows
 
@@ -51,7 +51,7 @@
         args: ["-L", "sur,nd"]
 
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: "v1.8.0"
+    rev: "v1.9.0"
     hooks:
       - id: mypy
         files: "^nbconvert"
@@ -81,7 +81,7 @@
       - id: rst-inline-touching-normal
 
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.2.0
+    rev: v0.3.5
     hooks:
       - id: ruff
         types_or: [python, jupyter]
@@ -90,7 +90,7 @@
         types_or: [python, jupyter]
 
   - repo: https://github.com/scientific-python/cookie
-    rev: "2024.01.24"
+    rev: "2024.03.10"
     hooks:
       - id: sp-repo-review
         additional_dependencies: ["repo-review[cli]"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/CHANGELOG.md 
new/nbconvert-7.16.4/CHANGELOG.md
--- old/nbconvert-7.16.3/CHANGELOG.md   2020-02-02 01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/CHANGELOG.md   2020-02-02 01:00:00.000000000 +0100
@@ -2,6 +2,28 @@
 
 <!-- <START NEW CHANGELOG ENTRY> -->
 
+## 7.16.4
+
+([Full 
Changelog](https://github.com/jupyter/nbconvert/compare/v7.16.3...71fde294f623083f364bf68e14f07459dee952e6))
+
+### Bugs fixed
+
+- rst exporter: Re-enable coalescing streams 
[#2142](https://github.com/jupyter/nbconvert/pull/2142) 
([@mgeier](https://github.com/mgeier))
+
+### Maintenance and upkeep improvements
+
+- Revert "Set all min deps" 
[#2138](https://github.com/jupyter/nbconvert/pull/2138) 
([@blink1073](https://github.com/blink1073))
+- Set all min deps [#2136](https://github.com/jupyter/nbconvert/pull/2136) 
([@blink1073](https://github.com/blink1073))
+- chore: update pre-commit hooks 
[#2134](https://github.com/jupyter/nbconvert/pull/2134) 
([@pre-commit-ci](https://github.com/pre-commit-ci))
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2024-03-21&to=2024-04-29&type=c))
+
+[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2024-03-21..2024-04-29&type=Issues)
 | 
[@mgeier](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Amgeier+updated%3A2024-03-21..2024-04-29&type=Issues)
 | 
[@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2024-03-21..2024-04-29&type=Issues)
+
+<!-- <END NEW CHANGELOG ENTRY> -->
+
 ## 7.16.3
 
 ([Full 
Changelog](https://github.com/jupyter/nbconvert/compare/v7.16.2...9019037e300dfdbac5a8cb330d0b09eb82e12f62))
@@ -18,8 +40,6 @@
 
 
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2024-03-04..2024-03-21&type=Issues)
 
-<!-- <END NEW CHANGELOG ENTRY> -->
-
 ## 7.16.2
 
 ([Full 
Changelog](https://github.com/jupyter/nbconvert/compare/v7.16.1...8dac97afa73d59e6afcad04ca076355576b6eb51))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/PKG-INFO 
new/nbconvert-7.16.4/PKG-INFO
--- old/nbconvert-7.16.3/PKG-INFO       2020-02-02 01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/PKG-INFO       2020-02-02 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.3
 Name: nbconvert
-Version: 7.16.3
+Version: 7.16.4
 Summary: Converting Jupyter Notebooks (.ipynb files) to other formats.  Output 
formats include asciidoc, html, latex, markdown, pdf, py, rst, script.  
nbconvert can be used both as a Python library (`import nbconvert`) or as a 
command line tool (invoked as `jupyter nbconvert ...`).
 Project-URL: Homepage, https://jupyter.org
 Author-email: Jupyter Development Team <[email protected]>
@@ -61,7 +61,19 @@
 Requires-Dist: tinycss2
 Requires-Dist: traitlets>=5.1
 Provides-Extra: all
-Requires-Dist: nbconvert[docs,qtpdf,serve,test,webpdf]; extra == 'all'
+Requires-Dist: flaky; extra == 'all'
+Requires-Dist: ipykernel; extra == 'all'
+Requires-Dist: ipython; extra == 'all'
+Requires-Dist: ipywidgets>=7.5; extra == 'all'
+Requires-Dist: myst-parser; extra == 'all'
+Requires-Dist: nbsphinx>=0.2.12; extra == 'all'
+Requires-Dist: playwright; extra == 'all'
+Requires-Dist: pydata-sphinx-theme; extra == 'all'
+Requires-Dist: pyqtwebengine>=5.15; extra == 'all'
+Requires-Dist: pytest>=7; extra == 'all'
+Requires-Dist: sphinx==5.0.2; extra == 'all'
+Requires-Dist: sphinxcontrib-spelling; extra == 'all'
+Requires-Dist: tornado>=6.1; extra == 'all'
 Provides-Extra: docs
 Requires-Dist: ipykernel; extra == 'docs'
 Requires-Dist: ipython; extra == 'docs'
@@ -71,7 +83,7 @@
 Requires-Dist: sphinx==5.0.2; extra == 'docs'
 Requires-Dist: sphinxcontrib-spelling; extra == 'docs'
 Provides-Extra: qtpdf
-Requires-Dist: nbconvert[qtpng]; extra == 'qtpdf'
+Requires-Dist: pyqtwebengine>=5.15; extra == 'qtpdf'
 Provides-Extra: qtpng
 Requires-Dist: pyqtwebengine>=5.15; extra == 'qtpng'
 Provides-Extra: serve
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/check_requirements.py 
new/nbconvert-7.16.4/check_requirements.py
--- old/nbconvert-7.16.3/check_requirements.py  2020-02-02 01:00:00.000000000 
+0100
+++ new/nbconvert-7.16.4/check_requirements.py  2020-02-02 01:00:00.000000000 
+0100
@@ -1,4 +1,5 @@
 """Verify that the "all" reqs are in sync."""
+
 import sys
 
 from tomli import load
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nbconvert-7.16.3/docs/api_examples/template_path/make_html.py 
new/nbconvert-7.16.4/docs/api_examples/template_path/make_html.py
--- old/nbconvert-7.16.3/docs/api_examples/template_path/make_html.py   
2020-02-02 01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/docs/api_examples/template_path/make_html.py   
2020-02-02 01:00:00.000000000 +0100
@@ -3,6 +3,7 @@
 
 Note: nbconvert 6.0 changed ``template_path`` to ``template_paths``
 """
+
 import nbformat
 from traitlets.config import Config
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/docs/autogen_config.py 
new/nbconvert-7.16.4/docs/autogen_config.py
--- old/nbconvert-7.16.3/docs/autogen_config.py 2020-02-02 01:00:00.000000000 
+0100
+++ new/nbconvert-7.16.4/docs/autogen_config.py 2020-02-02 01:00:00.000000000 
+0100
@@ -6,6 +6,7 @@
 jupyter_nbconvert_config.py.
 
 """
+
 import os.path
 
 from nbconvert.nbconvertapp import NbConvertApp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/hatch_build.py 
new/nbconvert-7.16.4/hatch_build.py
--- old/nbconvert-7.16.3/hatch_build.py 2020-02-02 01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/hatch_build.py 2020-02-02 01:00:00.000000000 +0100
@@ -1,4 +1,5 @@
 """Custom build script for hatch backend"""
+
 import os
 import sys
 from urllib.request import urlopen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/__main__.py 
new/nbconvert-7.16.4/nbconvert/__main__.py
--- old/nbconvert-7.16.3/nbconvert/__main__.py  2020-02-02 01:00:00.000000000 
+0100
+++ new/nbconvert-7.16.4/nbconvert/__main__.py  2020-02-02 01:00:00.000000000 
+0100
@@ -1,4 +1,5 @@
 """nbconvert cli entry point."""
+
 from .nbconvertapp import main
 
 main()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/_version.py 
new/nbconvert-7.16.4/nbconvert/_version.py
--- old/nbconvert-7.16.3/nbconvert/_version.py  2020-02-02 01:00:00.000000000 
+0100
+++ new/nbconvert-7.16.4/nbconvert/_version.py  2020-02-02 01:00:00.000000000 
+0100
@@ -1,9 +1,10 @@
 """nbconvert version info."""
+
 import re
 from typing import List
 
 # Version string must appear intact for versioning
-__version__ = "7.16.3"
+__version__ = "7.16.4"
 
 # Build up version_info tuple for backwards compatibility
 pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/conftest.py 
new/nbconvert-7.16.4/nbconvert/conftest.py
--- old/nbconvert-7.16.3/nbconvert/conftest.py  2020-02-02 01:00:00.000000000 
+0100
+++ new/nbconvert-7.16.4/nbconvert/conftest.py  2020-02-02 01:00:00.000000000 
+0100
@@ -1,4 +1,5 @@
 """pytest configuration."""
+
 import asyncio
 import os
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/exporters/qt_exporter.py 
new/nbconvert-7.16.4/nbconvert/exporters/qt_exporter.py
--- old/nbconvert-7.16.3/nbconvert/exporters/qt_exporter.py     2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/exporters/qt_exporter.py     2020-02-02 
01:00:00.000000000 +0100
@@ -1,4 +1,5 @@
 """A qt exporter."""
+
 import os
 import sys
 import tempfile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nbconvert-7.16.3/nbconvert/exporters/qt_screenshot.py 
new/nbconvert-7.16.4/nbconvert/exporters/qt_screenshot.py
--- old/nbconvert-7.16.3/nbconvert/exporters/qt_screenshot.py   2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/exporters/qt_screenshot.py   2020-02-02 
01:00:00.000000000 +0100
@@ -1,4 +1,5 @@
 """A qt screenshot exporter."""
+
 import os
 
 try:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/exporters/rst.py 
new/nbconvert-7.16.4/nbconvert/exporters/rst.py
--- old/nbconvert-7.16.3/nbconvert/exporters/rst.py     2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/exporters/rst.py     2020-02-02 
01:00:00.000000000 +0100
@@ -29,6 +29,7 @@
     def default_config(self):
         c = Config(
             {
+                "CoalesceStreamsPreprocessor": {"enabled": True},
                 "ExtractOutputPreprocessor": {"enabled": True},
                 "HighlightMagicsPreprocessor": {"enabled": True},
             }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/filters/filter_links.py 
new/nbconvert-7.16.4/nbconvert/filters/filter_links.py
--- old/nbconvert-7.16.3/nbconvert/filters/filter_links.py      2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/filters/filter_links.py      2020-02-02 
01:00:00.000000000 +0100
@@ -1,6 +1,7 @@
 """A pandoc filter used in converting notebooks to Latex.
 Converts links between notebooks to Latex cross-references.
 """
+
 import re
 
 from pandocfilters import RawInline, applyJSONFilters, stringify  # 
type:ignore[import-untyped]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/filters/markdown.py 
new/nbconvert-7.16.4/nbconvert/filters/markdown.py
--- old/nbconvert-7.16.3/nbconvert/filters/markdown.py  2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/filters/markdown.py  2020-02-02 
01:00:00.000000000 +0100
@@ -6,7 +6,6 @@
 # Copyright (c) IPython Development Team.
 # Distributed under the terms of the Modified BSD License.
 
-
 import re
 
 try:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nbconvert-7.16.3/nbconvert/filters/markdown_mistune.py 
new/nbconvert-7.16.4/nbconvert/filters/markdown_mistune.py
--- old/nbconvert-7.16.3/nbconvert/filters/markdown_mistune.py  2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/filters/markdown_mistune.py  2020-02-02 
01:00:00.000000000 +0100
@@ -5,7 +5,6 @@
 # Copyright (c) IPython Development Team.
 # Distributed under the terms of the Modified BSD License.
 
-
 import base64
 import mimetypes
 import os
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/filters/pandoc.py 
new/nbconvert-7.16.4/nbconvert/filters/pandoc.py
--- old/nbconvert-7.16.3/nbconvert/filters/pandoc.py    2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/filters/pandoc.py    2020-02-02 
01:00:00.000000000 +0100
@@ -2,6 +2,7 @@
 Convert between any two formats using pandoc,
 and related filters
 """
+
 import os
 
 from pandocfilters import Image, applyJSONFilters  # 
type:ignore[import-untyped]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nbconvert-7.16.3/nbconvert/preprocessors/coalescestreams.py 
new/nbconvert-7.16.4/nbconvert/preprocessors/coalescestreams.py
--- old/nbconvert-7.16.3/nbconvert/preprocessors/coalescestreams.py     
2020-02-02 01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/preprocessors/coalescestreams.py     
2020-02-02 01:00:00.000000000 +0100
@@ -1,4 +1,5 @@
 """Preprocessor for merging consecutive stream outputs for easier handling."""
+
 import re
 
 # Copyright (c) IPython Development Team.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nbconvert-7.16.3/nbconvert/preprocessors/convertfigures.py 
new/nbconvert-7.16.4/nbconvert/preprocessors/convertfigures.py
--- old/nbconvert-7.16.3/nbconvert/preprocessors/convertfigures.py      
2020-02-02 01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/preprocessors/convertfigures.py      
2020-02-02 01:00:00.000000000 +0100
@@ -6,7 +6,6 @@
 # Copyright (c) Jupyter Development Team.
 # Distributed under the terms of the Modified BSD License.
 
-
 from traitlets import Unicode
 
 from .base import Preprocessor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nbconvert-7.16.3/nbconvert/preprocessors/csshtmlheader.py 
new/nbconvert-7.16.4/nbconvert/preprocessors/csshtmlheader.py
--- old/nbconvert-7.16.3/nbconvert/preprocessors/csshtmlheader.py       
2020-02-02 01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/preprocessors/csshtmlheader.py       
2020-02-02 01:00:00.000000000 +0100
@@ -1,5 +1,4 @@
-"""Module that pre-processes the notebook for export to HTML.
-"""
+"""Module that pre-processes the notebook for export to HTML."""
 
 # Copyright (c) Jupyter Development Team.
 # Distributed under the terms of the Modified BSD License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/preprocessors/execute.py 
new/nbconvert-7.16.4/nbconvert/preprocessors/execute.py
--- old/nbconvert-7.16.3/nbconvert/preprocessors/execute.py     2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/preprocessors/execute.py     2020-02-02 
01:00:00.000000000 +0100
@@ -3,6 +3,7 @@
 
 """Module containing a preprocessor that executes the code cells
 and updates outputs"""
+
 from __future__ import annotations
 
 import typing as t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nbconvert-7.16.3/nbconvert/preprocessors/highlightmagics.py 
new/nbconvert-7.16.4/nbconvert/preprocessors/highlightmagics.py
--- old/nbconvert-7.16.3/nbconvert/preprocessors/highlightmagics.py     
2020-02-02 01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/preprocessors/highlightmagics.py     
2020-02-02 01:00:00.000000000 +0100
@@ -7,7 +7,6 @@
 # Copyright (c) Jupyter Development Team.
 # Distributed under the terms of the Modified BSD License.
 
-
 import re
 
 from traitlets import Dict
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/preprocessors/latex.py 
new/nbconvert-7.16.4/nbconvert/preprocessors/latex.py
--- old/nbconvert-7.16.3/nbconvert/preprocessors/latex.py       2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/preprocessors/latex.py       2020-02-02 
01:00:00.000000000 +0100
@@ -13,7 +13,6 @@
 # Imports
 # -----------------------------------------------------------------------------
 
-
 from traitlets import List, Unicode
 
 from .base import Preprocessor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nbconvert-7.16.3/nbconvert/utils/_contextlib_chdir.py 
new/nbconvert-7.16.4/nbconvert/utils/_contextlib_chdir.py
--- old/nbconvert-7.16.3/nbconvert/utils/_contextlib_chdir.py   2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/utils/_contextlib_chdir.py   2020-02-02 
01:00:00.000000000 +0100
@@ -1,6 +1,5 @@
 """Backport of Python 3.11's contextlib.chdir."""
 
-
 import os
 from contextlib import AbstractContextManager
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/utils/iso639_1.py 
new/nbconvert-7.16.4/nbconvert/utils/iso639_1.py
--- old/nbconvert-7.16.3/nbconvert/utils/iso639_1.py    2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/utils/iso639_1.py    2020-02-02 
01:00:00.000000000 +0100
@@ -1,4 +1,4 @@
-""" List of ISO639-1 language code"""
+"""List of ISO639-1 language code"""
 
 # Copyright (c) Jupyter Development Team.
 # Distributed under the terms of the Modified BSD License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/utils/lexers.py 
new/nbconvert-7.16.4/nbconvert/utils/lexers.py
--- old/nbconvert-7.16.3/nbconvert/utils/lexers.py      2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/utils/lexers.py      2020-02-02 
01:00:00.000000000 +0100
@@ -1,4 +1,5 @@
 """Deprecated as of 5.0; import from IPython.lib.lexers instead."""
+
 from warnings import warn
 
 warn("nbconvert.utils.lexers is deprecated as of 5.0. Use IPython.lib.lexers", 
stacklevel=2)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/utils/pandoc.py 
new/nbconvert-7.16.4/nbconvert/utils/pandoc.py
--- old/nbconvert-7.16.3/nbconvert/utils/pandoc.py      2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/utils/pandoc.py      2020-02-02 
01:00:00.000000000 +0100
@@ -2,7 +2,6 @@
 # Copyright (c) IPython Development Team.
 # Distributed under the terms of the Modified BSD License.
 
-
 import re
 import shutil
 import subprocess
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/nbconvert/utils/text.py 
new/nbconvert-7.16.4/nbconvert/utils/text.py
--- old/nbconvert-7.16.3/nbconvert/utils/text.py        2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/nbconvert/utils/text.py        2020-02-02 
01:00:00.000000000 +0100
@@ -1,4 +1,5 @@
 """Text related utils."""
+
 import os
 import re
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/pyproject.toml 
new/nbconvert-7.16.4/pyproject.toml
--- old/nbconvert-7.16.3/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
@@ -190,7 +190,6 @@
 warn_unreachable = true
 
 [tool.ruff]
-target-version = "py38"
 line-length = 100
 
 [tool.ruff.format]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nbconvert-7.16.3/tests/filters/test_ansi.py 
new/nbconvert-7.16.4/tests/filters/test_ansi.py
--- old/nbconvert-7.16.3/tests/filters/test_ansi.py     2020-02-02 
01:00:00.000000000 +0100
+++ new/nbconvert-7.16.4/tests/filters/test_ansi.py     2020-02-02 
01:00:00.000000000 +0100
@@ -5,7 +5,6 @@
 # Copyright (c) Jupyter Development Team.
 # Distributed under the terms of the Modified BSD License.
 
-
 from nbconvert.filters.ansi import ansi2html, ansi2latex, strip_ansi
 from tests.base import TestsBase
 

Reply via email to