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 2023-01-08 21:25:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-papermill (Old)
 and      /work/SRC/openSUSE:Factory/.python-papermill.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-papermill"

Sun Jan  8 21:25:54 2023 rev:10 rq:1056891 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-papermill/python-papermill.changes        
2022-06-17 21:23:29.674805312 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-papermill.new.1563/python-papermill.changes  
    2023-01-08 21:25:58.459402093 +0100
@@ -1,0 +2,21 @@
+Sun Jan  8 09:58:37 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2.4.0
+  * Add tracking cell executions with cell descriptions PR #650
+  * Fixed Azure Blob URI matching for prefixes PR #654
+  * Updates HDFS handler to use PyArrow.fs.HadoopFileSystm PR #658
+  * Drop support for Python 3.6 PR #666
+  * CI Build fixes PR #664
+  * Updated mock references in tests PR #668
+  * Added option for not writing any output ipynb file PR #669
+  * Allow custom kernel name and language in engine registration PR
+    #676
+  * Allow for direct input of NotebookNode objects PR #670
+  * Removed deepcopy of input nodes PR #673
+  * Fixed failing tests for windows PR #672
+  * Implemented bash translator PR #674
+- Drop patches
+  * papermill-fix-test.patch
+  * python-papermill-no-mock.patch
+
+-------------------------------------------------------------------

Old:
----
  papermill-2.3.4.tar.gz
  papermill-fix-test.patch
  python-papermill-no-mock.patch

New:
----
  papermill-2.4.0.tar.gz

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

Other differences:
------------------
++++++ python-papermill.spec ++++++
--- /var/tmp/diff_new_pack.rjYPPo/_old  2023-01-08 21:25:58.895404683 +0100
+++ /var/tmp/diff_new_pack.rjYPPo/_new  2023-01-08 21:25:58.903404730 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-papermill
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,17 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
 Name:           python-papermill
-Version:        2.3.4
+Version:        2.4.0
 Release:        0
 Summary:        Tool to parametrize and run Jupyter and nteract Notebooks
 License:        BSD-3-Clause
 URL:            https://github.com/nteract/papermill
 Source:         
https://files.pythonhosted.org/packages/source/p/papermill/papermill-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM papermill-fix-test.patch -- used missing attribute
-Patch1:         
https://github.com/nteract/papermill/commit/35a1b6a8a47a4e0dee2612294d467de2dc4d60c6.patch#/papermill-fix-test.patch
-# https://github.com/nteract/papermill/pull/668
-Patch2:         python-papermill-no-mock.patch
+BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-PyYAML
@@ -90,8 +87,11 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# TestBrokenNotebook2: different output type expected
-%pytest -k "not TestBrokenNotebook2"
+# different output type expected
+donttest="TestBrokenNotebook2"
+# no pyarrow
+donttest="$donttest or test_hdfs_listdir"
+%pytest -k "not ($donttest)"
 
 %post
 %python_install_alternative papermill

++++++ papermill-2.3.4.tar.gz -> papermill-2.4.0.tar.gz ++++++
++++ 1656 lines of diff (skipped)

Reply via email to