Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyter-server for
openSUSE:Factory checked in at 2021-10-18 21:59:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-server (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-server.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-server"
Mon Oct 18 21:59:33 2021 rev:16 rq:925909 version:1.11.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter-server/python-jupyter-server.changes
2021-08-23 10:08:34.540218004 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter-server.new.1890/python-jupyter-server.changes
2021-10-18 22:02:43.954117027 +0200
@@ -1,0 +2,23 @@
+Sun Oct 17 17:39:09 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 1.11.1
+ * Do not log connection error if the kernel is already shutdown
+ #584 (@martinRenou)
+ * [BUG]: allow None for min_open_files_limit trait #587
+ (@Zsailer)
+- Release 1.11.0
+ * Allow non-empty directory deletion through settings #574
+ (@fcollonval)
+ * pytest_plugin: allow user specified headers in jp_ws_fetch #580
+ (@oliver-sanders)
+ * Shutdown kernels/terminals on api/shutdown #579 (@martinRenou)
+ * pytest: package conftest #576 (@oliver-sanders)
+ * Set stacklevel on warning to point to the right place. #572
+ (@Carreau)
+ * Respect reraise setting #571 (@vidartf)
+ * Fix jupyter_client warning #581 (@martinRenou)
+ * Add Pre-Commit Config #575 (@fcollonval)
+ * Clean up link checking #569 (@blink1073)
+- Drop extra conftest.py
+
+-------------------------------------------------------------------
Old:
----
conftest.py
jupyter_server-1.10.2.tar.gz
New:
----
jupyter_server-1.11.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-server.spec ++++++
--- /var/tmp/diff_new_pack.4liMZt/_old 2021-10-18 22:02:44.382117337 +0200
+++ /var/tmp/diff_new_pack.4liMZt/_new 2021-10-18 22:02:44.382117337 +0200
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-jupyter-server
-Version: 1.10.2
+Version: 1.11.1
Release: 0
Summary: The backend to Jupyter web applications
License: BSD-3-Clause
@@ -27,8 +27,6 @@
URL: https://github.com/jupyter-server/jupyter_server
# need the release tarball for the static stylesheets
Source:
https://github.com/jupyter-server/jupyter_server/releases/download/v%{version}/jupyter_server-%{version}.tar.gz
-# conftest.py is not in release tarball but required for tests
-Source1:
https://github.com/jupyter-server/jupyter_server/raw/v%{version}/conftest.py
BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module Send2Trash}
BuildRequires: %{python_module anyio >= 3.1.0}
@@ -92,9 +90,21 @@
explanatory text. The Notebook has support for multiple programming
languages, sharing, and interactive widgets.
+%package test
+Summary: The backend to Jupyter web applications - test requirements
+Requires: python-ipykernel
+Requires: python-jupyter-server = %{version}
+Requires: python-pytest >= 6
+Requires: python-pytest-console-scripts
+Requires: python-pytest-mock
+Requires: python-pytest-tornasync
+Requires: python-requests
+
+%description test
+Metapackage for the jupyter_server[test] requirement specifier
+
%prep
%setup -q -n jupyter_server-%{version}
-cp %{SOURCE1} ./
%build
%python_build
@@ -133,4 +143,7 @@
%{python_sitelib}/jupyter_server
%{python_sitelib}/jupyter_server-%{version}*-info
+%files %{python_files test}
+%license COPYING.md
+
%changelog
++++++ jupyter_server-1.10.2.tar.gz -> jupyter_server-1.11.1.tar.gz ++++++
++++ 24025 lines of diff (skipped)