Commit Graph

16 Commits

Author SHA256 Message Date
Dominique Leuenberger
e7542d66fb Accepting request 925995 from devel:languages:python:jupyter
- 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
2021-10-25 13:17:05 +00:00
14ccfa5dc4 Accepting request 925893 from home:bnavigator:branches:devel:languages:python:jupyter
- 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
2021-10-17 21:51:36 +00:00
Richard Brown
884ce6e7a3 Accepting request 911579 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/911579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=6
2021-08-16 08:08:32 +00:00
Markéta Machová
abef0c22b4 Accepting request 911567 from home:bnavigator:branches:devel:languages:python:jupyter
- remove the ringdisabled conditional: ipykernel5 will be in Ring1

OBS-URL: https://build.opensuse.org/request/show/911567
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=12
2021-08-12 11:46:37 +00:00
Markéta Machová
5956bddfdb Accepting request 911461 from home:bnavigator:branches:devel:languages:python:jupyter
- 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

OBS-URL: https://build.opensuse.org/request/show/911461
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=11
2021-08-12 08:00:32 +00:00
Dominique Leuenberger
05c3d0c0bc Accepting request 902851 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/902851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=5
2021-07-02 11:26:30 +00:00
Markéta Machová
5a55a95806 Accepting request 902834 from home:bnavigator:branches:devel:languages:python:jupyter
- 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
2021-06-28 14:24:57 +00:00
Dominique Leuenberger
428e1badda Accepting request 832537 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/832537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=4
2020-09-09 15:46:44 +00:00
Tomáš Chvátal
df0d88ed78 Accepting request 832515 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/832515
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=8
2020-09-05 20:15:38 +00:00
Dominique Leuenberger
a3a7d6dba6 Accepting request 797791 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/797791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=3
2020-05-01 09:05:11 +00:00
Todd R
1bae7f0e09 Accepting request 797713 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/797713
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=6
2020-04-26 01:25:39 +00:00
Dominique Leuenberger
ebf1d5d64a Accepting request 795894 from devel:languages:python:jupyter
- 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.

OBS-URL: https://build.opensuse.org/request/show/795894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=2
2020-04-25 18:11:05 +00:00
Todd R
02bf2675d9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=4 2020-04-20 18:37:42 +00:00
Todd R
c598fab6f1 Accepting request 778855 from home:TheBlackCat:branches:devel:languages:python:jupyter
- 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.

OBS-URL: https://build.opensuse.org/request/show/778855
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=3
2020-02-24 17:17:03 +00:00
Dominique Leuenberger
37f2005546 Accepting request 747866 from devel:languages:python:jupyter
Rename to python-jupyter-client to follow python package naming guidelines since upstream was renamed.

Update to 5.3.4

OBS-URL: https://build.opensuse.org/request/show/747866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=1
2019-11-22 09:23:26 +00:00
Todd R
175ec677e8 Accepting request 747865 from home:TheBlackCat:branches:devel:languages:python:jupyter
Rename to python-jupyter-client to follow python package naming guidelines since upstream was renamed.

Update to 5.3.4

OBS-URL: https://build.opensuse.org/request/show/747865
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=1
2019-11-12 17:30:04 +00:00