Revisions of python-ipykernel

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1045315 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 32)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1031304 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 30)
- Update to version 6.16.2
  * Fix failing test and update matrix #1010 (@blink1073)
- Disable debugger tests
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1030494 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 29)
- update to version 6.16.1:
  * Bugs fixed
    + PR: Destroy tk app to avoid memory leak #1008 (@impact27)
  * Maintenance and upkeep improvements
    + Maintenance cleanup #1006 (@blink1073)
    + Ignore warnings in prereleases test #1002 (@blink1073)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1002371 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 26)
- update to version 6.15.2:
  * Bugs fixed
    + _abort_queues is no longer async #942 (@rhelmot)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 987883 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 24)
- Add patch support-hatchling-14.patch:
  * Support hatchling >= 1.4
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 984609 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 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) (forwarded request 984608 from bnavigator)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 946634 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 19)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 941537 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 18)
- Update to 6.4.2
  * Enabled rich rendering of variables in the debugger #787
    (@JohanMabille)
  * Remove setting of the eventloop function in the InProcessKernel
    #781 (@rayosborn)
  * Add python version classifiers #783 (@emuccino)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 921010 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 17)
- 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)
Displaying revisions 21 - 40 of 52
openSUSE Build Service is sponsored by