Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-jupyter-client-8.6.3-2.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python313-jupyter-client Distribution: openSUSE:Factory:zSystems
Version: 8.6.3 Vendor: openSUSE
Release: 2.3 Build date: Wed Nov 6 21:11:01 2024
Group: Development/Languages/Python Build host: reproducible
Size: 924824 Source RPM: python-jupyter-client-8.6.3-2.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jupyter/jupyter_client
Summary: Jupyter protocol implementation and client libraries
This package contains the reference implementation of the Jupyter protocol.
It also provides client and kernel management APIs for working with kernels.

It also provides the jupyter kernelspec entrypoint for installing kernelspecs
for use with Jupyter frontends.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Nov 06 2024 Markéta Machová <mmachova@suse.com>
  - Only skip the tests on python 3.13 due to missing dependencies
* Thu Oct 31 2024 Dirk Müller <dmueller@suse.com>
  - skip for python 313
* Thu Oct 24 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 2024 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Sun Sep 15 2024 Ben Greiner <code@bnavigator.de>
  - Update to 8.6.2
    * Use non-blocking zmq Poller #1023 (@fcollonval)
* Fri Mar 29 2024 Ben Greiner <code@bnavigator.de>
  - Update to 8.6.1
    * Update Release Scripts #1016 (@blink1073)
* Tue Mar 05 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Skip python 3.9 in the test suite: python-ipython is no longer
    available.
* Sun Nov 26 2023 Ben Greiner <code@bnavigator.de>
  - Update to 8.6.0
    * Fix possibly not defined tracker #991 (@davidbrochart)
    * BUG: Fix Kwarg only in update_env #989 (@Carreau)
  - Release 8.5.0
    * Allow to update kernels env in between restart. #987 (@Carreau)
