Hello community,
here is the log from the commit of package python-spyder-memory-profiler for
openSUSE:Factory checked in at 2019-12-09 21:37:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spyder-memory-profiler (Old)
and /work/SRC/openSUSE:Factory/.python-spyder-memory-profiler.new.4691
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-memory-profiler"
Mon Dec 9 21:37:00 2019 rev:5 rq:755270 version:0.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-spyder-memory-profiler/python-spyder-memory-profiler.changes
2019-04-25 16:20:46.670073020 +0200
+++
/work/SRC/openSUSE:Factory/.python-spyder-memory-profiler.new.4691/python-spyder-memory-profiler.changes
2019-12-09 21:37:18.170049017 +0100
@@ -1,0 +2,5 @@
+Fri Dec 6 18:44:56 UTC 2019 - Todd R <[email protected]>
+
+- Disable python2 support since dependencies dropped python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-spyder-memory-profiler.spec ++++++
--- /var/tmp/diff_new_pack.OSubmG/_old 2019-12-09 21:37:18.766048783 +0100
+++ /var/tmp/diff_new_pack.OSubmG/_new 2019-12-09 21:37:18.770048781 +0100
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
%define X_display ":98"
Name: python-spyder-memory-profiler
Version: 0.1.2
@@ -26,7 +27,6 @@
Group: Development/Languages/Python
URL: https://github.com/spyder-ide/spyder-memory-profiler
Source:
https://files.pythonhosted.org/packages/source/s/spyder_memory_profiler/spyder_memory_profiler-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -36,8 +36,6 @@
BuildRequires: %{python_module pytest-qt}
BuildRequires: %{python_module pytest}
BuildRequires: python-mock
-BuildRequires: spyder >= 3
-BuildRequires: spyder-lang >= 3
BuildRequires: spyder3 >= 3
BuildRequires: spyder3-lang >= 3
BuildRequires: xauth
@@ -52,21 +50,6 @@
This is a plugin for the Spyder IDE that integrates the Python memory profiler.
It allows seeing the memory usage for every line.
-%package -n spyder-memory-profiler
-Summary: Memory profiler plugin for the Spyder IDE
-Group: Development/Languages/Python
-Requires: python-memory_profiler
-Requires: spyder >= 3
-Provides: python-spyder-memory-profiler = %{version}
-Provides: python2-spyder-memory-profiler = %{version}
-
-%description -n spyder-memory-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 memory profiler.
-It allows seeing the memory usage for every line.
-
%package -n spyder3-memory-profiler
Summary: Memory profiler plugin for the Spyder IDE
Group: Development/Languages/Python
@@ -102,11 +85,6 @@
sleep 10
%pytest spyder_memory_profiler
-%files -n spyder-memory-profiler
-%doc CHANGELOG.md README.rst
-%license LICENSE.txt
-%{python2_sitelib}/*
-
%files -n spyder3-memory-profiler
%doc CHANGELOG.md README.rst
%license LICENSE.txt