Hello community,
here is the log from the commit of package python-spyder-memory-profiler for
openSUSE:Leap:15.2 checked in at 2020-03-02 13:23:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-spyder-memory-profiler (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-spyder-memory-profiler.new.26092
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-memory-profiler"
Mon Mar 2 13:23:25 2020 rev:4 rq:777178 version:0.1.2
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-spyder-memory-profiler/python-spyder-memory-profiler.changes
2020-01-15 15:53:28.399598934 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-spyder-memory-profiler.new.26092/python-spyder-memory-profiler.changes
2020-03-02 13:23:26.614408647 +0100
@@ -1,0 +2,12 @@
+Fri Dec 6 18:44:56 UTC 2019 - Todd R <[email protected]>
+
+- Disable python2 support since dependencies dropped python2
+
+-------------------------------------------------------------------
+Tue Apr 23 11:13:24 CEST 2019 - Matej Cepl <[email protected]>
+
+- Clean up SPEC
+- Requires https://build.opensuse.org/request/show/697268 to make
+ the test suite pass.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-spyder-memory-profiler.spec ++++++
--- /var/tmp/diff_new_pack.1wlkOT/_old 2020-03-02 13:23:26.890409196 +0100
+++ /var/tmp/diff_new_pack.1wlkOT/_new 2020-03-02 13:23:26.890409196 +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
@@ -24,26 +25,22 @@
Summary: Memory profiler plugin for the Spyder IDE
License: MIT
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}
+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 setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module memory_profiler}
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
BuildRequires: xorg-x11-server
# /SECTION
-BuildArch: noarch
-
%python_subpackages
%description
@@ -53,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
@@ -101,13 +83,7 @@
Xvfb %{X_display} >& Xvfb.log &
trap "kill $! || true" EXIT
sleep 10
-%python_expand pytest-%{$python_bin_suffix} spyder_memory_profiler
-
-%files -n spyder-memory-profiler
-%defattr(-,root,root,-)
-%doc CHANGELOG.md README.rst
-%license LICENSE.txt
-%{python2_sitelib}/*
+%pytest spyder_memory_profiler
%files -n spyder3-memory-profiler
%doc CHANGELOG.md README.rst