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 2021-10-30 23:14:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbconvert (Old)
 and      /work/SRC/openSUSE:Factory/.python-nbconvert.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nbconvert"

Sat Oct 30 23:14:03 2021 rev:8 rq:928304 version:6.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbconvert/python-nbconvert.changes        
2021-04-10 15:28:02.058424826 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nbconvert.new.1890/python-nbconvert.changes  
    2021-10-30 23:14:53.483111218 +0200
@@ -1,0 +2,10 @@
+Sat Oct 30 17:35:42 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  skip_network_tests.patch

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

Other differences:
------------------
++++++ python-nbconvert.spec ++++++
--- /var/tmp/diff_new_pack.uf1UY1/_old  2021-10-30 23:14:53.951111595 +0200
+++ /var/tmp/diff_new_pack.uf1UY1/_new  2021-10-30 23:14:53.955111598 +0200
@@ -25,7 +25,9 @@
 %bcond_with test
 %endif
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# Note: only update to > 6.0 when there is no python36 Jupyter stack anymore
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
 %define doc_ver 6.0.7
 Name:           python-nbconvert%{psuffix}
 Version:        6.0.7
@@ -36,9 +38,6 @@
 Source0:        
https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-%{version}.tar.gz
 Source1:        
https://media.readthedocs.org/pdf/nbconvert/%{doc_ver}/nbconvert.pdf
 Source2:        
https://media.readthedocs.org/htmlzip/nbconvert/%{doc_ver}/nbconvert.zip
-# PATCH-FIX-UPSTREAM skip_network_tests.patch gh#jupyter/nbconvert#1526 
mc...@suse.com
-# Skip tests requiring network access
-Patch0:         skip_network_tests.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -82,7 +81,6 @@
 BuildRequires:  %{python_module nbconvert}
 BuildRequires:  %{python_module nbformat >= 4.4}
 BuildRequires:  %{python_module pandocfilters >= 1.4.1}
-BuildRequires:  %{python_module pyppeteer}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module testpath}
 BuildRequires:  %{python_module tornado >= 4.0}
@@ -173,7 +171,7 @@
 export LANG=en_US.UTF-8
 %{python_expand # installed package in :test flavor
 $python -B -m ipykernel.kernelspec --user
-pytest-%{$python_bin_suffix} -v -k 'not network' --pyargs nbconvert
+pytest-%{$python_bin_suffix} -v -k 'not test_webpdf' --pyargs nbconvert
 }
 popd
 %endif

Reply via email to