Commit Graph

33 Commits

Author SHA256 Message Date
Dominique Leuenberger
ca75ebcaa8 Accepting request 944954 from devel:languages:python:jupyter
- Do not build on SLE/Leap <= 15.3

OBS-URL: https://build.opensuse.org/request/show/944954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=14
2022-01-08 22:24:26 +00:00
9c1f591eb1 Accepting request 944953 from home:bnavigator:branches:devel:languages:python:jupyter
- Do not build on SLE/Leap <= 15.3
- Deselect all 4 flaky parallel_notebooks tests
- Update to version 0.5.9
  * Remove jupyter-run, keep jupyter-execute #180 (@davidbrochart)
- Switch to libalternatives
- Update to version 0.5.8
  * Prepare for use with Jupyter Releaser #175 (@davidbrochart)
  * Move IPYKERNEL_CELL_NAME from tox to pytest #172
    (@frenzymadness)
  * Added CLI to README #170 (@palewire)
  * Add "jupyter execute" command-line interface #165 (@palewire)
  * Fix: updating buffers overwrote previous buffers #169
    (@maartenbreddels)
  * Fix tests for ipykernel without debugpy #166 (@frenzymadness)
  * gitignore Pipfile #164 (@palewire)
  * Fixed CONTRIBUTING.md link #163 (@palewire)
  * Fix typo #162 (@The-Compiler)
  * Move format & lint to pre-commit #161 (@chrisjsewell)
  * Add skip-execution cell tag functionality #151 (@chrisjsewell)
- Not enabling new jupyter-run entrypoint due to conflict with
  jupyter_client
- Fix async_parallel_notebooks deselection expression
- Add IPYKERNEL_CELL_NAME env var for test sanitization
- Only require async_generator for Python < 3.7
- update to version 0.5.4:
  * Replace km.cleanup with km.cleanup_resources #152 (@davidbrochart)
  * Use async generator backport only on old python #154 (@mkoeppe)
  * Support parsing of IPython dev version #150 (@cphyc)
  * Set IPYKERNEL_CELL_NAME = <IPY-INPUT> #147 (@davidbrochart)
  * Print useful error message on exception #142 (@certik)
- Actually break the cycle: test flavor needs a psuffix
- test in multibuild flavor in order to break runtime and build
  dependency cycle with nbconvert.
- update to version 0.5.3:
  * Fix ipykernel's stop_on_error value to take into account
    raises-exception tag and force_raise_errors #137
- specfile:
  * update copyright year
- update to version 0.5.2:
  * Set minimum python version supported to 3.6.1 to avoid 3.6.0
    issues
  * CellExecutionError is now unpickleable
  * Added testing for python 3.9
  * Changed travis tests to github actions
  * Documentation referencing an old model instead of NotebookClient
    was fixed
  * allow_error_names option was added for a more specific scope of
    allow_errors to be applied
- update to version 0.5.1:
  * Update kernel client class JIT if it's the synchronous version
  * Several documentation fixes / improvements
- specfile:
  * update required version
- update to version 0.5.0:
  * Move language_info retrieval before cell execution #102
  * HistoryManager setting for ipython kernels no longer applies twice
    (fix for 5.0 trailets release)
  * Improved error handling around language_info missing
    (async_)start_new_kernel_client is now split into (async_)start_new_kernel and (async_)start_new_kernel_client
- update to version 0.4.1:
  * Python type hinting added to most interfaces! #83
  * Several documentation fixes and improvements were made #86
  * An asynchronous heart beat check was added to correctly raise a
    DeadKernelError when kernels die unexpectantly #90
- Update to 0.4.0
  * Use KernelManager's graceful shutdown rather than KILLing kernels
  * Mimic an Output widget at the frontend so that the Output widget behaves correctly
  * Nested asyncio is automatic, and works with Tornado
  * async_execute now has a reset_kc argument to control if the client is reset upon execution request
- Update to 0.3.1:
  * The (async_)start_new_kernel_client method now supports starting a new client when its kernel manager (self.km) is a MultiKernelManager. The method now returns the kernel id in addition to the kernel client. If the kernel manager was a KernelManager, the returned kernel id is None. #51
  * Added reset_kc option to reset_execution_trackers, so that the kernel client can be reset and a new one created in calls to (async_)execute #44
  * Check that a kernel manager exists before cleaning up the kernel #61
  * Force client class to be async when kernel manager is MultiKernelManager #55
  * Replace pip install with conda install in Binder #54
