Hello community,
here is the log from the commit of package python-jupyter-server for
openSUSE:Factory checked in at 2020-02-18 15:18:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-server (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-server.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-server"
Tue Feb 18 15:18:19 2020 rev:7 rq:774938 version:0.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-server/python-jupyter-server.changes
2019-11-29 16:01:12.092847646 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyter-server.new.26092/python-jupyter-server.changes
2020-02-18 15:18:20.576661577 +0100
@@ -1,0 +2,21 @@
+Wed Jan 15 15:25:43 UTC 2020 - Todd R <[email protected]>
+
+- Update to 0.2.1
+ + Added
+ * pytest-plugin for Jupyter Server.
+- Update to 0.2.0
+ + Added
+ * `extension` submodule
+ + Changed
+ * `jupyter serverextension <command>` entrypoint has been changed to
`jupyter server extension <command>`.
+ * `toggle_jupyter_server` and `validate_jupyter_server` function no longer
take a Logger object as an argument.
+ * Changed testing framework from nosetests to pytest
+ * Added Github actions as a testing framework along side Travis and Azure
+ + Removed
+ * Removed the option to update `root_dir` trait in FileContentsManager and
MappingKernelManager in ServerApp
+ + Fixed
+ * Synced Jupyter Server with Notebook PRs in batches (ended on 2019-09-27)
+ + Security
+ * Added a "secure_write to function for cookie/token saves
+
+-------------------------------------------------------------------
Old:
----
jupyter_server-0.1.1.tar.gz
New:
----
jupyter_server-0.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-server.spec ++++++
--- /var/tmp/diff_new_pack.alVhdh/_old 2020-02-18 15:18:21.420663389 +0100
+++ /var/tmp/diff_new_pack.alVhdh/_new 2020-02-18 15:18:21.428663406 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jupyter-server
#
-# Copyright (c) 2019 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
@@ -12,19 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jupyter-server
-Version: 0.1.1
+Version: 0.2.1
Release: 0
-License: BSD-3-Clause
Summary: The Jupyter Server
-Url: https://github.com/jupyter/jupyter_server
+License: BSD-3-Clause
Group: Development/Languages/Python
-Source:
https://files.pythonhosted.org/packages/source/j/jupyter-server/jupyter_server-%{version}.tar.gz
+URL: https://github.com/jupyter/jupyter_server
+Source:
https://github.com/jupyter/jupyter_server/archive/%{version}.tar.gz#/jupyter_server-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -39,20 +40,21 @@
BuildRequires: %{python_module nbconvert}
BuildRequires: %{python_module nbformat}
BuildRequires: %{python_module nbval}
-BuildRequires: %{python_module nose-exclude}
-BuildRequires: %{python_module nose_warnings_filters}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module prometheus_client}
+BuildRequires: %{python_module pytest-console-scripts}
+BuildRequires: %{python_module pytest-tornasync}
+BuildRequires: %{python_module pytest4}
BuildRequires: %{python_module pyzmq >= 17}
BuildRequires: %{python_module requests}
-# BuildRequires: %%{python_module selenium}
BuildRequires: %{python_module terminado >= 0.8.1}
BuildRequires: %{python_module tornado >= 4}
BuildRequires: %{python_module traitlets >= 4.2.1}
+BuildRequires: pandoc
BuildRequires: python-ipaddress
BuildRequires: python-mock
-BuildRequires: pandoc
# /SECTION
+Requires: jupyter-jupyter-server = %{version}
Requires: python-Jinja2
Requires: python-Send2Trash
Requires: python-ipykernel
@@ -66,7 +68,6 @@
Requires: python-terminado >= 0.8.1
Requires: python-tornado >= 4
Requires: python-traitlets >= 4.2.1
-Requires: jupyter-jupyter-server = %{version}
%ifpython2
Requires: python-ipaddress
%endif
@@ -84,6 +85,7 @@
%package -n jupyter-jupyter-server
Summary: The Jupyter Server
+Group: Development/Languages/Python
Requires: jupyter-ipykernel
Requires: jupyter-jupyter-client >= 5.2.0
Requires: jupyter-jupyter-core >= 4.4.0
@@ -114,7 +116,8 @@
%check
export LANG=en_US.UTF-8
-%python_expand nosetests-%{$python_bin_suffix} -v jupyter_server
+export PATH=$PATH:%{buildroot}%{_bindir}
+%pytest tests
%files %{python_files}
%doc README.md
@@ -124,7 +127,6 @@
%files -n jupyter-jupyter-server
%license COPYING.md
%{_bindir}/jupyter-server
-%{_bindir}/jupyter-extension
%{_bindir}/jupyter-server-bundlerextension
%changelog
++++++ jupyter_server-0.1.1.tar.gz -> jupyter_server-0.2.1.tar.gz ++++++
++++ 26090 lines of diff (skipped)