commit python-spyder-reports for openSUSE:Factory

2018-09-20 Thread root
Hello community,

here is the log from the commit of package python-spyder-reports for 
openSUSE:Factory checked in at 2018-09-20 11:42:06

Comparing /work/SRC/openSUSE:Factory/python-spyder-reports (Old)
 and  /work/SRC/openSUSE:Factory/.python-spyder-reports.new (New)


Package is "python-spyder-reports"

Thu Sep 20 11:42:06 2018 rev:4 rq:636338 version:0.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-spyder-reports/python-spyder-reports.changes  
2018-08-18 00:03:30.154967758 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-spyder-reports.new/python-spyder-reports.changes
 2018-09-20 11:42:08.200832707 +0200
@@ -1,0 +2,5 @@
+Thu Aug 16 08:05:37 UTC 2018 - jeng...@inai.de
+
+- Trim filler wording from description.
+
+---



Other differences:
--
++ python-spyder-reports.spec ++
--- /var/tmp/diff_new_pack.C8jRnR/_old  2018-09-20 11:42:08.712832407 +0200
+++ /var/tmp/diff_new_pack.C8jRnR/_new  2018-09-20 11:42:08.712832407 +0200
@@ -52,7 +52,7 @@
 
 %description -n spyder3-reports
 Spyder, the Scientific Python Development Environment, is an
-open-source IDE for researchers, engineers and data analysts.
+IDE for researchers, engineers and data analysts.
 
 This package contains the  plugin to render Markdown reports
 using Pweave as a backend.




commit python-spyder-reports for openSUSE:Factory

2018-08-17 Thread root
Hello community,

here is the log from the commit of package python-spyder-reports for 
openSUSE:Factory checked in at 2018-08-18 00:03:27

Comparing /work/SRC/openSUSE:Factory/python-spyder-reports (Old)
 and  /work/SRC/openSUSE:Factory/.python-spyder-reports.new (New)


Package is "python-spyder-reports"

Sat Aug 18 00:03:27 2018 rev:3 rq:629436 version:0.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-spyder-reports/python-spyder-reports.changes  
2018-08-15 10:38:54.528347929 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-spyder-reports.new/python-spyder-reports.changes
 2018-08-18 00:03:30.154967758 +0200
@@ -1,0 +2,5 @@
+Wed Aug 15 15:32:09 UTC 2018 - toddrme2...@gmail.com
+
+- Update description per upstream request.
+
+---



Other differences:
--
++ python-spyder-reports.spec ++
--- /var/tmp/diff_new_pack.oKJU6i/_old  2018-08-18 00:03:30.986970245 +0200
+++ /var/tmp/diff_new_pack.oKJU6i/_new  2018-08-18 00:03:31.006970304 +0200
@@ -38,8 +38,8 @@
 %python_subpackages
 
 %description
-Spyder is a scientific python development environment and an
-alternative to IDLE.
+Spyder, the Scientific Python Development Environment, is an
+open-source IDE for researchers, engineers and data analysts.
 
 This package contains the  plugin to render Markdown reports
 using Pweave as a backend.
@@ -51,8 +51,8 @@
 Requires:   spyder3 >= 3.2.0
 
 %description -n spyder3-reports
-Spyder is a scientific python development environment and an
-alternative to IDLE.
+Spyder, the Scientific Python Development Environment, is an
+open-source IDE for researchers, engineers and data analysts.
 
 This package contains the  plugin to render Markdown reports
 using Pweave as a backend.




commit python-spyder-reports for openSUSE:Factory

2018-08-15 Thread root
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 - mc...@suse.com
+
+- 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