- specfile:
  * only build for python 3, add skip_python2
  * updated requirement versions, add async_generator
  * be more specific in %files section
- update to version 0.2.0:
  * Major Changes
    + Async support is now available on the client. Methods that
      support async have an async_ prefix and can be awaited #10 #35
      #37 #38
    + Dropped support for Python 3.5 due to async compatability issues
      #34
    + Notebook documents now include the new kernel timing fields #32
  * Fixes
    + Memory and process leaks from nbclient should now be fixed #34
    + Notebook execution exceptions now include error information in
      addition to the message #41
  * Docs
    + Added binder examples / tests #7
    + Added changelog to docs #22
    + Doc typo fixes #27 #30
- initial version

OBS-URL: https://build.opensuse.org/request/show/944953
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=28
2022-01-08 20:20:14 +00:00
011dd1855d Accepting request 944951 from home:bnavigator:branches:devel:languages:python:jupyter
- Do not build on SLE/Leap <= 15

OBS-URL: https://build.opensuse.org/request/show/944951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=27
2022-01-08 20:13:05 +00:00
Dominique Leuenberger
7f3111dd5c Accepting request 932813 from devel:languages:python:jupyter
- Deselect all 4 flaky parallel_notebooks tests

OBS-URL: https://build.opensuse.org/request/show/932813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=13
2021-11-21 22:52:22 +00:00
e8acbb7c03 - Deselect all 4 flaky parallel_notebooks tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=26
2021-11-21 17:30:59 +00:00
Dominique Leuenberger
05dd3e5c18 Accepting request 932512 from devel:languages:python:jupyter
- Update to version 0.5.9
  * Remove jupyter-run, keep jupyter-execute #180 (@davidbrochart)