* Sat Oct 14 2023 Ben Greiner <code@bnavigator.de>
  - Update to 8.4.0
    * Test on python 3.12 #978 (@blink1073)
    * Update typing for traitlets 5.11 #977 (@blink1073)
    * Do not use datetime.utcnow() that is deprecated in Python 3.12
      [#972] (@ellert)
* Sun Sep 24 2023 Ben Greiner <code@bnavigator.de>
  - Update to 8.3.1
    * Support external kernels #961 (@davidbrochart)
    * Make cache_ports configurable with default value of False. #956
      (@jkitchin)
* Sat Jul 01 2023 Ben Greiner <code@bnavigator.de>
  - Update to 8.3.0
    * Allow kwargs when writting connection_file #953 (@fecet)
* Fri Jun 16 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Remove entrypoints Requires, it was dropped in 8.0.
* Fri Apr 14 2023 Ben Greiner <code@bnavigator.de>
  - update to v8.2.0
    * use c.f.Future to wait across threads #940 (@minrk)
  - Remove jupyter package, provide alternatives instead
* Thu Mar 23 2023 Ben Greiner <code@bnavigator.de>
  - Update to 8.1.0
    * ThreadedZMQStream: close stream before socket #936 (@minrk)
* Sun Mar 19 2023 Ben Greiner <code@bnavigator.de>
  - Update to 8.0.3
    * Fix kernelspec print output #933 (@minrk)
    * Don't emit a trailng newline in base64-encoded data like
      'image/png' #931 (@xl0)
    * Improving jsonutil tests #929 (@andrehora)
* Sun Feb 05 2023 Ben Greiner <code@bnavigator.de>
  - Update to 8.0.2
    * Add papermill downstream check and fix kernel client replies
      [#925] (@blink1073)
  - Release 8.0.1
    * Fix json_output in kernelspec app #921 (@blink1073)
  - Release 8.0.0
    * This release is primarily focused on improving asyncio support,
      while aiming to have minimal API changes.
    [#]# Enhancements made
    * Remove nest-asyncio dependency #835 (@blink1073)
    [#]# Bugs fixed
    * Allow interrupt during restart of pending kernels #898
      (@blink1073)
    * Fix connection reconciliation to handle restarts #882
      (@kevin-bates)
    * Reconcile connection information #879 (@kevin-bates)
    * Workaround for launch bug #861 (@blink1073)
    * Defer creation of ready future #858 (@blink1073)
    * Fix handling of initial ready promise #854 (@blink1073)
    * Revert "Fix pending kernels again" #853 (@blink1073)
    * Fix pending kernels again #845 (@blink1073)
    * Use pytest_asyncio fixture #826 (@davidbrochart)
    [#]# Maintenance and upkeep improvements
    * Fix jupyter_core pinning #896 (@ophie200)
    * Use pytest-jupyter #891 (@blink1073)
    * Import ensure_async and run_sync from jupyter_core #889
      (@davidbrochart)
    * Support Python 3.8-3.11 #866 (@blink1073)
    * Move tests to top level #834 (@blink1073)
    * Fix nbconvert downstream test #827 (@blink1073)
  - Add jupyter-client-suse-remove-ifconfig-test.patch
* Sun Jan 15 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 2022 Ben Greiner <code@bnavigator.de>
  - Update to 7.4.8
    * Make sure loop is marked with nest_asyncio #893 (@impact27)
  - Release 7.4.7
    * Fix connection reconciliation to handle restarts #882
      (@kevin-bates)
  - Release 7.4.6
    * Reconcile connection information #879 (@kevin-bates)
  - Release 7.4.5
    * [7.x] Handle Jupyter Core Warning #875 (@blink1073)
  - Release 7.4.4
    * Workaround for launch bug #861 (@blink1073)
  - Release 7.4.3
    * Defer creation of ready future #858 (@blink1073)
  - Release 7.4.2
    * Fix ready promise and session send #852 (@blink1073)
    * Fix pending kernels backported and reverted: #848 #851
  - Release 7.3.5
    * add AsyncKernelClient to doc/api/client.rst #819 (@helioz11)
    * Use tornado 6.2's PeriodicCallback in restarter #822 (@vidartf)
    * Make _stdin_hook_default async #814 (@davidbrochart)
  - Replace py3109-compat.patch by py310-ignore-deprecation.patch
    gh#jupyter/jupyter_client#713
* Mon Dec 12 2022 Daniel Garcia <daniel.garcia@suse.com>
  - Update py3109-compat.patch to work with python 3.10.8 and lower.
* Mon Dec 12 2022 Daniel Garcia <daniel.garcia@suse.com>
  - Add py3109-compat.patch to make it work with python 3.10.9.
* Tue Jun 28 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 7.3.4
    * Revert latest changes to ThreadedZMQSocketChannel because they
      break Qtconsole #803 (@ccordoba12)
    * Add local-provisioner entry point to pyproject.toml Fixes #800
      [#801] (@utkonos)
    * Correct Any type annotations. #791 (@joouha)
    * Use hatch backend #789 (@blink1073)
  - Remove jupyter-client-fix787-kernelwarningsfilter.patch, we
    updated the ipykernel instead.
* Wed May 25 2022 Ben Greiner <code@bnavigator.de>
  - Add jupyter-client-fix787-kernelwarningsfilter.patch
    * gh#jupyter/jupyter_client#787
* Wed May 25 2022 andy great <andythe_great@pm.me>
  - Disable pytest for signalkernel.py and problemkernel.py because
    issue with newer ipykernel.
    https://github.com/jupyter/jupyter_client/issues/787
  - Update to version 7.3.1.
    * Bugs fixed
    * Check that channels exist before asking if they are alive
      [#785] (@ccordoba12)
    * Unicode error correction using Error Handler #779 (@hxawax)
    * Maintenance and upkeep improvements
    * Allow bot PRs to be automatically labeled #784 (@blink1073)
  - Update for version 7.3.0
    * Bugs fixed
    * Fix shutdown and cleanup behavior #772 (@blink1073)
    * Maintenance and upkeep improvements
    * Improve mypy config #769 (@blink1073)
  - Update for version 7.2.2
    * Maintenance and upkeep improvements
    * Include py.typed file #766 (@blink1073)
    * More Cleanup #764 (@blink1073)
  - Update for version 7.2.1
    * Maintenance and upkeep improvements
    * Handle Warnings #760 (@blink1073)
  - Update for version 7.2.0
    * Enhancements made
    * Update consoleapp.py #733 (@you-n-g)
    * Bugs fixed
    * Json packer: handle TypeError and fallback to old json_clean
      [#752] (@martinRenou)
    * Prefer sending signals to kernel process group #743
      (@kevin-bates)
    * Maintenance and upkeep improvements
    * Mock is not needed #758 (@hroncok)
    * Add pytest opts and clean up workflows #757 (@blink1073)
    * Clean up dependency handling #750 (@blink1073)
    * Use built in run cancellation #742 (@blink1073)
* Sun Mar 13 2022 Ben Greiner <code@bnavigator.de>
  - Update to 7.1.2
    * Await kernel.ready in _async_shutdown_kernel #740 (@jtpio)
* Sat Jan 15 2022 Ben Greiner <code@bnavigator.de>
  - Update to 7.1.1
    * Further improvements to pending kernels managment #732
      (@Zsailer)
    * Test against all kernels in jupyter kernel test and clean up CI
      [#731] (@blink1073)
    * Add support for pending kernels #712 (@blink1073)
    * Improve restarter logic #717 (@vidartf)
    * Set sticky bit only on the directory #711 (@ci4ic4)

Files

/etc/alternatives/jupyter-kernel
/etc/alternatives/jupyter-kernelspec
/etc/alternatives/jupyter-run
/usr/bin/jupyter-kernel
/usr/bin/jupyter-kernel-3.13
/usr/bin/jupyter-kernelspec
/usr/bin/jupyter-kernelspec-3.13
/usr/bin/jupyter-run
/usr/bin/jupyter-run-3.13
/usr/lib/python3.13/site-packages/jupyter_client
/usr/lib/python3.13/site-packages/jupyter_client-8.6.3.dist-info
/usr/lib/python3.13/site-packages/jupyter_client-8.6.3.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/jupyter_client-8.6.3.dist-info/METADATA
/usr/lib/python3.13/site-packages/jupyter_client-8.6.3.dist-info/RECORD
/usr/lib/python3.13/site-packages/jupyter_client-8.6.3.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/jupyter_client-8.6.3.dist-info/WHEEL
/usr/lib/python3.13/site-packages/jupyter_client-8.6.3.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/jupyter_client-8.6.3.dist-info/licenses
/usr/lib/python3.13/site-packages/jupyter_client-8.6.3.dist-info/licenses/LICENSE
/usr/lib/python3.13/site-packages/jupyter_client/__init__.py
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/_version.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/_version.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/adapter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/adapter.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/channels.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/channels.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/channelsabc.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/channelsabc.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/client.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/client.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/clientabc.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/clientabc.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/connect.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/connect.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/consoleapp.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/consoleapp.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/jsonutil.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/jsonutil.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/kernelapp.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/kernelapp.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/kernelspec.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/kernelspec.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/kernelspecapp.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/kernelspecapp.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/launcher.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/launcher.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/localinterfaces.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/localinterfaces.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/managerabc.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/managerabc.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/multikernelmanager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/multikernelmanager.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/restarter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/restarter.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/runapp.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/runapp.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/session.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/session.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/threaded.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/threaded.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/win_interrupt.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/__pycache__/win_interrupt.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/_version.py
/usr/lib/python3.13/site-packages/jupyter_client/adapter.py
/usr/lib/python3.13/site-packages/jupyter_client/asynchronous
/usr/lib/python3.13/site-packages/jupyter_client/asynchronous/__init__.py
/usr/lib/python3.13/site-packages/jupyter_client/asynchronous/__pycache__
/usr/lib/python3.13/site-packages/jupyter_client/asynchronous/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/asynchronous/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/asynchronous/__pycache__/client.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/asynchronous/__pycache__/client.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/asynchronous/client.py
/usr/lib/python3.13/site-packages/jupyter_client/blocking
/usr/lib/python3.13/site-packages/jupyter_client/blocking/__init__.py
/usr/lib/python3.13/site-packages/jupyter_client/blocking/__pycache__
/usr/lib/python3.13/site-packages/jupyter_client/blocking/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/blocking/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/blocking/__pycache__/client.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/blocking/__pycache__/client.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/blocking/client.py
/usr/lib/python3.13/site-packages/jupyter_client/channels.py
/usr/lib/python3.13/site-packages/jupyter_client/channelsabc.py
/usr/lib/python3.13/site-packages/jupyter_client/client.py
/usr/lib/python3.13/site-packages/jupyter_client/clientabc.py
/usr/lib/python3.13/site-packages/jupyter_client/connect.py
/usr/lib/python3.13/site-packages/jupyter_client/consoleapp.py
/usr/lib/python3.13/site-packages/jupyter_client/ioloop
/usr/lib/python3.13/site-packages/jupyter_client/ioloop/__init__.py
/usr/lib/python3.13/site-packages/jupyter_client/ioloop/__pycache__
/usr/lib/python3.13/site-packages/jupyter_client/ioloop/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/ioloop/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/ioloop/__pycache__/manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/ioloop/__pycache__/manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/ioloop/__pycache__/restarter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/ioloop/__pycache__/restarter.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/ioloop/manager.py
/usr/lib/python3.13/site-packages/jupyter_client/ioloop/restarter.py
/usr/lib/python3.13/site-packages/jupyter_client/jsonutil.py
/usr/lib/python3.13/site-packages/jupyter_client/kernelapp.py
/usr/lib/python3.13/site-packages/jupyter_client/kernelspec.py
/usr/lib/python3.13/site-packages/jupyter_client/kernelspecapp.py
/usr/lib/python3.13/site-packages/jupyter_client/launcher.py
/usr/lib/python3.13/site-packages/jupyter_client/localinterfaces.py
/usr/lib/python3.13/site-packages/jupyter_client/manager.py
/usr/lib/python3.13/site-packages/jupyter_client/managerabc.py
/usr/lib/python3.13/site-packages/jupyter_client/multikernelmanager.py
/usr/lib/python3.13/site-packages/jupyter_client/provisioning
/usr/lib/python3.13/site-packages/jupyter_client/provisioning/__init__.py
/usr/lib/python3.13/site-packages/jupyter_client/provisioning/__pycache__
/usr/lib/python3.13/site-packages/jupyter_client/provisioning/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/provisioning/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/provisioning/__pycache__/factory.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/provisioning/__pycache__/factory.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/provisioning/__pycache__/local_provisioner.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/provisioning/__pycache__/local_provisioner.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/provisioning/__pycache__/provisioner_base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/provisioning/__pycache__/provisioner_base.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/provisioning/factory.py
/usr/lib/python3.13/site-packages/jupyter_client/provisioning/local_provisioner.py
/usr/lib/python3.13/site-packages/jupyter_client/provisioning/provisioner_base.py
/usr/lib/python3.13/site-packages/jupyter_client/py.typed
/usr/lib/python3.13/site-packages/jupyter_client/restarter.py
/usr/lib/python3.13/site-packages/jupyter_client/runapp.py
/usr/lib/python3.13/site-packages/jupyter_client/session.py
/usr/lib/python3.13/site-packages/jupyter_client/ssh
/usr/lib/python3.13/site-packages/jupyter_client/ssh/__init__.py
/usr/lib/python3.13/site-packages/jupyter_client/ssh/__pycache__
/usr/lib/python3.13/site-packages/jupyter_client/ssh/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/ssh/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/ssh/__pycache__/forward.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/ssh/__pycache__/forward.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/ssh/__pycache__/tunnel.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/jupyter_client/ssh/__pycache__/tunnel.cpython-313.pyc
/usr/lib/python3.13/site-packages/jupyter_client/ssh/forward.py
/usr/lib/python3.13/site-packages/jupyter_client/ssh/tunnel.py
/usr/lib/python3.13/site-packages/jupyter_client/threaded.py
/usr/lib/python3.13/site-packages/jupyter_client/utils.py
/usr/lib/python3.13/site-packages/jupyter_client/win_interrupt.py
/usr/share/licenses/python313-jupyter-client
/usr/share/licenses/python313-jupyter-client/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Jan 14 23:24:16 2025