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 2021-11-21 23:52:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbclassic (Old)
and /work/SRC/openSUSE:Factory/.python-nbclassic.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbclassic"
Sun Nov 21 23:52:04 2021 rev:6 rq:932754 version:0.3.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbclassic/python-nbclassic.changes
2021-10-29 22:35:15.715705433 +0200
+++
/work/SRC/openSUSE:Factory/.python-nbclassic.new.1895/python-nbclassic.changes
2021-11-21 23:52:32.250184188 +0100
@@ -1,0 +2,28 @@
+Sun Nov 21 09:15:13 UTC 2021 - Ben Greiner <[email protected]>
+
+- Accomodate moved config to distconfig
+
+-------------------------------------------------------------------
+Sun Nov 14 15:53:25 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 0.3.4
+ * Monkeypatch IPythonHandler to find nbclassic's jinja templates
+ #77 (@Zsailer)
+ * Run JupyterLab browser tests as downstream tests #76 (@Zsailer)
+ * add check-release workflow #75 (@Zsailer)
+- Release 0.3.3
+ * Use Jupyter Packaging and other cleanup #68 (@Zsailer)
+ * add missing lines to manifest #72 (@Zsailer)
+ * add changelog comments for jupyter-releaser #70 (@Zsailer)
+ * add setup.py back to enable jupyter_releaser #69 (@Zsailer)
+ * Add workflow to test JupyterLab #67 (@Zsailer)
+ * Expose classic notebook's static assets from their original
+ endpoints #63 (@Zsailer)
+- Release 0.32.2
+ * ExtensionManager's link_extension changed call signature #64
+ (@athornton)
+ * Fix link to the Jupyter Notebook repo in README #62
+ (@saiwing-yeung)
+- Reenable libalternatives
+
+-------------------------------------------------------------------
Old:
----
nbclassic-0.3.1-gh.tar.gz
New:
----
nbclassic-0.3.4-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nbclassic.spec ++++++
--- /var/tmp/diff_new_pack.68NpYG/_old 2021-11-21 23:52:32.822182344 +0100
+++ /var/tmp/diff_new_pack.68NpYG/_new 2021-11-21 23:52:32.822182344 +0100
@@ -16,8 +16,7 @@
#
-%bcond_with libalternatives_issue_11_fixed
-%if 0%{?suse_version} > 1500 && %{with libalternatives_issue_11_fixed}
+%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
@@ -26,21 +25,21 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-nbclassic
-Version: 0.3.1
+Version: 0.3.4
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/%{version}.tar.gz#/nbclassic-%{version}-gh.tar.gz
-BuildRequires: %{python_module jupyter_server >= 1.8}
-BuildRequires: %{python_module notebook}
+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 notebook < 7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros >= 20210929
Requires: jupyter-nbclassic = %{version}
-Requires: python-jupyter_server >= 1.8
-Requires: python-notebook
+Requires: python-notebook < 7
+Requires: (python-jupyter_server >= 1.8 with python-jupyter_server < 2)
%if %{with libalternatives}
Requires: alts
BuildRequires: alts
@@ -85,9 +84,9 @@
%install
%python_install
-install -m 644 -D -t %{buildroot}%{_jupyter_server_confdir}
jupyter_server_config.d/*
%python_clone -a %{buildroot}%{_bindir}/jupyter-nbclassic
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%jupyter_move_config
%pre
# If libalternatives is used: Removing old update-alternatives entries.
@@ -100,18 +99,17 @@
%python_uninstall_alternative jupyter-nbclassic
%check
-# suppress color output
-rm setup.cfg
-%pytest -s
+%pytest nbclassic
%files %{python_files}
%doc README.md
%license LICENSE
%python_alternative %{_bindir}/jupyter-nbclassic
-%{python_sitelib}/
+%{python_sitelib}/nbclassic
+%{python_sitelib}/nbclassic-%{version}*-info
%files -n jupyter-nbclassic
%license LICENSE
-%config %{_jupyter_server_confdir}/nbclassic.json
+%{!?_jupyter_distconfig:%config} %{_jupyter_server_confdir}/nbclassic.json
%changelog
++++++ nbclassic-0.3.1-gh.tar.gz -> nbclassic-0.3.4-gh.tar.gz ++++++
++++ 2827 lines of diff (skipped)