Hello community,
here is the log from the commit of package python-spyder-reports for
openSUSE:Factory checked in at 2018-08-15 10:38:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spyder-reports (Old)
and /work/SRC/openSUSE:Factory/.python-spyder-reports.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-reports"
Wed Aug 15 10:38:54 2018 rev:2 rq:629271 version:0.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-spyder-reports/python-spyder-reports.changes
2018-06-02 11:57:45.571652101 +0200
+++
/work/SRC/openSUSE:Factory/.python-spyder-reports.new/python-spyder-reports.changes
2018-08-15 10:38:54.528347929 +0200
@@ -1,0 +2,5 @@
+Tue Aug 14 17:53:22 UTC 2018 - [email protected]
+
+- Clean up SPEC file, making tests run
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-spyder-reports.spec ++++++
--- /var/tmp/diff_new_pack.WFAhTv/_old 2018-08-15 10:38:55.308349351 +0200
+++ /var/tmp/diff_new_pack.WFAhTv/_new 2018-08-15 10:38:55.308349351 +0200
@@ -18,28 +18,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
-%bcond_without test
Name: python-spyder-reports
Version: 0.1.1
Release: 0
Summary: Markdown reports plugin for the Spyder IDE
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/spyder-ide/spyder-ide
+URL: https://github.com/spyder-ide/spyder-reports
Source:
https://files.pythonhosted.org/packages/source/s/spyder-reports/spyder-reports-%{version}.tar.gz
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
-%if %{with test}
BuildRequires: %{python_module Pweave}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
BuildRequires: spyder >= 3.2.0
BuildRequires: spyder3 >= 3.2.0
-%endif
BuildArch: noarch
-
%python_subpackages
%description
@@ -53,7 +48,6 @@
Summary: Markdown reports plugin for the Spyder IDE
Group: Development/Languages/Python
Requires: python3-Pweave
-Requires: python3-matplotlib
Requires: spyder3 >= 3.2.0
%description -n spyder3-reports
@@ -63,7 +57,6 @@
This package contains the plugin to render Markdown reports
using Pweave as a backend.
-
%prep
%setup -q -n spyder-reports-%{version}
@@ -74,14 +67,12 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with test}
%check
%python_exec setup.py test
-%endif
%files -n spyder3-reports
-%defattr(-,root,root,-)
-%doc CHANGELOG.md LICENSE.txt README.rst
+%license LICENSE.txt
+%doc CHANGELOG.md README.rst
%{python3_sitelib}/*
%changelog