Hello community,
here is the log from the commit of package python-spyder-line-profiler for
openSUSE:Factory checked in at 2019-11-07 23:18:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spyder-line-profiler (Old)
and /work/SRC/openSUSE:Factory/.python-spyder-line-profiler.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-line-profiler"
Thu Nov 7 23:18:08 2019 rev:3 rq:746005 version:0.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-spyder-line-profiler/python-spyder-line-profiler.changes
2018-08-18 00:04:50.731208667 +0200
+++
/work/SRC/openSUSE:Factory/.python-spyder-line-profiler.new.2990/python-spyder-line-profiler.changes
2019-11-07 23:18:22.736655614 +0100
@@ -1,0 +2,5 @@
+Wed Nov 6 13:38:15 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Skip py2 build as we want to remove python2 only spyder
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-spyder-line-profiler.spec ++++++
--- /var/tmp/diff_new_pack.u67FaW/_old 2019-11-07 23:18:24.832657862 +0100
+++ /var/tmp/diff_new_pack.u67FaW/_new 2019-11-07 23:18:24.832657862 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-spyder-line-profiler
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,23 @@
# 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-spyder-line-profiler
Version: 0.1.1
Release: 0
Summary: Line profiler plugin for the Spyder IDE
License: MIT
-Group: Development/Languages/Python
-Url: https://github.com/spyder-ide/spyder-line-profiler
-Source:
https://files.pythonhosted.org/packages/source/s/spyder-line-profiler/spyder_line_profiler-%{version}.tar.gz
-BuildRequires: %{python_module devel}
+URL: https://github.com/spyder-ide/spyder-line-profiler
+Source:
https://files.pythonhosted.org/packages/source/s/spyder_line_profiler/spyder_line_profiler-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
-
%python_subpackages
%description
@@ -40,22 +38,8 @@
This is a plugin for the Spyder IDE that integrates the Python line profiler.
It allows seeing the time spent for every line.
-%package -n spyder-line-profiler
-Summary: Line profiler plugin for the Spyder IDE
-Group: Development/Languages/Python
-Requires: python-line_profiler
-Requires: spyder >= 3
-
-%description -n spyder-line-profiler
-Spyder, the Scientific Python Development Environment, is an
-IDE for researchers, engineers and data analysts.
-
-This is a plugin for the Spyder IDE that integrates the Python line profiler.
-It allows seeing the time spent for every line.
-
%package -n spyder3-line-profiler
Summary: Line profiler plugin for the Spyder IDE
-Group: Development/Languages/Python
Requires: python3-line_profiler
Requires: spyder3 >= 3
@@ -80,14 +64,7 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%files -n spyder-line-profiler
-%defattr(-,root,root,-)
-%doc CHANGELOG.md README.rst
-%license LICENSE.txt
-%{python2_sitelib}/*
-
%files -n spyder3-line-profiler
-%defattr(-,root,root,-)
%doc CHANGELOG.md README.rst
%license LICENSE.txt
%{python3_sitelib}/*