Hello community,
here is the log from the commit of package python-spyder-line-profiler for
openSUSE:Factory checked in at 2018-08-18 00:04:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spyder-line-profiler (Old)
and /work/SRC/openSUSE:Factory/.python-spyder-line-profiler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-line-profiler"
Sat Aug 18 00:04:35 2018 rev:2 rq:629547 version:0.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-spyder-line-profiler/python-spyder-line-profiler.changes
2018-05-15 10:31:11.113073353 +0200
+++
/work/SRC/openSUSE:Factory/.python-spyder-line-profiler.new/python-spyder-line-profiler.changes
2018-08-18 00:04:50.731208667 +0200
@@ -1,0 +2,10 @@
+Thu Aug 16 08:07:02 UTC 2018 - [email protected]
+
+- Trim filler wording and adjust grammar.
+
+-------------------------------------------------------------------
+Mon Aug 13 17:46:24 UTC 2018 - [email protected]
+
+- Update description per upstream request.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-spyder-line-profiler.spec ++++++
--- /var/tmp/diff_new_pack.A1RdPv/_old 2018-08-18 00:04:51.071209684 +0200
+++ /var/tmp/diff_new_pack.A1RdPv/_new 2018-08-18 00:04:51.071209684 +0200
@@ -17,7 +17,6 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
Name: python-spyder-line-profiler
Version: 0.1.1
Release: 0
@@ -30,21 +29,16 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-%if %{with test}
-BuildRequires: %{python_module line_profiler}
-BuildRequires: spyder >= 3
-BuildRequires: spyder3 >= 3
-%endif
BuildArch: noarch
%python_subpackages
%description
-Spyder is a scientific python development environment and an
-alternative to IDLE.
+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 you to see the time spent in every line.
+It allows seeing the time spent for every line.
%package -n spyder-line-profiler
Summary: Line profiler plugin for the Spyder IDE
@@ -53,11 +47,11 @@
Requires: spyder >= 3
%description -n spyder-line-profiler
-Spyder is a scientific python development environment and an
-alternative to IDLE.
+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 you to see the time spent in every line.
+It allows seeing the time spent for every line.
%package -n spyder3-line-profiler
Summary: Line profiler plugin for the Spyder IDE
@@ -66,15 +60,19 @@
Requires: spyder3 >= 3
%description -n spyder3-line-profiler
-Spyder is a scientific python development environment and an
-alternative to IDLE.
+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 you to see the time spent in every line.
+It allows seeing the time spent for every line.
%prep
%setup -q -n spyder_line_profiler-%{version}
+# fix rpmlint non-executable-script
+sed -i -e '/^#!\//, 1d' spyder_line_profiler/example/profiling_test_script.py
+sed -i -e '/^#!\//, 1d'
spyder_line_profiler/example/subdir/profiling_test_script2.py
+
%build
%python_build