Accepting request 961408 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/961408 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter_console?expand=0&rev=17
This commit is contained in:
commit
a98e4ac075
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:242248e1685039cd8bff2c2ecb7ce6c1546eb50ee3b08519729e6e881aec19c7
|
|
||||||
size 35765
|
|
3
jupyter_console-6.4.3.tar.gz
Normal file
3
jupyter_console-6.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55f32626b0be647a85e3217ddcdb22db69efc79e8b403b9771eb9ecc696019b5
|
||||||
|
size 35432
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 13 07:28:36 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 6.4.3
|
||||||
|
* Require jupyter_client>=7.0.0
|
||||||
|
* Don't pass loop to asyncio.wait()
|
||||||
|
* Prepare for use with Jupyter Releaser
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 14 16:06:32 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Wed Apr 14 16:06:32 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jupyter_console
|
# spec file for package python-jupyter_console
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-jupyter_console
|
Name: python-jupyter_console
|
||||||
Version: 6.4.0
|
Version: 6.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Jupyter terminal console
|
Summary: Jupyter terminal console
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -33,7 +33,7 @@ BuildRequires: %{python_module Pillow}
|
|||||||
BuildRequires: %{python_module flaky}
|
BuildRequires: %{python_module flaky}
|
||||||
BuildRequires: %{python_module ipykernel}
|
BuildRequires: %{python_module ipykernel}
|
||||||
BuildRequires: %{python_module ipython}
|
BuildRequires: %{python_module ipython}
|
||||||
BuildRequires: %{python_module jupyter-client}
|
BuildRequires: %{python_module jupyter-client >= 7}
|
||||||
BuildRequires: %{python_module prompt_toolkit >= 2}
|
BuildRequires: %{python_module prompt_toolkit >= 2}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pyzmq}
|
BuildRequires: %{python_module pyzmq}
|
||||||
@ -41,7 +41,7 @@ BuildRequires: %{python_module pyzmq}
|
|||||||
Requires: jupyter-jupyter_console = %{version}
|
Requires: jupyter-jupyter_console = %{version}
|
||||||
Requires: python-ipykernel
|
Requires: python-ipykernel
|
||||||
Requires: python-ipython
|
Requires: python-ipython
|
||||||
Requires: python-jupyter-client
|
Requires: python-jupyter-client >= 7
|
||||||
Requires: python-prompt_toolkit >= 2
|
Requires: python-prompt_toolkit >= 2
|
||||||
Requires: python-pyzmq
|
Requires: python-pyzmq
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
@ -84,7 +84,7 @@ sed -i '/import sys/ a import setuptools' setup.py
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CONTRIBUTING.md README.md
|
%doc CONTRIBUTING.md README.md
|
||||||
%license COPYING.md
|
%license LICENSE
|
||||||
%python_alternative %{_bindir}/jupyter-console
|
%python_alternative %{_bindir}/jupyter-console
|
||||||
%{python_sitelib}/jupyter_console
|
%{python_sitelib}/jupyter_console
|
||||||
%{python_sitelib}/jupyter_console-%{version}*-info
|
%{python_sitelib}/jupyter_console-%{version}*-info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user