Hello community,
here is the log from the commit of package python-jupyter_nbsmoke for
openSUSE:Factory checked in at 2018-08-03 12:39:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_nbsmoke (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_nbsmoke.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_nbsmoke"
Fri Aug 3 12:39:36 2018 rev:3 rq:627146 version:0.2.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_nbsmoke/python-jupyter_nbsmoke.changes
2018-06-15 14:38:07.670223511 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_nbsmoke.new/python-jupyter_nbsmoke.changes
2018-08-03 12:39:42.631784505 +0200
@@ -1,0 +2,9 @@
+Thu Aug 2 18:12:34 UTC 2018 - [email protected]
+
+- Update to 0.2.7
+ * Support nb verify on python 27
+ * Ensure verify links with a bad domain remains a warning.
+ * Fix skip matching on windows
+ * Hacked in way to support two groups of notebooks.
+
+-------------------------------------------------------------------
Old:
----
nbsmoke-0.2.2.tar.gz
New:
----
nbsmoke-0.2.7.tar.gz
python-jupyter_nbsmoke-rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_nbsmoke.spec ++++++
--- /var/tmp/diff_new_pack.bUo5uI/_old 2018-08-03 12:39:43.031785102 +0200
+++ /var/tmp/diff_new_pack.bUo5uI/_new 2018-08-03 12:39:43.035785107 +0200
@@ -18,31 +18,36 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jupyter_nbsmoke
-Version: 0.2.2
+Version: 0.2.7
Release: 0
Summary: Basic notebook checks
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/pyviz/nbsmoke
Source:
https://files.pythonhosted.org/packages/source/n/nbsmoke/nbsmoke-%{version}.tar.gz
+Source99: python-jupyter_nbsmoke-rpmlintrc
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
+BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module jupyter_client}
BuildRequires: %{python_module jupyter_ipykernel}
BuildRequires: %{python_module jupyter_nbconvert}
BuildRequires: %{python_module jupyter_nbformat}
BuildRequires: %{python_module pyflakes}
BuildRequires: %{python_module pytest >= 3.1.1}
+BuildRequires: %{python_module requests}
# /SECTION
-BuildRequires: fdupes
+Requires: python-beautifulsoup4
Requires: python-jupyter_client
Requires: python-jupyter_ipykernel
Requires: python-jupyter_nbconvert
Requires: python-jupyter_nbformat
Requires: python-pyflakes
Requires: python-pytest >= 3.1.1
+Requires: python-requests
BuildArch: noarch
%python_subpackages
++++++ nbsmoke-0.2.2.tar.gz -> nbsmoke-0.2.7.tar.gz ++++++
++++ 3463 lines of diff (skipped)
++++++ python-jupyter_nbsmoke-rpmlintrc ++++++
addFilter("hidden-file-or-dir .*/site-packages/nbsmoke/.version")