Hello community,

here is the log from the commit of package python-jupyter-sphinx for 
openSUSE:Factory checked in at 2020-06-10 00:50:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-sphinx (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter-sphinx.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter-sphinx"

Wed Jun 10 00:50:24 2020 rev:3 rq:812840 version:0.2.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter-sphinx/python-jupyter-sphinx.changes  
    2020-01-03 17:38:07.707330903 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter-sphinx.new.3606/python-jupyter-sphinx.changes
    2020-06-10 00:50:26.143261985 +0200
@@ -1,0 +2,7 @@
+Tue Jun  9 09:15:29 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.2.4:
+  * Documentation updates
+  * Test fixes
+
+-------------------------------------------------------------------

Old:
----
  jupyter_sphinx-0.2.3.tar.gz

New:
----
  v0.2.4.tar.gz

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

Other differences:
------------------
++++++ python-jupyter-sphinx.spec ++++++
--- /var/tmp/diff_new_pack.mYdEYn/_old  2020-06-10 00:50:26.927264035 +0200
+++ /var/tmp/diff_new_pack.mYdEYn/_new  2020-06-10 00:50:26.927264035 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyter-sphinx
 #
-# Copyright (c) 2020 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
@@ -20,25 +20,31 @@
 %define         skip_python2 1
 %define         oldpython python
 Name:           python-jupyter-sphinx
-Version:        0.2.3
+Version:        0.2.4
 Release:        0
 Summary:        Jupyter Sphinx Extensions
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/jupyter-widgets/jupyter-sphinx
-Source:         
https://files.pythonhosted.org/packages/source/j/jupyter_sphinx/jupyter_sphinx-%{version}.tar.gz
+Source:         
https://github.com/jupyter/jupyter-sphinx/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-Sphinx >= 0.6
-Requires:       python-ipywidgets >= 6.0.0
+Requires:       python-IPython
+Requires:       python-Sphinx >= 1.8
+Requires:       python-ipywidgets >= 7.0.0
+Requires:       python-nbconvert >= 5.5
+Requires:       python-nbformat
+Provides:       python-jupyter_sphinx = %{version}
+Obsoletes:      python-jupyter_sphinx < %{version}
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module Sphinx >= 0.6}
-BuildRequires:  %{python_module ipywidgets >= 6.0.0}
+BuildRequires:  %{python_module IPython}
+BuildRequires:  %{python_module Sphinx >= 1.8}
+BuildRequires:  %{python_module ipywidgets >= 7.0.0}
+BuildRequires:  %{python_module nbconvert >= 5.5}
+BuildRequires:  %{python_module nbformat}
+BuildRequires:  %{python_module pytest}
 # /SECTION
-Provides:       python-jupyter_sphinx = %{version}
-Obsoletes:      python-jupyter_sphinx < %{version}
 %ifpython3
 Provides:       jupyter-jupyter-sphinx = %{version}
 %endif
@@ -52,7 +58,7 @@
 Jupyter Sphinx extensions enable jupyter-specific features in sphinx.
 
 %prep
-%setup -q -n jupyter_sphinx-%{version}
+%setup -q -n jupyter-sphinx-%{version}
 
 %build
 %python_build
@@ -61,6 +67,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%pytest
+
 %files %{python_files}
 %doc README.md
 %license LICENSE


Reply via email to