1
0

Accepting request 1043000 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to 7.4.8
  * Make sure loop is marked with nest_asyncio #893 (@impact27)
- Release 7.4.7
  * Fix connection reconciliation to handle restarts #882
    (@kevin-bates)
- Release 7.4.6
  * Reconcile connection information #879 (@kevin-bates)
- Release 7.4.5
  * [7.x] Handle Jupyter Core Warning #875 (@blink1073)
- Release 7.4.4
  * Workaround for launch bug #861 (@blink1073)
- Release 7.4.3
  * Defer creation of ready future #858 (@blink1073)
- Release 7.4.2
  * Fix ready promise and session send #852 (@blink1073)
  * Fix pending kernels backported and reverted: #848 #851
- Release 7.3.5
  * add AsyncKernelClient to doc/api/client.rst #819 (@helioz11)
  * Use tornado 6.2's PeriodicCallback in restarter #822 (@vidartf)
  * Make _stdin_hook_default async #814 (@davidbrochart)
- Replace py3109-compat.patch by py310-ignore-deprecation.patch
  gh#jupyter/jupyter_client#713

OBS-URL: https://build.opensuse.org/request/show/1043000
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=31
This commit is contained in:
2022-12-14 22:20:15 +00:00
committed by Git OBS Bridge
parent de91cbde6a
commit 014bf327df
6 changed files with 49 additions and 40 deletions

View File

@@ -24,18 +24,18 @@
%define psuffix %{nil}
%bcond_with test
%endif
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-jupyter-client%{psuffix}
Version: 7.3.4
Version: 7.4.8
Release: 0
Summary: Jupyter protocol implementation and client libraries
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/jupyter/jupyter_client
Source: https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-%{version}.tar.gz
# PATCH-FIX-OPENSUSE py3109-compat.patch
Patch0: py3109-compat.patch
# PATCH-FIX-UPSTREAM py310-ignore-deprecation.patch gh#jupyter/jupyter_client#713
Patch0: py310-ignore-deprecation.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
@@ -46,7 +46,7 @@ Requires: python-jupyter-core >= 4.9.2
Requires: python-nest-asyncio >= 1.5.4
Requires: python-python-dateutil >= 2.8.2
Requires: python-pyzmq >= 23.0
Requires: python-tornado >= 6.0
Requires: python-tornado >= 6.2
Requires: python-traitlets
Provides: python-jupyter_client = %{version}
Obsoletes: python-jupyter_client < %{version}