- Update to 6.19.4
* Don't pass None kernels to logging configurable in Comm #1061
(@bollwyvl)
- Release 6.19.3
* format dates as ISO8601 #1057 (@GRcharles)
* Fix comms and add qtconsole downstream test #1056 (@blink1073)
* Fix lint #1058 (@blink1073)
* Fix comms and add qtconsole downstream test #1056 (@blink1073)
- Release 6.19.2
* Fix error in %edit magic #1053 (@ccordoba12)
- Release 6.19.1
* fix: too many arguments dropped when passing to base comm
constructor #1051 (@maartenbreddels)
- Release 6.19.0
* Fix: there can be only one comm_manager #1049
(@maartenbreddels)
* Adopt ruff and address lint #1046 (@blink1073)
- Release 6.18.3
* Fix Comm interface for downstream users #1042
(@maartenbreddels)
- Release 6.18.2
* Configurables needs to be configurable #1037 (@Carreau)
- Release 6.18.1
* fix: use comm package in backwards compatible way #1028
(@maartenbreddels)
* Add more testing and deprecate the Gtk event loops #1036
(@blink1073)
* More coverage improvements #1035 (@blink1073)
* Add more tests #1034 (@blink1073)
* Add more kernel tests #1032 (@blink1073)
OBS-URL: https://build.opensuse.org/request/show/1045315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=32
* Don't pass None kernels to logging configurable in Comm #1061
(@bollwyvl)
- Release 6.19.3
* format dates as ISO8601 #1057 (@GRcharles)
* Fix comms and add qtconsole downstream test #1056 (@blink1073)
* Fix lint #1058 (@blink1073)
* Fix comms and add qtconsole downstream test #1056 (@blink1073)
- Release 6.19.2
* Fix error in %edit magic #1053 (@ccordoba12)
- Release 6.19.1
* fix: too many arguments dropped when passing to base comm
constructor #1051 (@maartenbreddels)
- Release 6.19.0
* Fix: there can be only one comm_manager #1049
(@maartenbreddels)
* Adopt ruff and address lint #1046 (@blink1073)
- Release 6.18.3
* Fix Comm interface for downstream users #1042
(@maartenbreddels)
- Release 6.18.2
* Configurables needs to be configurable #1037 (@Carreau)
- Release 6.18.1
* fix: use comm package in backwards compatible way #1028
(@maartenbreddels)
* Add more testing and deprecate the Gtk event loops #1036
(@blink1073)
* More coverage improvements #1035 (@blink1073)
* Add more tests #1034 (@blink1073)
* Add more kernel tests #1032 (@blink1073)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=70
- Update requirements and test suite setup
- specfile:
* update requirements
* switch to pyproject.toml build
- update to version 6.15.0:
* Bugs fixed
+ Fix compatibility with tornado 6.2 beta #956 (@minrk)
* Maintenance and upkeep improvements
+ Back to top-level tornado IOLoop #958 (@minrk)
+ Explicitly require pyzmq >= 17 #957 (@minrk)
+ [pre-commit.ci] pre-commit autoupdate #954 (@pre-commit-ci)
- changes from version 6.14.0:
* Enhancements made
+ Add cpu_count to the usage_reply #952 (@echarles)
* Bugs fixed
+ use pss memory info type if available for the resource usage
reply #948 (@echarles)
+ Ensure psutil for the process is accurate #937 (@echarles)
* Maintenance and upkeep improvements
+ Fix sphinx 5.0 support #951 (@blink1073)
+ [pre-commit.ci] pre-commit autoupdate #950 (@pre-commit-ci)
- changes from version 6.13.1:
* Bugs fixed
+ Fix richInspectVariables #943 (@davidbrochart)
+ Force debugger metadata in built wheel #941 (@blink1073)
* Maintenance and upkeep improvements
+ [pre-commit.ci] pre-commit autoupdate #945 (@pre-commit-ci)
+ Clean up typings #939 (@blink1073)
+ [pre-commit.ci] pre-commit autoupdate #938 (@pre-commit-ci) (forwarded request 984608 from bnavigator)
OBS-URL: https://build.opensuse.org/request/show/984609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=23
- Update requirements and test suite setup
- specfile:
* update requirements
* switch to pyproject.toml build
- update to version 6.15.0:
* Bugs fixed
+ Fix compatibility with tornado 6.2 beta #956 (@minrk)
* Maintenance and upkeep improvements
+ Back to top-level tornado IOLoop #958 (@minrk)
+ Explicitly require pyzmq >= 17 #957 (@minrk)
+ [pre-commit.ci] pre-commit autoupdate #954 (@pre-commit-ci)
- changes from version 6.14.0:
* Enhancements made
+ Add cpu_count to the usage_reply #952 (@echarles)
* Bugs fixed
+ use pss memory info type if available for the resource usage
reply #948 (@echarles)
+ Ensure psutil for the process is accurate #937 (@echarles)
* Maintenance and upkeep improvements
+ Fix sphinx 5.0 support #951 (@blink1073)
+ [pre-commit.ci] pre-commit autoupdate #950 (@pre-commit-ci)
- changes from version 6.13.1:
* Bugs fixed
+ Fix richInspectVariables #943 (@davidbrochart)
+ Force debugger metadata in built wheel #941 (@blink1073)
* Maintenance and upkeep improvements
+ [pre-commit.ci] pre-commit autoupdate #945 (@pre-commit-ci)
+ Clean up typings #939 (@blink1073)
+ [pre-commit.ci] pre-commit autoupdate #938 (@pre-commit-ci)
OBS-URL: https://build.opensuse.org/request/show/984608
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=48
- Cleanup specfile
- Update dependency declarations
- Update to 6.7.0:
- PR: do_one_iteration is a coroutine
- Clean python 2 artifacts. Fix
- Fix title position in changelog
- Set debugOptions for breakpoints in python standard library
source
- Send omit_sections to IPython to choose which sections of
documentation you do not want
- Added missing exceptionPaths field to debugInfo reply
- Test jupyter_kernel_test as downstream
- Remove nose dependency
- Add explicit encoding to open calls in debugger
- Fix the temp file name created by the debugger
- Enforce labels on PRs
- Unpin IPython, and remove some dependencies on it.
- Fix rich variables inspection
- Do not call setQuitOnLastWindowClosed() on a QCoreApplication
- Drop ipython_genutils requirement
OBS-URL: https://build.opensuse.org/request/show/946634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=19
- Update to 6.7.0:
- PR: do_one_iteration is a coroutine
- Clean python 2 artifacts. Fix
- Fix title position in changelog
- Set debugOptions for breakpoints in python standard library
source
- Send omit_sections to IPython to choose which sections of
documentation you do not want
- Added missing exceptionPaths field to debugInfo reply
- Test jupyter_kernel_test as downstream
- Remove nose dependency
- Add explicit encoding to open calls in debugger
- Fix the temp file name created by the debugger
- Enforce labels on PRs
- Unpin IPython, and remove some dependencies on it.
- Fix rich variables inspection
- Do not call setQuitOnLastWindowClosed() on a QCoreApplication
- Drop ipython_genutils requirement
OBS-URL: https://build.opensuse.org/request/show/946627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=41
- Deduplicate files in _jupyter_kernel_dir.
- Revert and clarify some specfile changes:
* fix kernelspec install for primary flavor
* BuildRequires debugpy is sufficiently declared once
- specfile:
* require debugpy for build
- update to version 6.4.1:
* Merged PRs
+ debugpy is now a build requirement #773 (@minrk)
- changes from version 6.4.0:
* Enhancements made
+ Make json_clean a no-op for jupyter-client >= 7 #708
(@martinRenou)
* Bugs fixed
+ Do not assume kernels have loops #766 (@Carreau)
+ Fix undefined variable #765 (@martinRenou)
* Maintenance and upkeep improvements
+ Make ipykernel work without debugpy #767 (@frenzymadness)
+ Stop using deprecated recv_multipart when using in-process
socket. #762 (@Carreau)
+ Update some warnings with instructions and version number. #761
(@Carreau)
OBS-URL: https://build.opensuse.org/request/show/921010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipykernel?expand=0&rev=17