forked from pool/python-jupyter-client
Accepting request 1058573 from devel:languages:python:jupyter
- 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/request/show/1058573 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=14
This commit is contained in:
commit
66707ac8ff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:109a3c33b62a9cf65aa8325850a0999a795fac155d9de4f7555aef5f310ee35a
|
||||
size 328958
|
BIN
jupyter_client-7.4.9.tar.gz
(Stored with Git LFS)
Normal file
BIN
jupyter_client-7.4.9.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,14 +0,0 @@
|
||||
Index: jupyter_client-7.4.8/pyproject.toml
|
||||
===================================================================
|
||||
--- jupyter_client-7.4.8.orig/pyproject.toml
|
||||
+++ jupyter_client-7.4.8/pyproject.toml
|
||||
@@ -136,6 +136,9 @@ filterwarnings= [
|
||||
# when there is a running event loop.
|
||||
"ignore:There is no current event loop:DeprecationWarning:zmq",
|
||||
|
||||
+ # https://github.com/jupyter/jupyter_client/issues/713
|
||||
+ "ignore:There is no current event loop:DeprecationWarning",
|
||||
+
|
||||
# Workaround for jupyter_core warning.
|
||||
"module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
|
||||
]
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 15 21:12:25 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 14 21:10:50 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user