From e7fab6799ee84520043aa107b3c10311559ea4237af4cb601f8f8df6293f370e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 18 Feb 2022 08:22:45 +0000 Subject: [PATCH] Accepting request 955679 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/955679 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=38 --- notebook-6.4.6.tar.gz | 3 --- notebook-6.4.8.tar.gz | 3 +++ python-notebook.changes | 26 ++++++++++++++++++++++++++ python-notebook.spec | 23 +++++++++++------------ 4 files changed, 40 insertions(+), 15 deletions(-) delete mode 100644 notebook-6.4.6.tar.gz create mode 100644 notebook-6.4.8.tar.gz diff --git a/notebook-6.4.6.tar.gz b/notebook-6.4.6.tar.gz deleted file mode 100644 index 50c7c1a..0000000 --- a/notebook-6.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bcdf79bd1cda534735bd9830d2cbedab4ee34d8fe1df6e7b946b3aab0902ba3 -size 14342345 diff --git a/notebook-6.4.8.tar.gz b/notebook-6.4.8.tar.gz new file mode 100644 index 0000000..40490bd --- /dev/null +++ b/notebook-6.4.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e985c9dc6f678bdfffb9dc657306b5469bfa62d73e03f74e8defbf76d284312 +size 14347639 diff --git a/python-notebook.changes b/python-notebook.changes index 2a4dc64..8f54769 100644 --- a/python-notebook.changes +++ b/python-notebook.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Feb 17 16:54:20 UTC 2022 - Arun Persaud + +- update to version 6.4.8: + * Bugs fixed + + Fix to remove potential memory leak on Jupyter Notebooks + ZMQChannelHandler code #6251 (@Vishwajeet0510) + +------------------------------------------------------------------- +Sun Jan 23 18:10:43 UTC 2022 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 6.4.7: + * Bugs fixed + + Fix Chinese punctuation #6268 (@LiHua-Official) + + Add date field to kernel message header #6265 (@kevin-bates) + + Fix deprecation warning #6253 (@tornaria) + * Maintenance and upkeep improvements + + Enforce labels on PRs #6235 (@blink1073) + + Fix: CI error for python 3.6 & macOS #6215 (@penguinolog) + * Other merged PRs + + handle KeyError when get session #6245 (@ccw630) + + Updated doc for passwd #6209 (@antoinecarme) + ------------------------------------------------------------------- Sat Nov 27 20:06:28 UTC 2021 - Arun Persaud diff --git a/python-notebook.spec b/python-notebook.spec index f9c83a3..abbd254 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,6 @@ # -# -%if 0%{?suse_version} > 1500 -%bcond_without libalternatives -%else -%bcond_with libalternatives -%endif - %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -35,8 +28,14 @@ BuildArch: noarch %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 %define plainpython python +# +%if 0%{?suse_version} > 1500 +%bcond_without libalternatives +%else +%bcond_with libalternatives +%endif Name: python-notebook%{psuffix} -Version: 6.4.6 +Version: 6.4.8 Release: 0 Summary: Jupyter Notebook interface License: BSD-3-Clause @@ -70,14 +69,14 @@ Obsoletes: python-jupyter_notebook < %{version} BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: jupyter-notebook-filesystem +BuildRequires: update-desktop-files %if %{with libalternatives} -Requires: alts BuildRequires: alts +Requires: alts %else Requires(post): update-alternatives Requires(postun):update-alternatives %endif -BuildRequires: update-desktop-files %endif %if %{with test} BuildRequires: %{python_module Jinja2} @@ -119,10 +118,10 @@ This package provides the python interface. Summary: Translations for the Jupyter Notebook Group: System/Localization Requires: python-notebook = %{version} +Requires: %{plainpython}(abi) = %{python_version} 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.