17
0

Accepting request 1311363 from home:mcalabkova:branches:devel:languages:python:jupyter

- Update to 6.30.1
  * Remove control queue
  * Set shell idle when message skipped by "should_handle" in "dispatch_shell"
  * Remove nose import
  * Fix expected text depending on IPython version
  * Drop support for Python 3.8
  * Avoid a DeprecationWarning on Python 3.13+
  * Add compat with pytest 8
- Drop py313-warning.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1311363
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=117
This commit is contained in:
2025-10-15 08:11:42 +00:00
committed by Git OBS Bridge
parent 1f2a21dd3a
commit 2c3bbd96f1
5 changed files with 26 additions and 36 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Oct 14 11:16:06 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 6.30.1
* Remove control queue
* Set shell idle when message skipped by "should_handle" in "dispatch_shell"
* Remove nose import
* Fix expected text depending on IPython version
* Drop support for Python 3.8
* Avoid a DeprecationWarning on Python 3.13+
* Add compat with pytest 8
- Drop py313-warning.patch, merged upstream
-------------------------------------------------------------------
Mon Oct 28 11:39:45 UTC 2024 - Dirk Müller <dmueller@suse.com>