Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-nbclassic for
openSUSE:Factory checked in at 2022-06-06 11:10:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbclassic (Old)
and /work/SRC/openSUSE:Factory/.python-nbclassic.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbclassic"
Mon Jun 6 11:10:44 2022 rev:8 rq:980922 version:0.3.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbclassic/python-nbclassic.changes
2022-02-18 23:03:19.853411024 +0100
+++
/work/SRC/openSUSE:Factory/.python-nbclassic.new.1548/python-nbclassic.changes
2022-06-06 11:10:56.051343373 +0200
@@ -1,0 +2,9 @@
+Sun Jun 5 17:18:58 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 0.3.7
+ * Clean up packaging and CI #91 (@blink1073)
+- Release 0.3.6
+ * Depend on notebook_shim package for server-side shim layer #88
+ (@Zsailer)
+
+-------------------------------------------------------------------
Old:
----
nbclassic-0.3.5-gh.tar.gz
New:
----
nbclassic-0.3.7-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nbclassic.spec ++++++
--- /var/tmp/diff_new_pack.8bHAaw/_old 2022-06-06 11:10:56.543344085 +0200
+++ /var/tmp/diff_new_pack.8bHAaw/_new 2022-06-06 11:10:56.547344091 +0200
@@ -24,21 +24,24 @@
%bcond_with libalternatives
%endif
Name: python-nbclassic
-Version: 0.3.5
+Version: 0.3.7
Release: 0
Summary: Jupyter Notebook as a Jupyter Server Extension
License: BSD-3-Clause
URL: https://github.com/jupyterlab/nbclassic
# The github archive has the tests
Source:
https://github.com/jupyterlab/nbclassic/archive/v%{version}.tar.gz#/nbclassic-%{version}-gh.tar.gz
-BuildRequires: %{python_module jupyter_server >= 1.8 with
%python-jupyter_server < 2}
+BuildRequires: %{python_module jupyter_server >= 1.8}
BuildRequires: %{python_module notebook < 7}
+BuildRequires: %{python_module notebook_shim >= 0.1.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: jupyter-rpm-macros
BuildRequires: python-rpm-macros >= 20210929
Requires: jupyter-nbclassic = %{version}
+Requires: python-jupyter_server >= 1.8
Requires: python-notebook < 7
-Requires: (python-jupyter_server >= 1.8 with python-jupyter_server < 2)
+Requires: python-notebook_shim >= 0.1.0
%if %{with libalternatives}
BuildRequires: alts
Requires: alts
@@ -98,7 +101,7 @@
%python_uninstall_alternative jupyter-nbclassic
%check
-%pytest nbclassic
+%pytest
%files %{python_files}
%doc README.md
@@ -109,6 +112,6 @@
%files -n jupyter-nbclassic
%license LICENSE
-%{!?_jupyter_distconfig:%config} %{_jupyter_server_confdir}/nbclassic.json
+%_jupyter_config %{_jupyter_server_confdir}/nbclassic.json
%changelog
++++++ nbclassic-0.3.5-gh.tar.gz -> nbclassic-0.3.7-gh.tar.gz ++++++
++++ 1693 lines of diff (skipped)