|
|
|
|
Changelog for python38-ipykernel-6.15.1-qubes.5.13.noarch.rpm :
* Sat Jul 09 2022 Arun Persaud - specfile: * remove patch support-hatchling-14.patch (included upstream)- update to version 6.15.1: * Bugs fixed + Fix inclusion of launcher file and check in CI #964 (AATTblink1073) * Maintenance and upkeep improvements + [pre-commit.ci] pre-commit autoupdate #962 (AATTpre-commit-ci) + [pre-commit.ci] pre-commit autoupdate #961 (AATTpre-commit-ci) + [pre-commit.ci] pre-commit autoupdate #960 (AATTpre-commit-ci) * Fri Jul 08 2022 Steve Kowalik - Add patch support-hatchling-14.patch: * Support hatchling >= 1.4 * Wed Jun 22 2022 Ben Greiner - Update requirements and test suite setup * Wed Jun 22 2022 Arun Persaud - specfile: * update requirements * switch to pyproject.toml build- update to version 6.15.0: * Bugs fixed + Fix compatibility with tornado 6.2 beta #956 (AATTminrk) * Maintenance and upkeep improvements + Back to top-level tornado IOLoop #958 (AATTminrk) + Explicitly require pyzmq >= 17 #957 (AATTminrk) + [pre-commit.ci] pre-commit autoupdate #954 (AATTpre-commit-ci)- changes from version 6.14.0: * Enhancements made + Add cpu_count to the usage_reply #952 (AATTecharles) * Bugs fixed + use pss memory info type if available for the resource usage reply #948 (AATTecharles) + Ensure psutil for the process is accurate #937 (AATTecharles) * Maintenance and upkeep improvements + Fix sphinx 5.0 support #951 (AATTblink1073) + [pre-commit.ci] pre-commit autoupdate #950 (AATTpre-commit-ci)- changes from version 6.13.1: * Bugs fixed + Fix richInspectVariables #943 (AATTdavidbrochart) + Force debugger metadata in built wheel #941 (AATTblink1073) * Maintenance and upkeep improvements + [pre-commit.ci] pre-commit autoupdate #945 (AATTpre-commit-ci) + Clean up typings #939 (AATTblink1073) + [pre-commit.ci] pre-commit autoupdate #938 (AATTpre-commit-ci) + Clean up types #933 (AATTblink1073) + [pre-commit.ci] pre-commit autoupdate #932 (AATTpre-commit-ci) + Switch to hatch backend #931 (AATTblink1073) + [pre-commit.ci] pre-commit autoupdate #928 (AATTpre-commit-ci) + [pre-commit.ci] pre-commit autoupdate #926 (AATTpre-commit-ci) + Allow enforce PR label workflow to add labels #921 (AATTblink1073) + [pre-commit.ci] pre-commit autoupdate #920 (AATTpre-commit-ci) + [pre-commit.ci] pre-commit autoupdate #919 (AATTpre-commit-ci) + [pre-commit.ci] pre-commit autoupdate #917 (AATTpre-commit-ci)- changes from version 6.13.0: * Enhancements made + Add the PID to the resource usage reply #908 (AATTecharles) * Bugs fixed + Fix qtconsole spawn #915 (AATTandia89) * Maintenance and upkeep improvements + Add basic mypy support #913 (AATTblink1073) + Clean up pre-commit #911 (AATTblink1073) + Update setup.py #909 (AATTtlinhart) + [pre-commit.ci] pre-commit autoupdate #906 (AATTpre-commit-ci)- changes from version 6.12.1: * Maintenance and upkeep improvements + Clean up test deps and test setup #904 (AATTblink1073)- changes from version 6.12.0: * Enhancements made + use packaging instead of pkg_resources to parse versions #900 (AATTminrk) * Bugs fixed + Make cell_id optional #902 (AATTblink1073) + Do not try to send on iostream if closed #899 (AATTblink1073)- changes from version 6.11.0: * Enhancements made + Include method signatures in experimental completion results [#895] (AATTMrBago) + Try to pass cell id to executing kernel. #886 (AATTCarreau) * Maintenance and upkeep improvements + Handle warnings in tests #896 (AATTblink1073) + Run flake and remove deprecated import #894 (AATTblink1073) + Add ignore-revs file #893 (AATTblink1073) + Autoformat with black and isort #892 (AATTblink1073) + Add pytest opts and pre-commit #889 (AATTblink1073)- changes from version 6.10.0: * Enhancements made + Improve performance of stderr and stdout stream buffer #888 (AATTMrBago) * Bugs fixed + Check if the current thread is the io thread #884 (AATTjamadeo) * Maintenance and upkeep improvements + More CI cleanup #887 (AATTblink1073) + CI cleanup #885 (AATTblink1073) * Documentation improvements + Add precision about subprocess stdout/stderr capturing #883 (AATTlesteve) * Fri Mar 18 2022 Ben Greiner - Skip the new shutdown test: too flaky for obs * Fri Mar 18 2022 Arun Persaud - specfile: * require psutil- update to version 6.9.2: * Bugs fixed + Catch error when shutting down kernel from the control channel [#877] (AATTccordoba12) + Only kill children in process group at shutdown #874 (AATTminrk) + BUG: Kill subprocesses on shutdown. #869 (AATTCarreau) * Maintenance and upkeep improvements + Clean up CI #871 (AATTblink1073) * Thu Feb 17 2022 Arun Persaud - update to version 6.9.1: * Bugs fixed + Add hostname to the usage reply #865 (AATTecharles) + Enable standard library debugging via config #863 (AATTecharles) + process_one only accepts coroutines for dispatch #861 (AATTminrk) * Thu Feb 10 2022 Arun Persaud - update to version 6.9.0: * Bugs fixed + Fixed event forwarding #855 (AATTJohanMabille) + use message queue for abort_queues #853 (AATTminrk)- changes from version 6.8.0: * Enhancements made + Add support for the debug modules request #816 (AATTecharles) * Bugs fixed + Handle all threads stopped correctly #849 (AATTJohanMabille) + Fix the debug modules model #848 (AATTecharles) + Handled AllThreadsContinued and workaround for wrong threadId in cont… #844 (AATTJohanMabille) * Maintenance and upkeep improvements + Cancel duplicate runs #850 (AATTblink1073) * Sat Jan 15 2022 Ben Greiner - Cleanup specfile- Update dependency declarations * Fri Jan 14 2022 Matej Cepl - 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 * Sun Dec 19 2021 Ben Greiner - Update to 6.4.2 * Enabled rich rendering of variables in the debugger #787 (AATTJohanMabille) * Remove setting of the eventloop function in the InProcessKernel [#781] (AATTrayosborn) * Add python version classifiers #783 (AATTemuccino) * Wed Sep 22 2021 Matej Cepl - Deduplicate files in _jupyter_kernel_dir. * Wed Sep 22 2021 Ben Greiner - Revert and clarify some specfile changes: * fix kernelspec install for primary flavor * BuildRequires debugpy is sufficiently declared once * Wed Sep 15 2021 Arun Persaud - specfile: * require debugpy for build- update to version 6.4.1: * Merged PRs + debugpy is now a build requirement #773 (AATTminrk)- changes from version 6.4.0: * Enhancements made + Make json_clean a no-op for jupyter-client >= 7 #708 (AATTmartinRenou) * Bugs fixed + Do not assume kernels have loops #766 (AATTCarreau) + Fix undefined variable #765 (AATTmartinRenou) * Maintenance and upkeep improvements + Make ipykernel work without debugpy #767 (AATTfrenzymadness) + Stop using deprecated recv_multipart when using in-process socket. #762 (AATTCarreau) + Update some warnings with instructions and version number. #761 (AATTCarreau) * Mon Sep 06 2021 Ben Greiner - Update to version 6.3.1 * Add dependency on IPython genutils gh#ipython/ipykernel#756 * Mon Aug 30 2021 Ben Greiner - Update to version 6.3.0 * Add deep variable inspection #753 (AATTJohanMabille) * Add IPKernelApp.capture_fd_output config to disable FD-level capture #752 (AATTminrk) * Remove a lot of nose stuff- Release 6.2.0 * Add Support for Message Based Interrupt #741 (AATTafshin)- Release 6.1.0 * Implemented richInspectVariable request handler #734 (AATTJohanMabille) * Fix exception raised by OutStream.write #726 (AATTSimonKrughoff) * Wed Jul 28 2021 Markéta Machová - Skip pickle tests to get rid of ipyparallel dependency which we don\'t want in Ring1 stagings * Fri Jul 23 2021 Ben Greiner - Update to version 6.0.3 * KernelApp: rename ports variable to avoid override #731 (AATTamorenoz)- Release version 6.0.2 * Add watchfd keyword to InProcessKernel OutStream initialization [#727] (AATTrayosborn) * Fix typo in eventloops.py #711 (AATTselasley) * [bugfix] fix in setup.py (comma before appnope) #709 (AATTjstriebel) * Add upper bound to dependency versions. #714 (AATTmartinRenou) * Replace non-existing function. #723 (AATTCarreau) * Remove unused variables #722 (AATTCarreau) * Do not use bare except #721 (AATTCarreau) * misc whitespace and line too long #720 (AATTCarreau) * Formatting: remove semicolon #719 (AATTCarreau) * Clean most flake8 unused import warnings. #718 (AATTCarreau) * Minimal flake8 config #717 (AATTCarreau) * Remove CachingCompiler\'s filename_mapper #710 (AATTmartinRenou)- Release version 6.0.1 * Fix Tk and asyncio event loops #704 (AATTccordoba12) * Stringify variables that are not json serializable in inspectVariable #702 (AATTJohanMabille)- Install kernelspecs for each flavor. Remove common jupyter-ipykernel package * Thu Jul 01 2021 Ben Greiner - Update to version 6.0.0 IPykernel 6.0 is the first major release in about two years, that brings a number of improvements, code cleanup, and new features to IPython. IPykernel 6 should contain all changes of the 5.x series, in addition to the following non-exhaustive changes: * Support for the debugger protocol, when using JupyterLab, RetroLab or any frontend supporting the debugger protocol you should have access to the debugger functionalities. * The control channel on IPykernel 6.0 is run in a separate thread, this max change the order in which messages are processed, though this change was necessary to accommodate the debugger. * We now have a new dependency: matplotlib-inline, this helps to separate the circular dependency between IPython/IPykernel and matplotlib. * All outputs to stdout/stderr should now be captured, including subprocesses and output of compiled libraries (blas, lapack....). In notebook server, some outputs that would previously go to the notebooks logs will now both head to notebook logs and in notebooks outputs. In terminal frontend like Jupyter Console, Emacs or other, this may ends up as duplicated outputs. * coroutines are now native (async-def) , instead of using tornado\'s AATTgen.coroutine * OutStreams can now be configured to report istty() == True, while this should make some output nicer (for example colored), it is likely to break others. Use with care. Deprecations in 6.0 * Kernels now support only a single shell stream, multiple streams will now be ignored. The attribute * Kernel.shell_streams (plural) is deprecated in ipykernel 6.0. Use Kernel.shell_stream (singular) * Kernel._parent_header is deprecated, even though it was private. Use .get_parent() now. Removal in 6.0 * ipykernel.codeutils was deprecated since 4.x series (2016) and has been removed, please import similar functionalities from ipyparallel * remove find_connection_file and profile argument of connect_qtconsole and get_connection_info, deprecated since IPykernel 4.2.2 (2016). * Fri Jun 25 2021 Ben Greiner - Update to version 5.5.5 * Keep preferring SelectorEventLoop on Windows. #669- Release 5.5.4 * Import configure_inline_support from matplotlib_inline if available #654- Release 5.5.3 * Revert Backport of #605: Fix Handling of shell.should_run_async [#622]- Release 5.5.2 and Release 5.5.1 were yanked from PyPI- Release 5.5.0 * kernelspec: ensure path is writable before writing kernel.json. [#593] * Add configure_inline_support and call it in the shell. #590 * Fix stop_on_error_timeout to now properly abort execute_request\'s that fall within the timeout after an error. [#572] * Sat Feb 13 2021 Ben Greiner - Update to version 5.4.3 * Rework wait_for_ready logic.- Don\'t test with python36-numpy because it is no more (NEP 29)- Skip two completion tests due to newer jedi support in ipython gh#ipython/ipykernel#578 gh#ipython/ipykernel#579 * Wed Feb 03 2021 Benjamin Greiner - BuildRequire jupyter-jupyter_core-filesystem for the macro * Mon Dec 14 2020 Benjamin Greiner - update to version 5.4.2 * Revert \"Fix stop_on_error_timeout blocking other messages in queue\"- changes in 5.4.1 * Invalid syntax in ipykernel/log.py.- changes in 5.4.0 5.4.0 is generally focused on code quality improvements and tornado asyncio compatibility. * Add github actions, bail on asyncio patch for tornado 6.1. * Start testing on Python 3.9. * Fix stack levels for ipykernel\'s deprecation warnings and stop using some deprecated APIs. * Add env parameter to kernel installation * Fix stop_on_error_timeout blocking other messages in queue. * Remove most of the python 2 compat code. * Remove u-prefix from strings. * Sat Jul 25 2020 Arun Persaud - update to version 5.3.4: * Only run Qt eventloop in the shell stream. (:ghpull:`531`) * Sat Jul 18 2020 Arun Persaud - update to version 5.3.3: * Fix QSocketNotifier in the Qt event loop not being disabled for the control channel. (:ghpull:`525`) * Sat Jul 11 2020 Arun Persaud - update to version 5.3.2: * Restore timer based event loop as a Windows-compatible fallback. (:ghpull:`523`)- changes from version 5.3.1: * Fix #520: run post_execute and post_run_cell on async cells (:ghpull:`521`) * Fix exception causes in zmqshell.py (:ghpull:`516`) * Make pdb on Windows interruptible (:ghpull:`490`) * Sat May 30 2020 Arun Persaud - update to version 5.3.0: * Fix ipython display imports (:ghpull:`509`) * Skip test_unc_paths if OS is not Windows (:ghpull:`507`) * Allow interrupting input() on Windows, as part of effort to make pdb interruptible (:ghpull:`498`) * Add Trio Loop (:ghpull:`479`) * Flush from process even without newline (:ghpull:`478`) * Sat Apr 18 2020 Arun Persaud - update to version 5.2.1: * Handle system commands that use UNC paths on Windows (:ghpull:`500`) * Add offset argument to seek in io test (:ghpull:`496`) * Sat Mar 28 2020 Arun Persaud - specfile: * be more specific in %files section * removed patch fix_jupyter_client_6.patch, included upstream- update to version 5.2.0: * Produce better traceback when kernel is interrupted (:ghpull:`491`) * Add InProcessKernelClient.control_channel for compatibility with jupyter-client v6.0.0 (:ghpull:`489`) * Drop support for Python 3.4 (:ghpull:`483`) * Work around issue related to Tornado with python3.8 on Windows (:ghpull:`480`, :ghpull:`481`) * Prevent entering event loop if it is None (:ghpull:`464`) * Use shell.input_transformer_manager when available (:ghpull:`411`) * Wed Mar 11 2020 Todd R - Add fix_jupyter_client_6.patch Fixes issue with jupyter-client > 6 From: https://github.com/ipython/ipykernel/pull/489 See: https://github.com/jupyter/jupyter_client/issues/523 * Tue Jan 28 2020 Todd R - Update to 5.1.4 * Fix pickle issues when using inline matplotlib backend * Fix an error during kernel shutdown * Fix compatibility issues with Python 3.8 * Remove some dead code * Tue Nov 12 2019 Todd R - Update to 5.1.3 * Fix comm shutdown behavior by adding a ``deleting`` option to ``close`` which can be set to prevent registering new comm channels during shutdown * Fix ``Heartbeat._bind_socket`` to return on the first bind * Moved ``InProcessKernelClient.flush`` to ``DummySocket`` * Don\'t redirect stdout if nose machinery is not present * Rename `_asyncio.py` to `_asyncio_utils.py` to avoid name conflicts on Python 3.6+ * Only generate kernelspec when installing or building wheel * Fix priority ordering of control-channel messages in some cases * Fri Aug 09 2019 John Vandenberg - Replace HTML and PDF version of changelog with the single changelog.rst they contained, obsoleting jupyter-ipykernel-doc- Activated test suite- Update to 5.1.2 * Fix socket-binding race conditions * Add a no-op flush method to DummySocket and comply with stream API * Update kernel version to indicate kernel v5.3 support * Add testing for upcoming Python 3.8 and PEP 570 positional parameters * Thu May 16 2019 Todd R - Update to 5.1.1 * 5.1.1 fixes a bug that caused cells to get stuck in a busy state. * Thu Apr 25 2019 Todd R - Rename to to match python package naming guidelines.- Split jupyter components into own subpackage.
|
|
|