Commit Graph

33 Commits

Author SHA256 Message Date
e1485b172e - Update to 8.6.1
* Update Release Scripts #1016 (@blink1073)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=58
2024-03-29 18:09:33 +00:00
bd71998a24 Accepting request 1155268 from home:dimstar:Factory
- Skip python 3.9 in the test suite: python-ipython is no longer
  available.

OBS-URL: https://build.opensuse.org/request/show/1155268
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=56
2024-03-05 17:54:53 +00:00
55fede7643 - Update to 8.6.0
* Fix possibly not defined tracker #991 (@davidbrochart)
  * BUG: Fix Kwarg only in update_env #989 (@Carreau)
- Release 8.5.0
  * Allow to update kernels env in between restart. #987 (@Carreau)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=54
2023-11-26 15:19:44 +00:00
bca7774c8d - Update to 8.4.0
* Test on python 3.12 #978 (@blink1073)
  * Update typing for traitlets 5.11 #977 (@blink1073)
  * Do not use datetime.utcnow() that is deprecated in Python 3.12
    #972 (@ellert)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=52
2023-10-14 09:35:44 +00:00
5e5e10542b - Update to 8.3.1
* Support external kernels #961 (@davidbrochart)
  * Make cache_ports configurable with default value of False. #956
    (@jkitchin)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=50
2023-09-24 17:52:59 +00:00
f55bc27cce - Update to 8.3.0
* Allow kwargs when writting connection_file #953 (@fecet)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=48
2023-07-01 16:36:16 +00:00
Steve Kowalik
0bbf0f4934 - Remove entrypoints Requires, it was dropped in 8.0.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=46
2023-06-16 07:46:18 +00:00
bdcc4e02bf Accepting request 1079325 from home:bnavigator:branches:devel:languages:python:jupyter
- update to v8.2.0
  * use c.f.Future to wait across threads #940 (@minrk)
- Remove jupyter package, provide alternatives instead

OBS-URL: https://build.opensuse.org/request/show/1079325
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=44
2023-04-14 03:16:50 +00:00
3bb5e127de Accepting request 1073939 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 8.1.0
  * ThreadedZMQStream: close stream before socket #936 (@minrk)

OBS-URL: https://build.opensuse.org/request/show/1073939
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=42
2023-03-23 10:00:43 +00:00
7b79030f3f Accepting request 1073645 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 8.0.3
  * Fix kernelspec print output #933 (@minrk)
  * Don't emit a trailng newline in base64-encoded data like
    'image/png' #931 (@xl0)
  * Improving jsonutil tests #929 (@andrehora)
- Update to 8.0.2
  * Add papermill downstream check and fix kernel client replies
    #925 (@blink1073)
- Release 8.0.1
  * Fix json_output in kernelspec app #921 (@blink1073)
- Release 8.0.0
  * This release is primarily focused on improving asyncio support,
    while aiming to have minimal API changes.
  ## Enhancements made
  * Remove nest-asyncio dependency #835 (@blink1073)
  ## Bugs fixed
  * Allow interrupt during restart of pending kernels #898
    (@blink1073)
  * Fix connection reconciliation to handle restarts #882
    (@kevin-bates)
  * Reconcile connection information #879 (@kevin-bates)
  * Workaround for launch bug #861 (@blink1073)
  * Defer creation of ready future #858 (@blink1073)
  * Fix handling of initial ready promise #854 (@blink1073)
  * Revert "Fix pending kernels again" #853 (@blink1073)
  * Fix pending kernels again #845 (@blink1073)
  * Use pytest_asyncio fixture #826 (@davidbrochart)
  ## Maintenance and upkeep improvements
  * Fix jupyter_core pinning #896 (@ophie200)
  * Use pytest-jupyter #891 (@blink1073)
  * Import ensure_async and run_sync from jupyter_core #889
    (@davidbrochart)
  * Support Python 3.8-3.11 #866 (@blink1073)
  * Move tests to top level #834 (@blink1073)
  * Fix nbconvert downstream test #827 (@blink1073)
- Add jupyter-client-suse-remove-ifconfig-test.patch

OBS-URL: https://build.opensuse.org/request/show/1073645
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=41
2023-03-21 21:31:33 +00:00
ce114df266 Accepting request 1063291 from devel:languages:python:jupyter
Revert update

OBS-URL: https://build.opensuse.org/request/show/1063291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=40
2023-02-05 17:20:54 +00:00
e6be5dbd17 - Update to 8.0.2
* Add papermill downstream check and fix kernel client replies
    #925 (@blink1073)
- Release 8.0.1
  * Fix json_output in kernelspec app #921 (@blink1073)
