Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-nbsmoke for openSUSE:Factory 
checked in at 2022-01-08 23:24:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbsmoke (Old)
 and      /work/SRC/openSUSE:Factory/.python-nbsmoke.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nbsmoke"

Sat Jan  8 23:24:22 2022 rev:7 rq:944946 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbsmoke/python-nbsmoke.changes    
2021-11-15 15:28:27.233858004 +0100
+++ /work/SRC/openSUSE:Factory/.python-nbsmoke.new.1892/python-nbsmoke.changes  
2022-01-08 23:25:13.694310449 +0100
@@ -1,0 +2,6 @@
+Sat Jan  8 19:27:13 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.6.0
+  * Change template file name for nbconvert >= 6
+
+-------------------------------------------------------------------

Old:
----
  nbsmoke-0.5.0.tar.gz
  python-nbsmoke-rpmlintrc

New:
----
  nbsmoke-0.6.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-nbsmoke.spec ++++++
--- /var/tmp/diff_new_pack.UHV5wO/_old  2022-01-08 23:25:14.110310789 +0100
+++ /var/tmp/diff_new_pack.UHV5wO/_new  2022-01-08 23:25:14.114310792 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nbsmoke
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,13 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
 Name:           python-nbsmoke
-Version:        0.5.0
+Version:        0.6.0
 Release:        0
 Summary:        Basic notebook checks
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/pyviz-dev/nbsmoke
 Source:         
https://files.pythonhosted.org/packages/source/n/nbsmoke/nbsmoke-%{version}.tar.gz
-Source99:       python-nbsmoke-rpmlintrc
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -62,12 +61,6 @@
 Basic notebook smoke tests for checking whether the notebooks run,
 and whether they contain lint.
 
-WARNING: early stage proof of concept; work in progress. Use at your
-own risk.
-
-In particular, this extension is supposed to handle ipython magics as
-far as possible, but has not yet been widely tested.
-
 %prep
 %setup -q -n nbsmoke-%{version}
 
@@ -76,18 +69,15 @@
 
 %install
 %python_install
-%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests/
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# unix socket problem in OBS
-donttest="test_run_good_html"
-# linter problem
-python39_donttest="or test_lint_bad"
-%pytest -k "not ($donttest ${$python_donttest})"
+# needs to import from sourcedir
+export PYTHONPATH=":x"
+%pytest -p pytester
 
 %files %{python_files}
-%doc README.rst
+%doc README.md
 %license LICENSE
 %{python_sitelib}/nbsmoke-%{version}*-info
 %{python_sitelib}/nbsmoke/

++++++ nbsmoke-0.5.0.tar.gz -> nbsmoke-0.6.0.tar.gz ++++++
++++ 4234 lines of diff (skipped)

Reply via email to