Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-notebook for openSUSE:Factory 
checked in at 2021-10-21 23:55:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and      /work/SRC/openSUSE:Factory/.python-notebook.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-notebook"

Thu Oct 21 23:55:23 2021 rev:10 rq:926613 version:6.4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2021-02-15 23:23:00.955997626 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1890/python-notebook.changes    
    2021-10-21 23:55:37.356028457 +0200
@@ -1,0 +2,66 @@
+Wed Oct 20 18:30:59 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to version 6.4.5
+  * Recover from failure to render mimetype
+  * Fix crypto handling
+  * Fix jupyter_client warning
+  * Fix nbsphinx settings
+  * Fully revert the pinning of nbsphinx to 0.8.6
+  * Pin nbsphinx to 0.8.6, clean up orphaned resources
+  * Fix typo in docstring
+- Release 6.4.4
+  * Update Manual Release Instructions
+  * Use default JupyterLab CSS sanitizer options for Markdown
+  * Fix syntax highlight
+- Release 6.4.3
+  * Add @babel/core dependency
+  * Switch webpack to production mode
+  * Clean up link checking
+- Release 6.4.2
+  * Add missing file to manifest
+  * Fix issue #3218
+  * Fix version of jupyter-packaging in pyproject.toml
+  * "#element".tooltip is not a function on home page fixed.
+  * Enhancements to the desktop entry
+  * Add missing spaces to help messages in config file
+- Release 6.4.0
+  * Fix Handling of Encoded Paths in Save As Dialog
+  * Fix: split_cell doesn't always split cell
+  * Correct 'Content-Type' headers
+  * Fix skipped tests & remove deprecation warnings
+  * [Gateway] Track only this server's kernels
+  * Bind the HTTPServer in start #6061
+  * Revert "do not apply asyncio patch for tornado >=6.1"
+  * Use Jupyter Releaser
+  * Add Workflow Permissions for Lock Bot
+  * Fixes related to the recent changes in the documentation
+  * Add maths checks in CSS reference test
+  * Add Issue Lock and Answered Bots
+  * Spelling correction
+  * Minor typographical and comment changes
+  * Fixes related to the recent changes in the documentation
+  * Fix readthedocs environment
+- Release 6.3.0
+  * Add square logo and desktop entry files
+  * Modernize Changelog
+  * Add missing "import inspect"
+  * Add Codecov badge to README
+  * Remove configuration for nosetests from setup.cfg
+  * Update security.rst
+  * Docs-Translations: Updated Hindi and Chinese Readme.md
+  * Allow /metrics by default if auth is off
+  * Skip terminal tests on Windows 3.9+ (temporary)
+  * Update GatewayKernelManager to derive from
+    AsyncMappingKernelManager
+  * Drop use of deprecated pyzmq.ioloop
+  * Drop support for Python 3.5
+  * Allow jupyter_server-based contents managers in notebook
+  * Russian translation fixes
+  * Increase culling test idle timeout
+  * Re-enable support for answer_yes flag
+  * Replace Travis and Appveyor with Github Actions
+  * DOC: Server extension, extra docs on
+    configuration/authentication.
+- Silence rpmlint2 
+
+-------------------------------------------------------------------

Old:
----
  notebook-6.2.0.tar.gz

New:
----
  notebook-6.4.5.tar.gz

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

Other differences:
------------------
++++++ python-notebook.spec ++++++
--- /var/tmp/diff_new_pack.RLX2MD/_old  2021-10-21 23:55:38.036028807 +0200
+++ /var/tmp/diff_new_pack.RLX2MD/_new  2021-10-21 23:55:38.036028807 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-notebook
+# spec file
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -25,10 +25,11 @@
 %bcond_with test
 BuildArch:      noarch
 %endif
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
+%define         plainpython python
 Name:           python-notebook%{psuffix}
-Version:        6.2.0
+Version:        6.4.5
 Release:        0
 Summary:        Jupyter Notebook interface
 License:        BSD-3-Clause
@@ -54,6 +55,8 @@
 Requires:       python-terminado >= 0.8.3
 Requires:       python-tornado >= 6.1
 Requires:       python-traitlets >= 4.2.1
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
 Recommends:     python-ipywidgets
 Suggests:       %{name}-latex
 Provides:       python-jupyter_notebook = %{version}
@@ -62,6 +65,7 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  jupyter-notebook-filesystem
+BuildRequires:  update-desktop-files
 %endif
 %if %{with test}
 BuildRequires:  %{python_module Jinja2}
@@ -106,6 +110,7 @@
 Provides:       python-jupyter_notebook-lang = %{version}
 Provides:       python-notebook-lang-all = %{version}
 Obsoletes:      python-jupyter_notebook-lang < %{version}
+Requires:       %{plainpython}(abi) = %{python_version}
 
 %description    lang
 Provides translations for the Jupyter notebook.
@@ -208,6 +213,7 @@
 %python_clone -a %{buildroot}%{_bindir}/jupyter-nbextension
 %python_clone -a %{buildroot}%{_bindir}/jupyter-notebook
 %python_clone -a %{buildroot}%{_bindir}/jupyter-serverextension
+%suse_update_desktop_file jupyter-notebook
 
 %endif
 
@@ -247,6 +253,8 @@
 %files -n jupyter-notebook
 %license LICENSE
 %{_datadir}/icons/hicolor/*/apps/JupyterNotebook.*
+%{_datadir}/icons/hicolor/*/apps/notebook.svg
+%{_datadir}/applications/jupyter-notebook.desktop
 
 %files -n jupyter-notebook-lang
 %license LICENSE

++++++ notebook-6.2.0.tar.gz -> notebook-6.4.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-notebook/notebook-6.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-notebook.new.1890/notebook-6.4.5.tar.gz 
differ: char 5, line 1

++++++ python-notebook-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.RLX2MD/_old  2021-10-21 23:55:38.084028832 +0200
+++ /var/tmp/diff_new_pack.RLX2MD/_new  2021-10-21 23:55:38.084028832 +0200
@@ -1,2 +1,4 @@
 addFilter("zero-length 
.*/notebook/bundler/tests/resources/subdir/subsubdir/.gitkeep")
 addFilter("hidden-file-or-dir 
.*/notebook/bundler/tests/resources/subdir/subsubdir/.gitkeep")
+# jupyter-notebook requires python3-notebook which provides one of the 
alternatives
+addFilter("desktopfile-without-binary .*jupyter-notebook")
\ No newline at end of file

Reply via email to