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 2021-05-21 21:49:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-papermill (Old) and /work/SRC/openSUSE:Factory/.python-papermill.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-papermill" Fri May 21 21:49:44 2021 rev:5 rq:894561 version:2.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-papermill/python-papermill.changes 2020-06-10 00:50:00.523194959 +0200 +++ /work/SRC/openSUSE:Factory/.python-papermill.new.2988/python-papermill.changes 2021-05-21 21:49:49.810279656 +0200 @@ -1,0 +2,42 @@ +Sat Apr 10 20:33:48 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to 2.3.3 + * Fixed language check to catch non-v3-backwards compatible + notebook specs + * Builds updated for python 3.6.12 / travis support + * README updated to reflect supported python versions +- release 2.3.2 + * Fixed code of conduct link + * Fixed codify for matlab kernels + * Added support for sparkmagic kernels +- release 2.3.1 + * Added minimum version pin for nbformat +- release 2.3.0 + * Notebooks that are loaded with papermill now upgrade the + document to the latest spec version (to support cell-id + assignments). + * Empty yaml files are now accepted as parameter files + * Binder typo fix for example notebook + * Entry point documentation improvements + * Code of Conduct documentation link cleanup + * Tox change for local doc builds +- release 2.2.1 + * Allow `pathlib.Path`s in `execute_notebook` and + `inspect_notebook` +- release 2.2.0 + * Provide help for Python notebooks by inspecting the + `parameters` cell, via `--help-notebook` + * Support added for parameterizing Powershell kernels +- release 2.1.3 + * Removed jupyter_client dependency in requirements to avoid + confusing pip on the actual version requirements. + * Parameterized commenting so that once can pass a `comment` + argument to assign the comment string in injected cells. +- release 2.1.2 + * Expand Usage Docs for JupyterLab + * Support `nan` and `inf` in Python translator + * Added fix for required async loop registration in python 38 on + windows +- Skip python36: no python36-pandas on TW + +------------------------------------------------------------------- Old: ---- papermill-2.1.1.tar.gz New: ---- papermill-2.3.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-papermill.spec ++++++ --- /var/tmp/diff_new_pack.32EogB/_old 2021-05-21 21:49:50.250277834 +0200 +++ /var/tmp/diff_new_pack.32EogB/_new 2021-05-21 21:49:50.254277817 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-papermill # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,11 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-papermill -Version: 2.1.1 +Version: 2.3.3 Release: 0 Summary: Tool to parametrize and run Jupyter and nteract Notebooks License: BSD-3-Clause @@ -34,16 +35,15 @@ Requires: python-click Requires: python-entrypoints Requires: python-ipython >= 5.0 -Requires: python-jupyter-client Requires: python-nbclient >= 0.2.0 Requires: python-nbconvert >= 5.5 -Requires: python-nbformat +Requires: python-nbformat >= 5.1.2 Requires: python-pandas Requires: python-requests >= 2.21.0 Requires: python-tenacity Requires: python-tqdm >= 4.32.2 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Recommends: python-azure-datalake-store >= 0.0.30 Recommends: python-azure-storage-blob Recommends: python-black @@ -61,15 +61,15 @@ BuildRequires: %{python_module entrypoints} BuildRequires: %{python_module gcsfs} BuildRequires: %{python_module ipython >= 5.0} -BuildRequires: %{python_module jupyter-client} +BuildRequires: %{python_module ipywidgets} BuildRequires: %{python_module mock} BuildRequires: %{python_module moto} BuildRequires: %{python_module nbclient >= 0.2.0} BuildRequires: %{python_module nbconvert >= 5.5} -BuildRequires: %{python_module nbformat} +BuildRequires: %{python_module nbformat >= 5.1.2} BuildRequires: %{python_module pandas} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module requests} +BuildRequires: %{python_module requests >= 2.21.0} BuildRequires: %{python_module tenacity} BuildRequires: %{python_module tqdm >= 4.32.2} # /SECTION @@ -91,7 +91,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest -x %post %python_install_alternative papermill @@ -103,6 +103,7 @@ %doc CHANGELOG.md README.md %license LICENSE %python_alternative %{_bindir}/papermill -%{python_sitelib}/* +%{python_sitelib}/papermill +%{python_sitelib}/papermill-%{version}*-info %changelog ++++++ papermill-2.1.1.tar.gz -> papermill-2.3.3.tar.gz ++++++ ++++ 2252 lines of diff (skipped)