Changelog for
python311-jupyter_console-6.6.3-ill.52.12.noarch.rpm :
* Fri Mar 08 2024 Ben Greiner
- Skip python39: no longer supported since ipython 8.19
* Sun Mar 19 2023 Ben Greiner - Update to 6.6.3
* Fix handle_external_iopub again #286 (AATTblink1073)- Release 6.6.2
* Fix handle_external_iopub #285 (AATTblink1073)- Release 6.6.0
* Switch to hatch backend #281 (AATTblink1073)- Release 6.5.1
* Fix completion handling #278 (AATTblink1073)- Release 6.5.0
* Fix client 7 and 8 compat #276 (AATTblink1073)
* Mon Aug 01 2022 Ben Greiner - Update to 6.4.4
* Use asyncio.create_task and asyncio.get_running_loop with interact().
* Drop Python 3.6. #270 (AATTencukou)
* Sun Mar 13 2022 Ben Greiner - Update to 6.4.3
* Require jupyter_client>=7.0.0
* Don\'t pass loop to asyncio.wait()
* Prepare for use with Jupyter Releaser
* Wed Apr 14 2021 Ben Greiner - Update to 6.4.0
* no release notes- Drop python-jupyter_console-remove-nose.patch merged upstream
* Wed Feb 10 2021 Benjamin Greiner - Force to import setuptools so that we get the entrypoint gh#jupyter/jupyter_console#222- Install entrypoint under update-alternatives control- Drop empty jupyter-jupyter_console package, provide it in primary python3 package
* Fri Oct 02 2020 pgajdosAATTsuse.com- before test drop, try more runs for --flaky
* Tue Sep 15 2020 pgajdosAATTsuse.com- replace nose by pytest- added patches https://github.com/jupyter/jupyter_console/pull/230 + python-jupyter_console-remove-nose.patch
* Sun May 17 2020 Benjamin Greiner - Add Pillow to test build, avoids skipping a test- Force all tests to be flaky, because they timeout occasionally on OBS
* Sat May 16 2020 Benjamin Greiner - do not capture stdout to pass the tests gh#jupyter/jupyter_console#214