commit python-Pweave for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package python-Pweave for openSUSE:Factory 
checked in at 2020-06-09 00:05:35

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


Package is "python-Pweave"

Tue Jun  9 00:05:35 2020 rev:5 rq:812447 version:0.30.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Pweave/python-Pweave.changes  
2019-09-23 12:37:41.621607234 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pweave.new.3606/python-Pweave.changes
2020-06-09 00:07:23.649871769 +0200
@@ -1,0 +2,7 @@
+Mon Jun  8 07:55:03 UTC 2020 - Tomáš Chvátal 
+
+- Adjust the tests to run with pytest and not nose
+- Skip format checking tests that rely on jupyter behaviour
+  and thus break with updates
+
+---



Other differences:
--
++ python-Pweave.spec ++
--- /var/tmp/diff_new_pack.exKJjh/_old  2020-06-09 00:07:25.261877489 +0200
+++ /var/tmp/diff_new_pack.exKJjh/_new  2020-06-09 00:07:25.261877489 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pweave
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,25 +23,11 @@
 Release:0
 Summary:Scientific reports with embedded python computations
 License:BSD-3-Clause
-Group:  Development/Languages/Python
-Url:https://github.com/mpastell/Pweave
+URL:https://github.com/mpastell/Pweave
 Source: 
https://files.pythonhosted.org/packages/source/P/Pweave/Pweave-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# SECTION test requirements
-BuildRequires:  %{python_module Markdown}
-BuildRequires:  %{python_module Pygments}
-BuildRequires:  %{python_module certifi}
-BuildRequires:  %{python_module jupyter_client}
-BuildRequires:  %{python_module jupyter_ipykernel}
-BuildRequires:  %{python_module jupyter_ipython}
-BuildRequires:  %{python_module jupyter_nbconvert}
-BuildRequires:  %{python_module jupyter_nbformat}
-BuildRequires:  %{python_module matplotlib}
-BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module scipy}
-# /SECTION
 Requires:   python-Markdown
 Requires:   python-Pygments
 Requires:   python-certifi
@@ -55,7 +41,19 @@
 Recommends: python-scipy
 Recommends: python-sphinx_rtd_theme
 BuildArch:  noarch
-
+# SECTION test requirements
+BuildRequires:  %{python_module Markdown}
+BuildRequires:  %{python_module Pygments}
+BuildRequires:  %{python_module certifi}
+BuildRequires:  %{python_module jupyter_client}
+BuildRequires:  %{python_module jupyter_ipykernel}
+BuildRequires:  %{python_module jupyter_ipython}
+BuildRequires:  %{python_module jupyter_nbconvert}
+BuildRequires:  %{python_module jupyter_nbformat}
+BuildRequires:  %{python_module matplotlib}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module scipy}
+# /SECTION
 %python_subpackages
 
 %description
@@ -81,8 +79,8 @@
 
 %check
 # tests.test_readers.test_url - online
-# testFIR_FilterExampleTex - contains warning from matplotlib that changes the 
output
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
nosetests-%{$python_bin_suffix} -v -e '(test_url|testFIR_FilterExampleTex)'
+# Formatters/publish Layout changes with updates in jupyter
+%pytest -k 'not (test_url or testFormatters or test_publish)'
 
 %files %{python_files}
 %doc CHANGELOG.txt README.rst




commit python-Pweave for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package python-Pweave for openSUSE:Factory 
checked in at 2019-09-23 12:33:51

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


Package is "python-Pweave"

Mon Sep 23 12:33:51 2019 rev:4 rq:731697 version:0.30.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Pweave/python-Pweave.changes  
2019-03-06 15:50:06.348432788 +0100
+++ /work/SRC/openSUSE:Factory/.python-Pweave.new.7948/python-Pweave.changes
2019-09-23 12:37:41.621607234 +0200
@@ -1,0 +2,7 @@
+Wed Sep 18 09:24:15 UTC 2019 - Tomáš Chvátal 
+
+- Skip one more test that fails due to extra output from
+  new matplotlib:
+  * testFIR_FilterExampleTex
+
+---



Other differences:
--
++ python-Pweave.spec ++
--- /var/tmp/diff_new_pack.0iQcaw/_old  2019-09-23 12:37:43.609606907 +0200
+++ /var/tmp/diff_new_pack.0iQcaw/_new  2019-09-23 12:37:43.609606907 +0200
@@ -81,7 +81,8 @@
 
 %check
 # tests.test_readers.test_url - online
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
nosetests-%{$python_bin_suffix} -v -e test_url
+# testFIR_FilterExampleTex - contains warning from matplotlib that changes the 
output
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
nosetests-%{$python_bin_suffix} -v -e '(test_url|testFIR_FilterExampleTex)'
 
 %files %{python_files}
 %doc CHANGELOG.txt README.rst




commit python-Pweave for openSUSE:Factory

2019-03-06 Thread root
Hello community,

here is the log from the commit of package python-Pweave for openSUSE:Factory 
checked in at 2019-03-06 15:49:57

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


Package is "python-Pweave"

Wed Mar  6 15:49:57 2019 rev:3 rq:681899 version:0.30.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Pweave/python-Pweave.changes  
2019-01-24 14:13:58.663323483 +0100
+++ /work/SRC/openSUSE:Factory/.python-Pweave.new.28833/python-Pweave.changes   
2019-03-06 15:50:06.348432788 +0100
@@ -1,0 +2,7 @@
+Tue Mar  5 19:39:05 UTC 2019 - Tomáš Chvátal 
+
+- Update 0.30.3:
+  * no upstream changelog for this release
+- Run tests
+
+---

Old:

  Pweave-0.30.2.tar.gz

New:

  Pweave-0.30.3.tar.gz



Other differences:
--
++ python-Pweave.spec ++
--- /var/tmp/diff_new_pack.5T1Dio/_old  2019-03-06 15:50:07.364432927 +0100
+++ /var/tmp/diff_new_pack.5T1Dio/_new  2019-03-06 15:50:07.364432927 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pweave
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-Pweave
-Version:0.30.2
+Version:0.30.3
 Release:0
 Summary:Scientific reports with embedded python computations
 License:BSD-3-Clause
@@ -79,6 +79,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+# tests.test_readers.test_url - online
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
nosetests-%{$python_bin_suffix} -v -e test_url
+
 %files %{python_files}
 %doc CHANGELOG.txt README.rst
 %license LICENSE.txt

++ Pweave-0.30.2.tar.gz -> Pweave-0.30.3.tar.gz ++
 3810 lines of diff (skipped)




commit python-Pweave for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package python-Pweave for openSUSE:Factory 
checked in at 2019-01-24 14:13:58

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


Package is "python-Pweave"

Thu Jan 24 14:13:58 2019 rev:2 rq:667856 version:0.30.2

Changes:

--- /work/SRC/openSUSE:Factory/python-Pweave/python-Pweave.changes  
2018-05-13 16:04:03.820523862 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pweave.new.28833/python-Pweave.changes   
2019-01-24 14:13:58.663323483 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:51:52 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-Pweave.spec ++
--- /var/tmp/diff_new_pack.3UP90a/_old  2019-01-24 14:13:59.011323081 +0100
+++ /var/tmp/diff_new_pack.3UP90a/_new  2019-01-24 14:13:59.015323076 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,7 +26,6 @@
 Group:  Development/Languages/Python
 Url:https://github.com/mpastell/Pweave
 Source: 
https://files.pythonhosted.org/packages/source/P/Pweave/Pweave-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros