Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 9 additions and 45 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e842515e2bab8e19186d89fdfea7abd15e39dd581f94e399f00e2af5a1652d3f
size 340957

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35b3a0947c4a6e9d589eb97d7d4cd5e90f910ee73101611f01283732bd6d9419
size 342019

View File

@ -1,38 +1,3 @@
-------------------------------------------------------------------
Wed Nov 6 20:11:01 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Only skip the tests on python 3.13 due to missing dependencies
-------------------------------------------------------------------
Thu Oct 31 10:17:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- skip for python 313
-------------------------------------------------------------------
Thu Oct 24 07:29:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 8.6.3:
* Support psutil for finding network addresses #1033
* use simpler isoparse from dateutil to parse ISO-8601
timestamps #1032 (@minrk)
* Avoid a DeprecationWarning on Python 3.13+ #1027 (@hroncok)
* Fix docs check #1038 (@minrk)
* fix invocation of pip for nbconvert downstream #1037 (@minrk)
* test on python 3.13-dev #1036 (@andife)
* Support ipykernel's use of anyio in
test_signal_kernel_subprocesses #1034 (@ianthomas23)
-------------------------------------------------------------------
Wed Sep 25 08:31:03 UTC 2024 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Sun Sep 15 15:59:20 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 8.6.2
* Use non-blocking zmq Poller #1023 (@fcollonval)
-------------------------------------------------------------------
Fri Mar 29 18:08:28 UTC 2024 - Ben Greiner <code@bnavigator.de>
@ -181,7 +146,7 @@ Mon Dec 12 16:30:43 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
-------------------------------------------------------------------
Mon Dec 12 12:34:49 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Add py3109-compat.patch to make it work with python 3.10.9.
- Add py3109-compat.patch to make it work with python 3.10.9.
-------------------------------------------------------------------
Tue Jun 28 18:51:36 UTC 2022 - Ben Greiner <code@bnavigator.de>
@ -200,7 +165,7 @@ Tue Jun 28 18:51:36 UTC 2022 - Ben Greiner <code@bnavigator.de>
Wed May 25 23:15:53 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Add jupyter-client-fix787-kernelwarningsfilter.patch
* gh#jupyter/jupyter_client#787
* gh#jupyter/jupyter_client#787
-------------------------------------------------------------------
Wed May 25 15:01:01 UTC 2022 - andy great <andythe_great@pm.me>
@ -699,7 +664,7 @@ Mon Oct 12 13:44:23 UTC 2015 - toddrme2178@gmail.com
* add :meth:`KernelManager.blocking_client`
* provisional implementation of comm_info requests from upcoming 5.1
release of the protocol
-------------------------------------------------------------------
Thu Oct 1 12:04:25 UTC 2015 - toddrme2178@gmail.com

View File

@ -19,16 +19,15 @@
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
%define skip_python39 1
%bcond_without test
# python-pytest-jupyter-client is not available on python 313
%define skip_python313 1
%else
%define psuffix %{nil}
%bcond_with test
%endif
%{?sle15_python_module_pythons}
Name: python-jupyter-client%{psuffix}
Version: 8.6.3
Version: 8.6.1
Release: 0
Summary: Jupyter protocol implementation and client libraries
License: BSD-3-Clause