Accepting request 1092364 from devel:languages:python:jupyter
- Update to 0.8.0 * Bump min version support #287 (@blink1073) (forwarded request 1092363 from bnavigator) OBS-URL: https://build.opensuse.org/request/show/1092364 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=29
This commit is contained in:
commit
4bd176f421
BIN
nbclient-0.7.4.tar.gz
(Stored with Git LFS)
BIN
nbclient-0.7.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
nbclient-0.8.0.tar.gz
Normal file
3
nbclient-0.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f9b179cd4b2d7bca965f900a2ebf0db4a12ebff2f36a711cb66861e4ae158e55
|
||||||
|
size 60673
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 11 19:57:08 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 0.8.0
|
||||||
|
* Bump min version support #287 (@blink1073)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 1 17:50:53 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Mon May 1 17:50:53 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -31,20 +31,20 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-nbclient%{psuffix}
|
Name: python-nbclient%{psuffix}
|
||||||
Version: 0.7.4
|
Version: 0.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A client library for executing notebooks
|
Summary: A client library for executing notebooks
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/jupyter/nbclient
|
URL: https://github.com/jupyter/nbclient
|
||||||
Source: https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module hatchling >= 1.10.0}
|
BuildRequires: %{python_module hatchling >= 1.10.0}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-jupyter-client >= 6.1.12
|
Requires: python-jupyter-client >= 6.1.12
|
||||||
Requires: python-nbformat >= 5.1
|
Requires: python-nbformat >= 5.1
|
||||||
Requires: python-traitlets >= 5.3
|
Requires: python-traitlets >= 5.4
|
||||||
Requires: ((python-jupyter-core >= 4.12 with python-jupyter-core < 5) or python-jupyter-core >= 5.1)
|
Requires: ((python-jupyter-core >= 4.12 with python-jupyter-core < 5) or python-jupyter-core >= 5.1)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with libalternatives}
|
%if %{with libalternatives}
|
||||||
@ -56,7 +56,7 @@ Requires(postun):update-alternatives
|
|||||||
%endif
|
%endif
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module flaky}
|
BuildRequires: %{python_module flaky}
|
||||||
BuildRequires: %{python_module ipykernel}
|
BuildRequires: %{python_module ipykernel >= 6.19.3}
|
||||||
BuildRequires: %{python_module ipython}
|
BuildRequires: %{python_module ipython}
|
||||||
BuildRequires: %{python_module ipywidgets}
|
BuildRequires: %{python_module ipywidgets}
|
||||||
BuildRequires: %{python_module nbclient = %{version}}
|
BuildRequires: %{python_module nbclient = %{version}}
|
||||||
|
Loading…
Reference in New Issue
Block a user