Hello community,
here is the log from the commit of package python-spyder-notebook for
openSUSE:Leap:15.2 checked in at 2020-06-05 13:47:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-spyder-notebook (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-spyder-notebook.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-notebook"
Fri Jun 5 13:47:20 2020 rev:4 rq:811730 version:0.1.3
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-spyder-notebook/python-spyder-notebook.changes
2020-01-15 15:53:28.623599062 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-spyder-notebook.new.3606/python-spyder-notebook.changes
2020-06-05 13:47:21.313540619 +0200
@@ -1,0 +2,5 @@
+Fri Jun 5 10:04:30 UTC 2020 - Max Lin <[email protected]>
+
+- Disable python2 build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-spyder-notebook.spec ++++++
--- /var/tmp/diff_new_pack.XHkoA7/_old 2020-06-05 13:47:21.749541790 +0200
+++ /var/tmp/diff_new_pack.XHkoA7/_new 2020-06-05 13:47:21.753541801 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-spyder-notebook
Version: 0.1.3
Release: 0
@@ -30,7 +31,6 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
-
%python_subpackages
%description
@@ -40,23 +40,6 @@
This package contains the plugin that allows Spyder to control
breakpoints.
-%package -n spyder-notebook
-Summary: Jupyter Notebook plugin for the Spyder IDE
-Group: Development/Languages/Python
-Requires: python-QtPy
-Requires: python-jupyter_nbformat
-Requires: python-jupyter_notebook >= 4.3
-Requires: python-psutil
-Requires: python-requests
-Requires: spyder >= 3.2.0
-
-%description -n spyder-notebook
-Spyder, the Scientific Python Development Environment, is an
-IDE for researchers, engineers and data analysts.
-
-This package contains the plugin that allows Spyder to control
-breakpoints.
-
%package -n spyder3-notebook
Summary: Jupyter Notebook plugin for the Spyder3 IDE
Group: Development/Languages/Python
@@ -85,12 +68,6 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%files -n spyder-notebook
-%defattr(-,root,root,-)
-%doc CHANGELOG.md README.md
-%license LICENSE
-%{python2_sitelib}/*
-
%files -n spyder3-notebook
%defattr(-,root,root,-)
%doc CHANGELOG.md README.md