Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-papermill for openSUSE:Factory checked in at 2022-04-06 21:51:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-papermill (Old) and /work/SRC/openSUSE:Factory/.python-papermill.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-papermill" Wed Apr 6 21:51:59 2022 rev:8 rq:967261 version:2.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-papermill/python-papermill.changes 2022-02-28 19:44:10.317954853 +0100 +++ /work/SRC/openSUSE:Factory/.python-papermill.new.1900/python-papermill.changes 2022-04-06 21:52:34.482825429 +0200 @@ -1,0 +2,5 @@ +Wed Apr 6 08:39:02 UTC 2022 - pgaj...@suse.com + +- do not require python-mock for build + +------------------------------------------------------------------- @@ -4 +9 @@ -- Update to v0.3.4 +- Update to v2.3.4 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-papermill.spec ++++++ --- /var/tmp/diff_new_pack.kJBJy4/_old 2022-04-06 21:52:35.058818856 +0200 +++ /var/tmp/diff_new_pack.kJBJy4/_new 2022-04-06 21:52:35.058818856 +0200 @@ -58,7 +58,6 @@ BuildRequires: %{python_module gcsfs} BuildRequires: %{python_module ipython >= 5.0} BuildRequires: %{python_module ipywidgets} -BuildRequires: %{python_module mock} BuildRequires: %{python_module moto} BuildRequires: %{python_module nbclient >= 0.2.0} BuildRequires: %{python_module nbformat >= 5.1.2} @@ -89,6 +88,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +# https://github.com/nteract/papermill/issues/659 +sed -i 's:from mock:from unittest.mock:' papermill/tests/test_*.py # TestBrokenNotebook2: different output type expected %pytest -k "not TestBrokenNotebook2"