Revisions of python-jupyter-client

Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 19)
fix patch
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 18)
- Add jupyter-client-fix787-kernelwarningsfilter.patch
  * gh#jupyter/jupyter_client#787 
- Disable pytest for signalkernel.py and problemkernel.py because
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 979254 from andy great's avatar andy great (andythe_great) (revision 17)
- 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)
buildservice-autocommit accepted request 961409 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 16)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 961399 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 15)
- Update to 7.1.2
  * Await kernel.ready in _async_shutdown_kernel #740 (@jtpio)
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 946711 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 14)
- 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)
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 925893 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 13)
- 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.
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 911567 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 12)
- remove the ringdisabled conditional: ipykernel5 will be in Ring1
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 911461 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 11)
- Disable testing the kernelmanager in the python36 flavor in
  lettered staging so that we don't need python-ipykernel5 in Ring1
- Work around conflict for jupyter-ipykernel due to dangling
  python36-ipykernel package until it gets removed from Factory
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 902834 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 10)
- 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
buildservice-autocommit accepted request 832537 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 9)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 832515 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 8)
update to latest version
buildservice-autocommit accepted request 797791 from Todd R's avatar Todd R (TheBlackCat) (revision 7)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 797713 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 6)
update to latest version
buildservice-autocommit accepted request 795894 from Todd R's avatar Todd R (TheBlackCat) (revision 5)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) committed (revision 4)
Todd R's avatar Todd R (TheBlackCat) accepted request 778855 from Todd R's avatar Todd R (TheBlackCat) (revision 3)
- Update to version 6.0.0
  + New Features:
    * Added async API
  + Changes:
    * Python 3.8 testing and support added
    * Session.msg_id optimization
    * Only cache ports if the cache_ports flag is set to True
    * Removed direct dependency on pywin32 as this is now in jupyter core
  + Fixes:
    * Prevent two kernels to have the same ports
  + Docs:
    * Document the handling of error in do_execute
  + Breaking changes:
    * Dropped support for Python 2.7!
- Implement tests via multibuild
- Drop doc subpackage.  This was only around to resolve dependency
  cycles in testing, which the multibuild now does.  Keeping up
  with rapid changes in readthedocs was becoming difficult.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 747866 from Todd R's avatar Todd R (TheBlackCat) (revision 2)
initialized devel package after accepting 747866
Todd R's avatar Todd R (TheBlackCat) accepted request 747865 from Todd R's avatar Todd R (TheBlackCat) (revision 1)
Rename to python-jupyter-client to follow python package naming guidelines since upstream was renamed.

Update to 5.3.4
Displaying revisions 41 - 59 of 59
openSUSE Build Service is sponsored by