- Add jupyter-client-fix787-kernelwarningsfilter.patch
* gh#jupyter/jupyter_client#787
- 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)
OBS-URL: https://build.opensuse.org/request/show/979260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=10
- Diable 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)
OBS-URL: https://build.opensuse.org/request/show/979254
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=17
- Update to 7.0.6
* Fallback to the old ipykernel "json_clean" if we are not able
to serialize a JSON message #708 (@martinRenou)
* Add test for serializing bytes #707 (@martinRenou)
- Release 7.0.5
* avoid use of deprecated zmq.utils.jsonapi #703 (@minrk)
* Use logger.warning instead of deprecated warn method #700
(@kevin-bates)
- Release 7.0.4
* Fix json_default so that it's closer to what ipykernel had
before #698 (@martinRenou)
* Clean up the pending task #697 (@shingo78)
* fix kernel can only restart once issue #695 (@mofanke)
* Prevent failure if kernel is not found when shutting it down
#694 (@martinRenou)
- Release 7.0.3
* Address missing local-provisioner scenario #692 (@kevin-bates)
* use load_connection_info(info) when constructing a blocking
client #688 (@minrk)
- Release 7.0.2
* Don't set event loop policy on Windows at import time #686
(@minrk)
* Improve migration guide #685 (@davidbrochart)
- Release 7.0.1
* Use formal method names when called internally #683
(@kevin-bates)
- Release 7.0.0
* The 7.0 release brings a major feature in Kernel Provisioners,
which enable the ability for third parties to manage the
lifecycle of a kernel's runtime environment.
* Being a major release, there are some backward incompatible
changes. Please see the migration guide for further details.
* Enhancements made:
* Kernel Provisioning - initial implementation #612
(@kevin-bates)
* Fix up some async method aliases in KernelManager #670
(@kevin-bates)
* Support answer_yes when removing kernel specs #659
(@davidbrochart)
* Include process ID in message ID #655 (@takluyver)
* Fix qtconsole issues #638 (@davidbrochart)
* Added debugger key in kernel_info_reply #486 (@JohanMabille)
* Prepare for use with Jupyter Releaser #676 (@afshin)
* Force install jupyter_client master #675 (@davidbrochart)
* Fix project name #674 (@vidartf)
* Rename trait to allowed_kernelspecs #672 (@blink1073)
* Remove block parameter from get_msg() #671 (@davidbrochart)
* Only import nest_asyncio locally #665 (@SylvainCorlay)
* Use a default serializer that is not only for date types #664
(@martinRenou)
* Updated debug_info_response #657 (@JohanMabille)
* Do not block on exit #651 (@impact27)
* Update test kernel with native coroutine, remove
async_generator dependency #646 (@kevin-bates)
* setup.py and CI improvements #645 (@dolfinus)
* Test downstream projects #644 (@davidbrochart)
* Remove deprecations in kernel manager #643 (@kevin-bates)
* Add block=True back to get_msg() #641 (@davidbrochart)
* Pin python>=3.6.1 #636 (@davidbrochart)
* Use pre-commit #631 (@davidbrochart)
* Attempt CI with ipykernel 6.0 prerelease #629 (@SylvainCorlay)
* Make KernelManager subclass tests DRY #628 (@davidbrochart)
* Add tests to ensure MultiKernelManager subclass methods are
called #627 (@kevin-bates)
* Add type annotations, refactor sync/async #623 (@davidbrochart)
* Create migration guide #681 (@blink1073)
* Update changelog for 7.0.0rc0 #673 (@blink1073)
* Added documentation for richInspectVariables request #654
(@JohanMabille)
* Change to edit_magic payload #652 (@yitzchak)
* Added missing documentation for the inspectVariables request
and resp… #649 (@JohanMabille)
* Add status field to other replies in documentation #648
(@yitzchak)
- Drop jupyter_client-pr646-remove-async_generator.patch
OBS-URL: https://build.opensuse.org/request/show/925995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=7
- Update to 7.0.6
* Fallback to the old ipykernel "json_clean" if we are not able
to serialize a JSON message #708 (@martinRenou)
* Add test for serializing bytes #707 (@martinRenou)
- Release 7.0.5
* avoid use of deprecated zmq.utils.jsonapi #703 (@minrk)
* Use logger.warning instead of deprecated warn method #700
(@kevin-bates)
- Release 7.0.4
* Fix json_default so that it's closer to what ipykernel had
before #698 (@martinRenou)
* Clean up the pending task #697 (@shingo78)
* fix kernel can only restart once issue #695 (@mofanke)
* Prevent failure if kernel is not found when shutting it down
#694 (@martinRenou)
- Release 7.0.3
* Address missing local-provisioner scenario #692 (@kevin-bates)
* use load_connection_info(info) when constructing a blocking
client #688 (@minrk)
- Release 7.0.2
* Don't set event loop policy on Windows at import time #686
(@minrk)
* Improve migration guide #685 (@davidbrochart)
- Release 7.0.1
* Use formal method names when called internally #683
(@kevin-bates)
- Release 7.0.0
* The 7.0 release brings a major feature in Kernel Provisioners,
which enable the ability for third parties to manage the
lifecycle of a kernel's runtime environment.
OBS-URL: https://build.opensuse.org/request/show/925893
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=13
- Update to 6.1.12
* Shutdown request sequence has been modified to be more
graceful, it now is preceded by interrupt, and will also send
a SIGTERM before forcibly killing the kernel
* Removal of ipython_genutils as a dependency. It was implicit
before; but required by at least traitlets thus avoiding
issues. We are working on completely removing it from all
jupyter dependencies; as it might lead to issues packaging for
Python 3.10, and was mostly used for compatibility with python
2.
* Address a race condition between shutdown_kernel and restarter.
- Release 6.1.11
* Move jedi pinning to test requirements
- Release 6.1.10
* Add change parameter needed for observer method of
kernel_spec_manager trait
- Release 6.1.9
* Pin jedi<=0.17.2
- Release 6.1.8
* Doc updates
* Fix path to the connection file
* Code cleanup
* Silence kill_kernel when no process is present
* Remove extra_env and corresponding test
* Add documentation dependencies to setup.py
* Fix for Windows localhost IP addresses
* Drop Travis CI, add GitHub Actions
* Adapt KernelManager._kernel_spec_manager_changed to observe
* Allow use ~/ in the kernel's command or its arguments
* Change wait_for_ready logic
OBS-URL: https://build.opensuse.org/request/show/902834
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=10