Hello community, here is the log from the commit of package python-nbsmoke for openSUSE:Factory checked in at 2020-01-03 17:37:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbsmoke (Old) and /work/SRC/openSUSE:Factory/.python-nbsmoke.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbsmoke" Fri Jan 3 17:37:49 2020 rev:4 rq:760530 version:0.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbsmoke/python-nbsmoke.changes 2019-11-29 15:58:20.996922359 +0100 +++ /work/SRC/openSUSE:Factory/.python-nbsmoke.new.6675/python-nbsmoke.changes 2020-01-03 17:38:02.939328456 +0100 @@ -1,0 +2,34 @@ +Fri Jan 3 01:26:01 UTC 2020 - Todd R <[email protected]> + +- Update to 0.4.1 + * Don't completely fail to import if beautifulsoup4 and requests + are unavailable (only the "verify" functionality requires them; + beautifulsoup4 and requests are supposed to be optional + dependencies). +- Update to 0.4.0 + * The dependencies for the "verify" command are now optional; + pip users wanting this feature will need to add the "verify" + extra (pip install nbsmoke[verify] or pip install nbsmoke[all]), + or add the dependencies manually (pip install requests + beautifulsoup4). + * The dependency for holoviews magics lint checking (i.e. + holoviews) is now optional; pip users wanting this feature will + need to add the "holoviews-magics" extra (pip install + nbsmoke[holoviews-magics] or pip install nbsmoke[all]), or add + the dependency manually (pip install holoviews). + * Bug fix: Avoid importing holoviews if available when nbsmoke is + imported (#36). Previously, the mere presence of nbsmoke in an + environment could affect test coverage measurement for projects + that holoviews itself imports. +- Update to 0.3.0 + * support for flake messages to ignore (by regex) + * support for magics blacklist (i.e. magics that if present cause a flake) + * added support for script & capture cell magics (mainly as a demo) + * increased the number of builtin magics that will be silently + ignored (as they don't interact with the python process), e.g. + bookmark, edit, who, etc + * lint failures can be set to be warnings only (potentially + useful for systems that report warnings +- Drop python2 support due to dependencies dropping python2 + +------------------------------------------------------------------- Old: ---- nbsmoke-0.2.8.tar.gz New: ---- nbsmoke-0.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbsmoke.spec ++++++ --- /var/tmp/diff_new_pack.DCkxgv/_old 2020-01-03 17:38:03.387328685 +0100 +++ /var/tmp/diff_new_pack.DCkxgv/_new 2020-01-03 17:38:03.387328685 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-nbsmoke # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-nbsmoke -Version: 0.2.8 +Version: 0.4.1 Release: 0 Summary: Basic notebook checks License: BSD-3-Clause @@ -73,6 +74,7 @@ %install %python_install +%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests/ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check ++++++ nbsmoke-0.2.8.tar.gz -> nbsmoke-0.4.1.tar.gz ++++++ ++++ 2998 lines of diff (skipped)
