Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyter-sphinx for
openSUSE:Factory checked in at 2021-07-02 13:28:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-sphinx (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-sphinx.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-sphinx"
Fri Jul 2 13:28:03 2021 rev:5 rq:903640 version:0.3.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-sphinx/python-jupyter-sphinx.changes
2020-12-17 17:08:35.345928220 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter-sphinx.new.2625/python-jupyter-sphinx.changes
2021-07-02 13:29:09.407973963 +0200
@@ -1,0 +2,9 @@
+Thu Jul 1 16:42:41 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 0.3.2
+ * Switch the extension name to jupyter-sphinx, deprecate
+ jupyter-sphinx.execute.
+ * Miscellaneous bugfixes following the restructuring of the
+ codebase.
+
+-------------------------------------------------------------------
Old:
----
v0.2.4.tar.gz
New:
----
jupyter-sphinx-0.3.2-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-sphinx.spec ++++++
--- /var/tmp/diff_new_pack.P9xTaK/_old 2021-07-02 13:29:09.783971045 +0200
+++ /var/tmp/diff_new_pack.P9xTaK/_new 2021-07-02 13:29:09.787971014 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-jupyter-sphinx
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,17 +20,17 @@
%define skip_python2 1
%define oldpython python
Name: python-jupyter-sphinx
-Version: 0.2.4
+Version: 0.3.2
Release: 0
Summary: Jupyter Sphinx Extensions
License: BSD-3-Clause
URL: https://github.com/jupyter-widgets/jupyter-sphinx
-Source:
https://github.com/jupyter/jupyter-sphinx/archive/v%{version}.tar.gz
+Source:
https://github.com/jupyter/jupyter-sphinx/archive/v%{version}.tar.gz#/jupyter-sphinx-%{version}-gh.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-IPython
-Requires: python-Sphinx >= 1.8
+Requires: python-Sphinx >= 2
Requires: python-ipywidgets >= 7.0.0
Requires: python-nbconvert >= 5.5
Requires: python-nbformat
@@ -39,7 +39,7 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module IPython}
-BuildRequires: %{python_module Sphinx >= 1.8}
+BuildRequires: %{python_module Sphinx >= 2}
BuildRequires: %{python_module ipywidgets >= 7.0.0}
BuildRequires: %{python_module nbconvert >= 5.5}
BuildRequires: %{python_module nbformat}