1
0

Compare commits

...

10 Commits

Author SHA256 Message Date
Ana Guerrero
26ca7c96e1 Accepting request 1221952 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1221952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=27
2024-11-07 15:23:55 +00:00
6ff226c040 - Only skip the tests on python 3.13 due to missing dependencies
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=68
2024-11-06 20:26:38 +00:00
f99e9abb7f - skip for python 313
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=67
2024-10-31 10:17:51 +00:00
Ana Guerrero
03aa83f6eb Accepting request 1217927 from devel:languages:python:jupyter
- 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)

- Add py3109-compat.patch to make it work with python 3.10.9.
  * gh#jupyter/jupyter_client#787

OBS-URL: https://build.opensuse.org/request/show/1217927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=26
2024-10-25 17:18:43 +00:00
60edd06cb0 - 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)
- Add py3109-compat.patch to make it work with python 3.10.9.
  * gh#jupyter/jupyter_client#787

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=65
2024-10-24 07:29:32 +00:00
Ana Guerrero
4b3fa729c1 Accepting request 1203614 from devel:languages:python:jupyter
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1203614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=25
2024-09-26 16:52:38 +00:00
ba1436644c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=63 2024-09-25 14:32:41 +00:00
8d5a72a846 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=62
2024-09-25 09:11:28 +00:00
Ana Guerrero
b87e198ba3 Accepting request 1201257 from devel:languages:python:jupyter
- Update to 8.6.2
  * Use non-blocking zmq Poller #1023 (@fcollonval)

OBS-URL: https://build.opensuse.org/request/show/1201257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=24
2024-09-16 15:40:12 +00:00
495fb2c094 - Update to 8.6.2
* Use non-blocking zmq Poller #1023 (@fcollonval)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=60
2024-09-15 16:00:11 +00:00
4 changed files with 45 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
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>
@ -146,7 +181,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>
@ -165,7 +200,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>
@ -664,7 +699,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,15 +19,16 @@
%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.1
Version: 8.6.3
Release: 0
Summary: Jupyter protocol implementation and client libraries
License: BSD-3-Clause