- Release 8.0.0
  * This release is primarily focused on improving asyncio support,
    while aiming to have minimal API changes.
  ## Enhancements made
  * Remove nest-asyncio dependency #835 (@blink1073)
  ## Bugs fixed
  * Allow interrupt during restart of pending kernels #898
    (@blink1073)
  * Fix connection reconciliation to handle restarts #882
    (@kevin-bates)
  * Reconcile connection information #879 (@kevin-bates)
  * Workaround for launch bug #861 (@blink1073)
  * Defer creation of ready future #858 (@blink1073)
  * Fix handling of initial ready promise #854 (@blink1073)
  * Revert "Fix pending kernels again" #853 (@blink1073)
  * Fix pending kernels again #845 (@blink1073)
  * Use pytest_asyncio fixture #826 (@davidbrochart)
  ## Maintenance and upkeep improvements
  * Fix jupyter_core pinning #896 (@ophie200)
  * Use pytest-jupyter #891 (@blink1073)
  * Import ensure_async and run_sync from jupyter_core #889
    (@davidbrochart)
  * Support Python 3.8-3.11 #866 (@blink1073)
  * Move tests to top level #834 (@blink1073)
  * Fix nbconvert downstream test #827 (@blink1073)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=39
2023-02-05 15:59:58 +00:00
723eaebe57 - Update to 7.4.9
* Make Qtconsole work with PyZMQ 25 #914 (@ccordoba12)
  * [7.x] Remove deprecated zmq imports #916 (@blink1073)
- Drop py310-ignore-deprecation.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=37
2023-01-15 21:20:28 +00:00
014bf327df Accepting request 1043000 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 7.4.8
  * Make sure loop is marked with nest_asyncio #893 (@impact27)
- Release 7.4.7
  * Fix connection reconciliation to handle restarts #882
    (@kevin-bates)
- Release 7.4.6
  * Reconcile connection information #879 (@kevin-bates)
- Release 7.4.5
  * [7.x] Handle Jupyter Core Warning #875 (@blink1073)
- Release 7.4.4
  * Workaround for launch bug #861 (@blink1073)
- Release 7.4.3
  * Defer creation of ready future #858 (@blink1073)
- Release 7.4.2
  * Fix ready promise and session send #852 (@blink1073)
  * Fix pending kernels backported and reverted: #848 #851
- Release 7.3.5
  * add AsyncKernelClient to doc/api/client.rst #819 (@helioz11)
  * Use tornado 6.2's PeriodicCallback in restarter #822 (@vidartf)
  * Make _stdin_hook_default async #814 (@davidbrochart)
- Replace py3109-compat.patch by py310-ignore-deprecation.patch
  gh#jupyter/jupyter_client#713

OBS-URL: https://build.opensuse.org/request/show/1043000
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=31
2022-12-14 22:20:15 +00:00
b5a214fd31 - Add py3109-compat.patch to make it work with python 3.10.9.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=28
2022-12-12 12:45:54 +00:00
f206693b05 Accepting request 1042349 from devel:languages:python:jupyter
Revert to 7.3.4

OBS-URL: https://build.opensuse.org/request/show/1042349
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=27
2022-12-12 12:00:38 +00:00
59253d433d Accepting request 1031141 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 7.4.4
  * Workaround for launch bug #861 (@blink1073)

OBS-URL: https://build.opensuse.org/request/show/1031141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=25
2022-10-25 13:01:18 +00:00
5a739e9fa9 - Update to version 7.4.3
* Defer creation of ready future #858 (@blink1073)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=24
2022-10-23 14:11:15 +00:00
02415eb0b6 Accepting request 1029571 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 7.4.2
  * Fix ready promise and session send #852 (@blink1073)
  * Fix pending kernels backported and reverted: #848 #851
- Release 7.3.5
  * add AsyncKernelClient to doc/api/client.rst #819 (@helioz11)
  * Use tornado 6.2's PeriodicCallback in restarter #822 (@vidartf)
  * Make _stdin_hook_default async #814 (@davidbrochart)

OBS-URL: https://build.opensuse.org/request/show/1029571
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=23
2022-10-17 17:19:58 +00:00
039494684c Accepting request 985674 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 7.3.4
  * Revert latest changes to ThreadedZMQSocketChannel because they
    break Qtconsole #803 (@ccordoba12)
  * Add local-provisioner entry point to pyproject.toml Fixes #800
    #801 (@utkonos)
  * Correct Any type annotations. #791 (@joouha)
  * Use hatch backend #789 (@blink1073)
- Remove jupyter-client-fix787-kernelwarningsfilter.patch, we
  updated the ipykernel instead.

OBS-URL: https://build.opensuse.org/request/show/985674
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=21
2022-07-04 18:06:24 +00:00
cc5f779db2 - Add jupyter-client-fix787-kernelwarningsfilter.patch
* gh#jupyter/jupyter_client#787 
- Disable pytest for signalkernel.py and problemkernel.py because

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=18
2022-05-25 23:19:29 +00:00
3de76d559f Accepting request 979254 from home:andythe_great:branches:devel:languages:python:jupyter
- 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)

OBS-URL: https://build.opensuse.org/request/show/979254
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=17
2022-05-25 23:12:26 +00:00
1c5e2994b6 Accepting request 961399 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 7.1.2
  * Await kernel.ready in _async_shutdown_kernel #740 (@jtpio)

OBS-URL: https://build.opensuse.org/request/show/961399
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=15
2022-03-13 07:40:03 +00:00
0c977b0108 Accepting request 946711 from home:bnavigator:branches:devel:languages:python:jupyter
- 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)

OBS-URL: https://build.opensuse.org/request/show/946711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=14
2022-01-15 21:26:08 +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
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
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
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
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
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
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