Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-voila for openSUSE:Factory 
checked in at 2022-10-18 12:45:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-voila (Old)
 and      /work/SRC/openSUSE:Factory/.python-voila.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-voila"

Tue Oct 18 12:45:10 2022 rev:17 rq:1029570 version:0.3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-voila/python-voila.changes        
2022-10-06 07:42:01.032662341 +0200
+++ /work/SRC/openSUSE:Factory/.python-voila.new.2275/python-voila.changes      
2022-10-18 12:45:36.157806072 +0200
@@ -1,0 +2,7 @@
+Mon Oct 17 16:32:43 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Bump to nbclient 0.7 (See also gh#voila-dashboards/voila#1234)
+- Remove import from vendorized mistune in nbconvert: not
+  vendorized anymore
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-voila.spec ++++++
--- /var/tmp/diff_new_pack.A4W9tQ/_old  2022-10-18 12:45:37.321808722 +0200
+++ /var/tmp/diff_new_pack.A4W9tQ/_new  2022-10-18 12:45:37.329808740 +0200
@@ -59,7 +59,7 @@
 Requires:       (python-jupyter-client >= 6.1.3 with python-jupyter-client < 8)
 Requires:       (python-jupyter-server >= 1.18 with python-jupyter-server < 2)
 Requires:       (python-jupyterlab-server >= 2.3.0 with 
python-jupyterlab-server < 3)
-Requires:       (python-nbclient >= 0.4.0 with python-nbclient < 0.7)
+Requires:       (python-nbclient >= 0.4.0 with python-nbclient < 0.8)
 Requires:       (python-nbconvert >= 6.4.5 with python-nbconvert < 8)
 Requires:       (python-traitlets >= 5.0.3 with python-traitlets < 6)
 BuildArch:      noarch
@@ -119,8 +119,6 @@
 %prep
 %setup -q -n voila-%{version}
 tar xf %{SOURCE1} --strip-components=1 voila-%{version}/tests
-sed -i s/mistune.Renderer/nbconvert.vendor.mistune.Renderer/ voila/exporter.py
-sed -i '/nbclient/ s/,<0.6//' setup.cfg
 # '.' is now considered 'hidden', which is not allowed.
 sed -i 's|./jupyter.svg|jupyter.svg|' tests/notebooks/images.ipynb
 %patch0 -p1

++++++ update-nbconvert.patch ++++++
--- /var/tmp/diff_new_pack.A4W9tQ/_old  2022-10-18 12:45:37.389808877 +0200
+++ /var/tmp/diff_new_pack.A4W9tQ/_new  2022-10-18 12:45:37.393808886 +0200
@@ -6,9 +6,9 @@
        jupyter_server>=1.18,<2.0.0
        jupyterlab_server>=2.3.0,<3
        jupyter_client>=6.1.3,<8
--      nbclient>=0.4.0
+-      nbclient>=0.4.0,<0.6
 -      nbconvert>=6.4.5,<7
-+      nbclient>=0.4.0,<0.7
++      nbclient>=0.4.0,<0.8
 +      nbconvert>=6.4.5,<8
        websockets>=9.0
        traitlets>=5.0.3,<6
@@ -41,7 +41,7 @@
      """Custom HTMLExporter that inlines the images using 
VoilaMarkdownRenderer"""
  
      base_url = traitlets.Unicode(help="Base url for 
resources").tag(config=True)
--    markdown_renderer_class = 
traitlets.Type('nbconvert.vendor.mistune.Renderer').tag(config=True)
+-    markdown_renderer_class = 
traitlets.Type('mistune.Renderer').tag(config=True)
 +    markdown_renderer_class = 
traitlets.Type(VoilaMarkdownRenderer).tag(config=True)
      # Can be a ContentsManager from notebook or jupyter_server, so Any will 
have to do for now
      contents_manager = traitlets.Any()

Reply via email to