Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-metakernel for
openSUSE:Factory checked in at 2022-02-21 17:46:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-metakernel (Old)
and /work/SRC/openSUSE:Factory/.python-metakernel.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-metakernel"
Mon Feb 21 17:46:37 2022 rev:10 rq:956262 version:0.28.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-metakernel/python-metakernel.changes
2020-12-17 17:08:35.909928779 +0100
+++
/work/SRC/openSUSE:Factory/.python-metakernel.new.1958/python-metakernel.changes
2022-02-21 17:47:45.495614711 +0100
@@ -1,0 +2,56 @@
+Sat Feb 19 03:16:48 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+ * update copyright year
+ * in %doc update history.rst->CHANGELOG.md, add RELEASE.md
+ * require jupyter-core, moved ipyparalle to recommends
+
+- update to version 0.28.2:
+ * Test with jupyter_kernel_test #238 (@blink1073)
+
+- changes from version 0.28.1:
+ * Fix trove classifier #236 (@blink1073)
+
+- changes from version 0.28.0:
+ * Note This was not uploaded to PyPI because it had an incorrect
+ trove classifer
+ * Add support for jupyter releaser #234 (@blink1073)
+ * Modernize build and test #233 (@blink1073)
+ * Fix Iframe display issue #231 (@cathalmccabe)
+ * Add a blockly magic instead of a jigsaw magic #229 (@ChrisJaunes)
+
+- changes from version 0.27.5:
+ * Escape backslashes in strings #226 (@ellert)
+ * Add missing dollar signs to %latex examples and tests #225
+ (@ellert)
+ * Support older jedi versions #224 (@ellert)
+
+- changes from version 0.27.4:
+ * Add support for SOURCE_DATE_EPOCH #223 (@jnahmias)
+
+- changes from version 0.27.3:
+ * Fix warnings when running tests under python 3.9 #222 (@jnahmias)
+
+- changes from version 0.27.2:
+ * Use TERM=dumb for bash REPLWrapper #221 (@jnahmias)
+ * Use tempfile instead of writing to cwd #220 (@jnahmias)
+
+- changes from version 0.27.0:
+ * More py2 removal #219 (@blink1073)
+ * Remove py2 #218 (@joequant)
+ * Monkey patch display to output to kernel #216 (@joequant)
+ * Fix warnings #215 (@joequant)
+
+- changes from version 0.26.1:
+ * Dev/fix retval in exec #214 (@joequant)
+
+- changes from version 0.26.0:
+ * Combine exec/eval evaluators #213 (@joequant)
+ * Dev/fix voila #212 (@joequant)
+ * Add Error_display method to _metakernel.py #205 (@jld23)
+
+- changes from version 0.25.0:
+ * Fix python evals #208 #210 (@joequant)
+ * Fix ipywidgets display #209 (@joequant)
+
+-------------------------------------------------------------------
Old:
----
metakernel-0.24.4.tar.gz
New:
----
metakernel-0.28.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-metakernel.spec ++++++
--- /var/tmp/diff_new_pack.C7wMXS/_old 2022-02-21 17:47:46.111614895 +0100
+++ /var/tmp/diff_new_pack.C7wMXS/_new 2022-02-21 17:47:46.115614895 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-metakernel
#
-# Copyright (c) 2020 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,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-metakernel
-Version: 0.24.4
+Version: 0.28.2
Release: 0
Summary: Metakernel for Jupyter
License: BSD-3-Clause
@@ -30,19 +30,20 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-ipykernel
-Requires: python-ipyparallel
+Requires: python-jupyter-core
Requires: python-pexpect >= 4.2
Provides: python-jupyter_metakernel = %{version}
Obsoletes: python-jupyter_metakernel < %{version}
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module ipykernel}
-BuildRequires: %{python_module ipyparallel}
+BuildRequires: %{python_module jupyter-core}
BuildRequires: %{python_module pexpect >= 4.2}
BuildRequires: %{python_module pytest}
BuildRequires: coreutils-doc
BuildRequires: man
# /SECTION
+Recommends: python-ipyparallel
%if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3"
Provides: jupyter-metakernel = %{version}
%endif
@@ -70,7 +71,7 @@
%pytest metakernel/tests
%files %{python_files}
-%doc CONTRIBUTORS.rst HISTORY.rst README.rst
+%doc CONTRIBUTORS.rst CHANGELOG.md README.rst RELEASE.md
%license LICENSE.txt
%{python_sitelib}/metakernel
%{python_sitelib}/metakernel-%{version}-py*.egg-info
++++++ metakernel-0.24.4.tar.gz -> metakernel-0.28.2.tar.gz ++++++
++++ 3581 lines of diff (skipped)