Hello community,
here is the log from the commit of package python-papermill for
openSUSE:Factory checked in at 2020-04-27 23:31:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-papermill (Old)
and /work/SRC/openSUSE:Factory/.python-papermill.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-papermill"
Mon Apr 27 23:31:47 2020 rev:2 rq:796430 version:2.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-papermill/python-papermill.changes
2019-11-24 00:28:19.211215191 +0100
+++
/work/SRC/openSUSE:Factory/.python-papermill.new.2738/python-papermill.changes
2020-04-27 23:31:58.078772501 +0200
@@ -1,0 +2,11 @@
+Thu Apr 23 07:30:17 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Remove py2 code as upstream says it is py3 only compatible
+
+-------------------------------------------------------------------
+Mon Feb 24 15:56:28 UTC 2020 - Todd R <[email protected]>
+
+- Update to version 2.0.0
+ * Papermill is now Python 3.5+ only
+
+-------------------------------------------------------------------
Old:
----
papermill-1.2.1.tar.gz
New:
----
papermill-2.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-papermill.spec ++++++
--- /var/tmp/diff_new_pack.WSnjCK/_old 2020-04-27 23:32:00.790777794 +0200
+++ /var/tmp/diff_new_pack.WSnjCK/_new 2020-04-27 23:32:00.790777794 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-papermill
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,49 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-papermill
-Version: 1.2.1
+Version: 2.0.0
Release: 0
-License: BSD-3-Clause
Summary: Tool to parametrize and run Jupyter and nteract Notebooks
-Url: https://github.com/nteract/papermill
-Group: Development/Languages/Python
+License: BSD-3-Clause
+URL: https://github.com/nteract/papermill
Source:
https://files.pythonhosted.org/packages/source/p/papermill/papermill-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
+Requires: python-PyYAML
+Requires: python-ansiwrap
+Requires: python-click
+Requires: python-entrypoints
+Requires: python-future
+Requires: python-ipython >= 5.0
+Requires: python-jupyter-client
+Requires: python-nbclient
+Requires: python-nbconvert >= 5.5
+Requires: python-nbformat
+Requires: python-pandas
+Requires: python-requests >= 2.21.0
+Requires: python-six
+Requires: python-tenacity
+Requires: python-tqdm >= 4.29.1
+Recommends: python-azure-datalake-store >= 0.0.30
+Recommends: python-azure-storage-blob
+Recommends: python-black
+Recommends: python-boto3
+Recommends: python-gcsfs >= 0.2.0
+BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module ansiwrap}
BuildRequires: %{python_module azure-datalake-store}
BuildRequires: %{python_module azure-storage-blob}
+BuildRequires: %{python_module black}
BuildRequires: %{python_module boto3}
BuildRequires: %{python_module click}
BuildRequires: %{python_module entrypoints}
@@ -41,6 +64,7 @@
BuildRequires: %{python_module jupyter-client}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module moto}
+BuildRequires: %{python_module nbclient}
BuildRequires: %{python_module nbconvert >= 5.5}
BuildRequires: %{python_module nbformat}
BuildRequires: %{python_module pandas}
@@ -49,30 +73,7 @@
BuildRequires: %{python_module six}
BuildRequires: %{python_module tenacity}
BuildRequires: %{python_module tqdm >= 4.29.1}
-BuildRequires: python-backports.tempfile
-BuildRequires: python-futures
# /SECTION
-BuildRequires: fdupes
-Requires: python-PyYAML
-Requires: python-ansiwrap
-Requires: python-click
-Requires: python-entrypoints
-Requires: python-future
-Requires: python-ipython >= 5.0
-Requires: python-jupyter-client
-Requires: python-nbconvert >= 5.5
-Requires: python-nbformat
-Requires: python-pandas
-Requires: python-requests >= 2.21.0
-Requires: python-six
-Requires: python-tenacity
-Requires: python-tqdm >= 4.29.1
-Recommends: python-boto3
-Recommends: python-gcsfs >= 0.2.0
-Recommends: python-azure-datalake-store >= 0.0.30
-Recommends: python-azure-storage-blob
-BuildArch: noarch
-
%python_subpackages
%description
++++++ papermill-1.2.1.tar.gz -> papermill-2.0.0.tar.gz ++++++
++++ 3826 lines of diff (skipped)