1
0

- Update to 7.4.9

* Make Qtconsole work with PyZMQ 25 #914 (@ccordoba12)
  * [7.x] Remove deprecated zmq imports #916 (@blink1073)
- Drop py310-ignore-deprecation.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=37
This commit is contained in:
2023-01-15 21:20:28 +00:00
committed by Git OBS Bridge
parent 8082ca6056
commit 723eaebe57
5 changed files with 13 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,15 +26,13 @@
%endif
Name: python-jupyter-client%{psuffix}
Version: 7.4.8
Version: 7.4.9
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-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}