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
This commit is contained in:
parent
02ac9de8f6
commit
e7fab6799e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bcdf79bd1cda534735bd9830d2cbedab4ee34d8fe1df6e7b946b3aab0902ba3
|
||||
size 14342345
|
3
notebook-6.4.8.tar.gz
Normal file
3
notebook-6.4.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e985c9dc6f678bdfffb9dc657306b5469bfa62d73e03f74e8defbf76d284312
|
||||
size 14347639
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 16:54:20 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- 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 <arun@gmx.de>
|
||||
|
||||
- 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 <arun@gmx.de>
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user