Hello community,
here is the log from the commit of package python-jupyter_contrib_core for
openSUSE:Leap:15.2 checked in at 2020-04-25 19:06:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-jupyter_contrib_core (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-jupyter_contrib_core.new.2738
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_contrib_core"
Sat Apr 25 19:06:19 2020 rev:4 rq:797147 version:0.3.3
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-jupyter_contrib_core/python-jupyter_contrib_core.changes
2020-03-19 11:03:24.263880566 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-jupyter_contrib_core.new.2738/python-jupyter_contrib_core.changes
2020-04-25 19:06:20.339757533 +0200
@@ -1,0 +2,5 @@
+Thu Apr 23 10:49:11 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Remove py2 deps as the py2 support is disabled
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_contrib_core.spec ++++++
--- /var/tmp/diff_new_pack.4iDxKU/_old 2020-04-25 19:06:20.627758153 +0200
+++ /var/tmp/diff_new_pack.4iDxKU/_new 2020-04-25 19:06:20.631758161 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-jupyter_contrib_core
#
-# 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,7 @@
Summary: Common utilities for jupyter-contrib projects
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/jupyter-contrib/jupyter_contrib_core
+URL: https://github.com/jupyter-contrib/jupyter_contrib_core
Source:
https://files.pythonhosted.org/packages/source/j/jupyter_contrib_core/jupyter_contrib_core-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -36,7 +36,6 @@
BuildRequires: %{python_module notebook >= 4.0}
BuildRequires: %{python_module tornado}
BuildRequires: %{python_module traitlets}
-BuildRequires: python-mock
%endif
Requires: python-jupyter-core
Requires: python-notebook >= 4.0
@@ -92,9 +91,7 @@
%if %{with tests}
%check
export LANG=en_US.UTF-8
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-nosetests-%{$python_bin_suffix}
-}
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
nosetests-%{$python_bin_suffix} -v
%endif
%files %{python_files}