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 2022-03-28 19:24:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-server (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter-server.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter-server"

Mon Mar 28 19:24:30 2022 rev:23 rq:964366 version:1.15.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter-server/python-jupyter-server.changes  
    2022-01-31 22:57:24.401547323 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter-server.new.1900/python-jupyter-server.changes
    2022-03-28 19:24:32.673035310 +0200
@@ -1,0 +2,56 @@
+Wed Mar 23 18:53:06 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to verson 1.15.6
+  * Missing warning when no authorizer in found ZMQ handlers #744
+    (@Zsailer)
+- Release notes for 1.15.5
+  * Relax type checking on ExtensionApp.serverapp #739 (@minrk)
+  * raise no-authorization warning once and allow disabled
+    authorization #738 (@Zsailer)
+- Release notes for 1.15.4
+  * Fix server-extension paths (3rd time's the charm) #734 (@minrk)
+- Release notes for 1.15.2
+  * allow handlers to work without an authorizer in the Tornado
+    settings #717 (@Zsailer)
+- Release notes for 1.15.1
+  * Revert "Re-use ServerApp.config_file_paths for consistency
+    (#715)" #728 (@blink1073)
+- Release notes for 1.15.0
+  * Add authorization layer to server request handlers #165
+    (@Zsailer) Enhancements made
+  * Validate notebooks once per fetch or save #724 (@kevin-bates)
+  * Register pre/post save hooks, call them sequentially #696
+    (@davidbrochart) 
+  * Implement Required Methods in Async Manner #721 (@jhamet93)
+  * Call pre_save_hook only on first chunk of large files #716
+    (@davidbrochart)
+  * Re-use ServerApp.config_file_paths for consistency #715
+    (@minrk)
+  * serverapp: Use .absolute() instead of .resolve() for symlinks
+    #712 (@EricCousineau-TRI)
+  * Fall back to legacy protocol if selected_subprotocol raises
+    exception #706 (@davidbrochart)
+  * Fix FilesHandler not meet RFC 6713 #701 (@Wh1isper)
+
+-------------------------------------------------------------------
+Thu Feb 10 05:17:10 UTC 2022 - Arun Persaud <a...@gmx.de>
+
+- update to version 1.13.5:
+  * Enhancements made
+    + Protocol alignment #657 (@davidbrochart)
+  * Bugs fixed
+    + Fix to remove potential memory leak on Jupyter Server
+      ZMQChannelHandler code #682 (@Vishwajeet0510)
+    + Pin pywintpy for now #681 (@blink1073)
+    + Fix the non-writable path deletion error #670 (@vkaidalov)
+    + make unit tests backwards compatible without pending kernels
+      #669 (@Zsailer)
+  * Maintenance and upkeep improvements
+    + Clean up full install test #689 (@blink1073)
+    + Update trigger_precommit.yml #687 (@blink1073)
+    + Add Auto Pre-Commit #685 (@blink1073)
+    + Fix a typo #683 (@krassowski)
+    + (temporarily) skip pending kernels unit tests on Windows CI #673
+      (@Zsailer)
+
+-------------------------------------------------------------------

Old:
----
  jupyter_server-1.13.4.tar.gz

New:
----
  jupyter_server-1.15.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-jupyter-server.spec ++++++
--- /var/tmp/diff_new_pack.qWnWpv/_old  2022-03-28 19:24:33.853036787 +0200
+++ /var/tmp/diff_new_pack.qWnWpv/_new  2022-03-28 19:24:33.857036792 +0200
@@ -25,17 +25,15 @@
 %define psuffix %{nil}
 %bcond_with test
 %endif
-
 %if 0%{?suse_version} > 1500
 %bcond_without libalternatives
 %else
 %bcond_with libalternatives
 %endif
-
 %{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
 Name:           python-jupyter-server%{psuffix}
-Version:        1.13.4
+Version:        1.15.6
 Release:        0
 Summary:        The backend to Jupyter web applications
 License:        BSD-3-Clause
@@ -50,24 +48,15 @@
 BuildRequires:  %{pythons}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros >= 20210929
-%if %{with test}
-BuildRequires:  %{python_module jupyter-server-test = %{version}}
-# https://github.com/jupyter-server/jupyter_server/issues/666
-BuildRequires:  %{python_module jupyter-client >= 7.1.1}
-BuildRequires:  %{python_module flaky}
-BuildRequires:  %{python_module pytest-timeout}
-BuildRequires:  %{python_module pytest-xdist}
-%endif
 Requires:       python >= 3.7
 Requires:       python-Jinja2
 Requires:       python-Send2Trash
 Requires:       python-anyio >= 3.1.0
 Requires:       python-argon2-cffi
-Requires:       python-ipython_genutils
 Requires:       python-jupyter-client >= 6.1.1
 Requires:       python-jupyter-core >= 4.6.0
 Requires:       python-nbconvert
-Requires:       python-nbformat
+Requires:       python-nbformat >= 5.2.0
 Requires:       python-packaging
 Requires:       python-prometheus_client
 Requires:       python-pyzmq >= 17
@@ -75,15 +64,22 @@
 Requires:       python-tornado >= 6.1
 Requires:       python-traitlets >= 5
 Requires:       python-websocket-client
+Provides:       python-jupyter_server = %{version}-%{release}
+Obsoletes:      python-jupyter_server < %{version}-%{release}
+%if %{with test}
+BuildRequires:  %{python_module flaky}
+BuildRequires:  %{python_module jupyter-client >= 6.1.1}
+BuildRequires:  %{python_module jupyter-server-test = %{version}}
+BuildRequires:  %{python_module pytest-timeout}
+BuildRequires:  %{python_module pytest-xdist}
+%endif
 %if %{with libalternatives}
-Requires:       alts
 BuildRequires:  alts
+Requires:       alts
 %else
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 %endif
-Provides:       python-jupyter_server = %{version}-%{release}
-Obsoletes:      python-jupyter_server < %{version}-%{release}
 %if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
 Provides:       jupyter-jupyter-server = %{version}-%{release}
 Obsoletes:      jupyter-jupyter-server < %{version}-%{release}
@@ -129,8 +125,8 @@
 %{python_expand # provide u-a entrypoints in the correct flavor version -- 
installed packages and jupyter-server
 mkdir -p build/xdgflavorconfig
 export XDG_CONFIG_HOME=$PWD/build/xdgflavorconfig
-if [ -d /usr/share/libalternatives/ ]; then
-  for b in /usr/share/libalternatives/*; do
+if [ -d %{_datadir}/libalternatives/ ]; then
+  for b in %{_datadir}/libalternatives/*; do
     if [ -e "${b}/%{$python_version_nodots}.conf" ]; then
         alts -n $(basename ${b}) -p %{$python_version_nodots}
     fi

++++++ jupyter_server-1.13.4.tar.gz -> jupyter_server-1.15.6.tar.gz ++++++
++++ 18684 lines of diff (skipped)

Reply via email to