Hello community,
here is the log from the commit of package python-spyder-memory-profiler for
openSUSE:Factory checked in at 2020-04-02 17:42:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spyder-memory-profiler (Old)
and /work/SRC/openSUSE:Factory/.python-spyder-memory-profiler.new.3248
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-memory-profiler"
Thu Apr 2 17:42:54 2020 rev:7 rq:790070 version:0.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-spyder-memory-profiler/python-spyder-memory-profiler.changes
2020-03-20 23:54:26.592833475 +0100
+++
/work/SRC/openSUSE:Factory/.python-spyder-memory-profiler.new.3248/python-spyder-memory-profiler.changes
2020-04-02 17:42:55.841376293 +0200
@@ -1,0 +2,11 @@
+Tue Mar 24 16:05:23 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- add release to provides and obsoletes
+
+-------------------------------------------------------------------
+Mon Mar 23 17:07:51 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- spyder3 rename to spyder
+- rename built package to spyder-memory-profiler
+
+-------------------------------------------------------------------
Old:
----
_service
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-spyder-memory-profiler.spec ++++++
--- /var/tmp/diff_new_pack.HzOZLR/_old 2020-04-02 17:42:56.333376674 +0200
+++ /var/tmp/diff_new_pack.HzOZLR/_new 2020-04-02 17:42:56.333376674 +0200
@@ -26,6 +26,8 @@
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
+Requires: python-memory_profiler
+Requires: spyder >= 3
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -35,9 +37,7 @@
BuildRequires: %{python_module pytest-qt}
BuildRequires: %{python_module pytest-xvfb}
BuildRequires: %{python_module pytest}
-BuildRequires: python-mock
-BuildRequires: spyder3 >= 3
-BuildRequires: spyder3-lang >= 3
+BuildRequires: spyder >= 3
# /SECTION
%python_subpackages
@@ -48,14 +48,14 @@
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
+%package -n spyder-memory-profiler
Summary: Memory profiler plugin for the Spyder IDE
Group: Development/Languages/Python
-Requires: python3-memory_profiler
-Requires: spyder3 >= 3
Provides: python3-spyder-memory-profiler = %{version}
+Provides: spyder3-memory-profiler = %{version}-%{release}
+Obsoletes: spyder3-memory-profiler < %{version}-%{release}
-%description -n spyder3-memory-profiler
+%description -n spyder-memory-profiler
Spyder, the Scientific Python Development Environment, is an
IDE for researchers, engineers and data analysts.
@@ -79,9 +79,10 @@
export PYTHONDONTWRITEBYTECODE=1
%pytest
-%files -n spyder3-memory-profiler
+%files -n spyder-memory-profiler
%doc CHANGELOG.md README.rst
%license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/spyder_memory_profiler
+%{python_sitelib}/spyder_memory_profiler-%{version}-*.egg-info
%changelog