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 2025-12-22 22:52:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-papermill (Old)
and /work/SRC/openSUSE:Factory/.python-papermill.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-papermill"
Mon Dec 22 22:52:05 2025 rev:16 rq:1324182 version:2.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-papermill/python-papermill.changes
2024-07-15 19:47:37.652034479 +0200
+++
/work/SRC/openSUSE:Factory/.python-papermill.new.1928/python-papermill.changes
2025-12-22 22:55:46.589191068 +0100
@@ -1,0 +2,6 @@
+Mon Dec 22 11:22:08 UTC 2025 - Ben Greiner <[email protected]>
+
+- Don't test azure-datalake-store gh#nteract/papermill#825
+- Skip broken formatting test gh#nteract/papermill#828
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-papermill.spec ++++++
--- /var/tmp/diff_new_pack.oVkBW6/_old 2025-12-22 22:55:48.433267120 +0100
+++ /var/tmp/diff_new_pack.oVkBW6/_new 2025-12-22 22:55:48.453267944 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-papermill
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -43,18 +43,19 @@
%endif
Requires(post): update-alternatives
Requires(postun): update-alternatives
-Recommends: python-azure-datalake-store >= 0.0.30
Recommends: python-azure-identity >= 1.3.1
Recommends: python-azure-storage-blob >= 12.1.0
Recommends: python-black
Recommends: python-boto3
Recommends: python-gcsfs >= 0.2.0
+Recommends: (python-azure-datalake-store >= 0.0.30 with
python-azure-datalake-store < 1)
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module aiohttp if %python-base >= 3.12}
BuildRequires: %{python_module ansicolors}
-BuildRequires: %{python_module azure-datalake-store >= 0.0.30}
+# https://github.com/nteract/papermill/issues/825
+# BuildRequires: %%{python_module azure-datalake-store >= 0.0.30 with
python-azure-datalake-store < 1}
BuildRequires: %{python_module azure-identity >= 1.3.1}
BuildRequires: %{python_module azure-storage-blob >= 12.1.0}
BuildRequires: %{python_module boto3}
@@ -98,9 +99,13 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+# https://github.com/nteract/papermill/issues/825
+ignoretests="--ignore papermill/tests/test_adl.py"
# different output type expected
donttest="TestBrokenNotebook2"
-%pytest -k "not ($donttest)"
+# https://github.com/nteract/papermill/issues/828
+donttest="$donttest or test_output_formatting"
+%pytest $ignoretests -k "not ($donttest)"
%post
%python_install_alternative papermill