Hello community, here is the log from the commit of package python-nbdime for openSUSE:Factory checked in at 2020-04-23 18:37:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbdime (Old) and /work/SRC/openSUSE:Factory/.python-nbdime.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbdime" Thu Apr 23 18:37:39 2020 rev:5 rq:796487 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbdime/python-nbdime.changes 2020-01-16 18:20:29.652949472 +0100 +++ /work/SRC/openSUSE:Factory/.python-nbdime.new.2738/python-nbdime.changes 2020-04-23 18:37:41.988921331 +0200 @@ -1,0 +2,5 @@ +Thu Apr 23 10:42:16 UTC 2020 - Tomáš Chvátal <[email protected]> + +- As py2 support is dropped remove py2 dependencies + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbdime.spec ++++++ --- /var/tmp/diff_new_pack.kaNvsa/_old 2020-04-23 18:37:43.296923833 +0200 +++ /var/tmp/diff_new_pack.kaNvsa/_new 2020-04-23 18:37:43.300923841 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-nbdime # -# 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 @@ -25,7 +25,6 @@ Release: 0 Summary: Tools for diffing and merging Jupyter Notebooks License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/jupyter/nbdime Source: https://files.pythonhosted.org/packages/py2.py3/n/nbdime/nbdime-%{mainver}-py2.py3-none-any.whl BuildRequires: %{python_module GitPython >= 2.1.6} @@ -40,8 +39,6 @@ BuildRequires: fdupes BuildRequires: jupyter-jupyterlab-filesystem BuildRequires: python-rpm-macros -BuildRequires: python-backports.functools_lru_cache -BuildRequires: python-backports.shutil_which # SECTION test requirements BuildRequires: %{python_module jsonschema > 3} BuildRequires: %{python_module mock} @@ -56,17 +53,8 @@ Requires: python-requests Requires: python-six Requires: python-tornado -%ifpython2 -Requires: python-backports.functools_lru_cache -Requires: python-backports.shutil_which -Provides: python-jupyter_nbdime-hg = %{mainver} -Obsoletes: python-jupyter_nbdime-hg < %{mainver} -Provides: python-jupyter_nbdime-git = %{mainver} -Obsoletes: python-jupyter_nbdime-git < %{mainver} -%else Conflicts: python-jupyter_nbdime-hg < 1.0.5 Conflicts: python-jupyter_nbdime-git < 1.0.5 -%endif Recommends: python-tabulate Provides: python-jupyter_nbdime = %{mainver} Obsoletes: python-jupyter_nbdime < %{mainver} @@ -94,6 +82,7 @@ %package -n jupyter-nbdime-jupyterlab Version: %{labver} +Release: 0 Summary: A JupyterLab extension for showing Notebook diffs Requires: jupyter-jupyterlab Requires: python3-nbdime = %{mainver} @@ -108,8 +97,7 @@ %package -n jupyter-nbdime-git Summary: Git integration for jupyter-nbdime -Group: Development/Languages/Python -Requires: git +Requires: git-core Requires: jupyter-nbdime = %{mainver} Provides: python3-jupyter_nbdime-git = %{mainver} Obsoletes: python3-jupyter_nbdime-git < %{mainver} @@ -122,7 +110,6 @@ %package -n jupyter-nbdime-hg Summary: Mercurial integration for jupyter-nbdime -Group: Development/Languages/Python Requires: jupyter-nbdime = %{mainver} Requires: mercurial Provides: python3-jupyter_nbdime-hg = %{mainver}