- Switch to libalternatives (forwarded request 932511 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/932512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=12
2021-11-20 01:39:18 +00:00
03d583c9f9 Accepting request 932511 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 0.5.9
  * Remove jupyter-run, keep jupyter-execute #180 (@davidbrochart)
- Switch to libalternatives

OBS-URL: https://build.opensuse.org/request/show/932511
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=25
2021-11-19 11:51:34 +00:00
Dominique Leuenberger
51c2984b81 Accepting request 931395 from devel:languages:python:jupyter
- Update to version 0.5.8
  * Prepare for use with Jupyter Releaser #175 (@davidbrochart)
  * Move IPYKERNEL_CELL_NAME from tox to pytest #172
    (@frenzymadness)
  * Added CLI to README #170 (@palewire)
  * Add "jupyter execute" command-line interface #165 (@palewire)
  * Fix: updating buffers overwrote previous buffers #169
    (@maartenbreddels)
  * Fix tests for ipykernel without debugpy #166 (@frenzymadness)
  * gitignore Pipfile #164 (@palewire)
  * Fixed CONTRIBUTING.md link #163 (@palewire)
  * Fix typo #162 (@The-Compiler)
  * Move format & lint to pre-commit #161 (@chrisjsewell)
  * Add skip-execution cell tag functionality #151 (@chrisjsewell)
- Not enabling new jupyter-run entrypoint due to conflict with
  jupyter_client (forwarded request 931394 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/931395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=11
2021-11-15 14:26:40 +00:00
032aa09039 Accepting request 931394 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 0.5.8
  * Prepare for use with Jupyter Releaser #175 (@davidbrochart)
  * Move IPYKERNEL_CELL_NAME from tox to pytest #172
    (@frenzymadness)
  * Added CLI to README #170 (@palewire)
  * Add "jupyter execute" command-line interface #165 (@palewire)
  * Fix: updating buffers overwrote previous buffers #169
    (@maartenbreddels)
  * Fix tests for ipykernel without debugpy #166 (@frenzymadness)
  * gitignore Pipfile #164 (@palewire)
  * Fixed CONTRIBUTING.md link #163 (@palewire)
  * Fix typo #162 (@The-Compiler)
  * Move format & lint to pre-commit #161 (@chrisjsewell)
  * Add skip-execution cell tag functionality #151 (@chrisjsewell)
- Not enabling new jupyter-run entrypoint due to conflict with
  jupyter_client

OBS-URL: https://build.opensuse.org/request/show/931394
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=24
2021-11-14 14:08:14 +00:00
Dominique Leuenberger
48a438c324 Accepting request 921032 from devel:languages:python:jupyter
- Fix async_parallel_notebooks deselection expression
- Add IPYKERNEL_CELL_NAME env var for test sanitization
- Only require async_generator for Python < 3.7
- update to version 0.5.4:
  * Replace km.cleanup with km.cleanup_resources #152 (@davidbrochart)
  * Use async generator backport only on old python #154 (@mkoeppe)
  * Support parsing of IPython dev version #150 (@cphyc)
  * Set IPYKERNEL_CELL_NAME = <IPY-INPUT> #147 (@davidbrochart)
  * Print useful error message on exception #142 (@certik)

OBS-URL: https://build.opensuse.org/request/show/921032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=10
2021-09-23 21:03:54 +00:00
8c520c797b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=23 2021-09-22 19:04:37 +00:00
437d62523e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=22 2021-09-22 19:04:01 +00:00
c8a79a7e52 Accepting request 920353 from home:bnavigator:branches:devel:languages:python:jupyter
- Add IPYKERNEL_CELL_NAME env var for test sanitization
- Only require async_generator for Python < 3.7

OBS-URL: https://build.opensuse.org/request/show/920353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=21
2021-09-22 14:57:58 +00:00
Richard Brown
4c29d65302 Accepting request 884008 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/884008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=9
2021-04-10 13:27:01 +00:00
4211f7b190 Accepting request 883924 from home:bnavigator:branches:devel:languages:python:jupyter
- Actually break the cycle: test flavor needs a psuffix

OBS-URL: https://build.opensuse.org/request/show/883924
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=19
2021-04-09 09:23:59 +00:00
cdc30beb19 Accepting request 882417 from home:bnavigator:branches:devel:languages:python:jupyter
- test in multibuild flavor in order to break runtime and build
  dependency cycle with nbconvert.

OBS-URL: https://build.opensuse.org/request/show/882417
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=18
2021-04-01 10:21:32 +00:00
Dominique Leuenberger
82d11fa442 Accepting request 877784 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/877784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=8
2021-03-10 07:56:48 +00:00
fea774668a Accepting request 876614 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/876614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=16
2021-03-08 16:53:16 +00:00
Dominique Leuenberger
cd280a9259 Accepting request 872454 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/872454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=7
2021-02-15 22:20:23 +00:00
fea7647ed4 Accepting request 872188 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/872188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=14
2021-02-15 13:02:02 +00:00
Dominique Leuenberger
af9a81dfde Accepting request 851357 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/851357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=6
2020-11-29 11:30:30 +00:00
c201fc06f7 Accepting request 851148 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/851148
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=12
2020-11-27 14:50:23 +00:00
Dominique Leuenberger
904107d213 Accepting request 839744 from devel:languages:python:jupyter
- specfile:
  * update required version
- update to version 0.5.0:
  * Move language_info retrieval before cell execution #102
  * HistoryManager setting for ipython kernels no longer applies twice
    (fix for 5.0 trailets release)
  * Improved error handling around language_info missing
    (async_)start_new_kernel_client is now split into (async_)start_new_kernel and (async_)start_new_kernel_client
- update to version 0.4.1:
  * Python type hinting added to most interfaces! #83
  * Several documentation fixes and improvements were made #86
  * An asynchronous heart beat check was added to correctly raise a
    DeadKernelError when kernels die unexpectantly #90

OBS-URL: https://build.opensuse.org/request/show/839744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=5
2020-10-06 15:12:51 +00:00
Tomáš Chvátal
f30a863126 Accepting request 832514 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/832514
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=10
2020-09-05 20:12:53 +00:00
Dominique Leuenberger
cdf032d14d Accepting request 817911 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/817911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=4
2020-07-01 12:26:42 +00:00
Tomáš Chvátal
b8e521c6ce Accepting request 817906 from home:mcalabkova:branches:devel:languages:python:jupyter
- Update to 0.4.0
  * Use KernelManager's graceful shutdown rather than KILLing kernels
  * Mimic an Output widget at the frontend so that the Output widget behaves correctly
  * Nested asyncio is automatic, and works with Tornado
  * async_execute now has a reset_kc argument to control if the client is reset upon execution request

OBS-URL: https://build.opensuse.org/request/show/817906
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=8
2020-06-30 14:57:06 +00:00
Dominique Leuenberger
0dc2ed031a Accepting request 812836 from devel:languages:python:jupyter
- Update to 0.3.1:
  * The (async_)start_new_kernel_client method now supports starting a new client when its kernel manager (self.km) is a MultiKernelManager. The method now returns the kernel id in addition to the kernel client. If the kernel manager was a KernelManager, the returned kernel id is None. #51
  * Added reset_kc option to reset_execution_trackers, so that the kernel client can be reset and a new one created in calls to (async_)execute #44
  * Check that a kernel manager exists before cleaning up the kernel #61
  * Force client class to be async when kernel manager is MultiKernelManager #55
  * Replace pip install with conda install in Binder #54

OBS-URL: https://build.opensuse.org/request/show/812836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=3
2020-06-09 22:50:17 +00:00
Tomáš Chvátal
127481cc11 - Update to 0.3.1:
* The (async_)start_new_kernel_client method now supports starting a new client when its kernel manager (self.km) is a MultiKernelManager. The method now returns the kernel id in addition to the kernel client. If the kernel manager was a KernelManager, the returned kernel id is None. #51
  * Added reset_kc option to reset_execution_trackers, so that the kernel client can be reset and a new one created in calls to (async_)execute #44
  * Check that a kernel manager exists before cleaning up the kernel #61
  * Force client class to be async when kernel manager is MultiKernelManager #55
  * Replace pip install with conda install in Binder #54

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=6
2020-06-09 09:07:48 +00:00
Yuchen Lin
3a6396ab79 Accepting request 808511 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/808511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=2
2020-05-26 15:21:50 +00:00
Tomáš Chvátal
6ebd3de6bc Accepting request 808468 from home:apersaud:branches:devel:languages:python:jupyter
- update to version 0.3.1:
  * Fixes
    + Check that a kernel manager exists before cleaning up the kernel
      #61
    + Force client class to be async when kernel manager is
      MultiKernelManager #55
    + Replace pip install with conda install in Binder #54
- changes from version 0.3.0:
  * Major Changes
    + The (async_)start_new_kernel_client method now supports starting
      a new client when its kernel manager (self.km) is a
      MultiKernelManager. The method now returns the kernel id in
      addition to the kernel client. If the kernel manager was a
      KernelManager, the returned kernel id is None. #51
    + Added sphinx-book-theme for documentation. Added a CircleCI job
      to let us preview the built documentation in a PR. #50
    + Added reset_kc option to reset_execution_trackers, so that the
      kernel client can be reset and a new one created in calls to
      (async_)execute #44
  * Docs
    + Fixed documentation #46 #47
    + Added documentation status badge to the README
    + Removed conda from documentation build
- specfile:
  * only build for python 3, add skip_python2
  * updated requirement versions, add async_generator
  * be more specific in %files section
- update to version 0.2.0:
  * Major Changes
    + Async support is now available on the client. Methods that
      support async have an async_ prefix and can be awaited #10 #35
      #37 #38
    + Dropped support for Python 3.5 due to async compatability issues
      #34
    + Notebook documents now include the new kernel timing fields #32
  * Fixes
    + Memory and process leaks from nbclient should now be fixed #34
    + Notebook execution exceptions now include error information in
      addition to the message #41
  * Docs
    + Added binder examples / tests #7
    + Added changelog to docs #22
    + Doc typo fixes #27 #30

OBS-URL: https://build.opensuse.org/request/show/808468
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=4
2020-05-24 07:52:13 +00:00
Dominique Leuenberger
219c62bd2b Accepting request 795893 from devel:languages:python:jupyter
Needed by python-papermill

OBS-URL: https://build.opensuse.org/request/show/795893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=1
2020-04-27 21:31:18 +00:00
Todd R
6a0f5bd8c4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=2 2020-04-20 18:37:02 +00:00
Todd R
127a9eb458 Accepting request 778866 from home:TheBlackCat:branches:devel:languages:python:jupyter
A client library for executing notebooks

OBS-URL: https://build.opensuse.org/request/show/778866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=1
2020-02-24 17:58:04 +00:00