jupyter-ipykernel-5.2.1-lp152.1.2 >  A ^ĿW/=„x"tkC5ĨvF puC`פVnt\WHniUud=/Y+HMY42v(΄QXZکCq_?crJQURj ʤTjNæo3Y8ˤ(;8J,.tn]f)*%0 ~59ZJO0xpCQ_k qzҲ}uIվ7]lRQ0" -PWWT\a%ԣPCx#>p>7H?78d $ ? =CLd p |    8Lh,0J(P8X9:"F3G3H3I4X4Y4\4$]4<^4b5c5d6e6f6l6!u64v6Lz666674Cjupyter-ipykernel5.2.1lp152.1.2IPython Kernel for JupyterThis package provides the IPython kernel for Jupyter. This package provides the jupyter components.^ĿOcloud114lopenSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/ipython/ipykernellinuxnoarch< A큤A큤^Ŀ^Ŀ]ꖂ]ꖂ^ĿO]ꖂ3b0e56fa9ba38f905153162c6641234120751412bccb2967b5d555baddcd2ab5e32b5c282072d717887b60da73178fdd35a65dc3caeacba7a026e5a4255cc9975c9063b436cedf0567480fe487ece0d1479ea9545f310cba93fa184ccbab290d60c5b2a5a4890d48c693b8b908a49675b524b84ac15a7ec1c9563e05e6bffe1arootrootrootrootrootrootrootrootrootrootrootrootpython-ipykernel-5.2.1-lp152.1.2.src.rpmjupyter-ipykernel    hicolor-icon-themejupyter-jupyter-clientpython3-ipykernelrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)5.2.13.0.4-14.6.0-14.0-15.2-1python3-jupyter_ipykernel5.1.14.14.1^^<@^h^0"@]ʞ]M`@\P\@[;@[;@[;@[@[h@ZZv@Z`@Z;@YYX@X@V`VZU4@Arun Persaud Arun Persaud Todd R Todd R Todd R John Vandenberg Todd R Todd R Todd R Todd R Arun Persaud Todd R toddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comarun@gmx.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- 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`)- 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`)- 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- 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- 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- 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- Update to 5.1.1 * 5.1.1 fixes a bug that caused cells to get stuck in a busy state.- Rename to to match python package naming guidelines. - Split jupyter components into own subpackage.- Fix source URL- Update doc files- update to version 5.1.0: * Fix message-ordering bug that could result in out-of-order executions, especially on Windows (:ghpull:`356`) * Fix classifiers to indicate dropped Python 2 support (:ghpull:`354`) * Remove some dead code (:ghpull:`355`) * Support rich-media responses in inspect_requests (tooltips) (:ghpull:`361`)- Update to version 5.0.0 * Drop support for Python 2. ipykernel 5.0 requires Python >= 3.4 * Add support for IPython’s asynchronous code execution (PR #323) * Update release process in CONTRIBUTING.md (PR #339) - Drop python 2 build since they are no longer supported. - Switch to wheels for more reliable installation.- Update to version 4.9.0 * Python 3.3 is no longer supported (:ghpull:`336`) * Flush stdout/stderr in KernelApp before replacing (:ghpull:`314`) * Allow preserving stdout and stderr in KernelApp (:ghpull:`315`) * Override writable method on OutStream (:ghpull:`316`) * Add metadata to help display matplotlib figures legibly (:ghpull:`336`)- Update to version 4.8.2 * Fix compatibility issue with qt eventloop and pyzmq 17 (:ghpull:`307`). - Update to version 4.8.1 * set zmq.ROUTER_HANDOVER socket option when available to workaround libzmq reconnect bug (:ghpull:`300`). * Fix sdists including absolute paths for kernelspec files, which prevented installation from sdist on Windows (:ghpull:`306`).- Update to version 4.8.0 * set zmq.ROUTER_HANDOVER socket option when available to workaround libzmq reconnect bug (:ghpull:`300`). * Fix sdists including absolute paths for kernelspec files, which prevented installation from sdist on Windows (:ghpull:`306`).- update to version 4.8.9 * Cleanly shutdown integrated event loops when shutting down the kernel. (:ghpull:`290`) * %gui qt now uses Qt 5 by default rather than Qt 4, following a similar change in terminal IPython. (:ghpull:`293`) * Fix event loop integration for :mod:`asyncio` when run with Tornado 5, which uses asyncio where available. (:ghpull:`296`)- update to version 4.7.0: * Add event loop integration for :mod:`asyncio`. * Use the new IPython completer API. * Add support for displaying GIF images (mimetype image/gif). * Allow the kernel to be interrupted without killing the Qt console. * Fix is_complete response with cell magics. * Clean up encoding of bytes objects. * Clean up help links to use https and improve display titles. * Clean up ioloop handling in preparation for tornado 5.- Update to 4.6.1 * Fix eventloop-integration bug preventing Qt windows/widgets from displaying with ipykernel 4.6.0 and IPython ≥ 5.2. * Avoid deprecation warnings about naive datetimes when working with jupyter_client ≥ 5.0.- Implement single-spec version.- Update to 4.6.0 * Add to API `DisplayPublisher.publish` two new fully backward-compatible keyword-args: - `update: bool` - `transient: dict` * Support new `transient` key in `display_data` messages spec for `publish`. For a display data message, `transient` contains data that shouldn't be persisted to files or documents. Add a `display_id` to this `transient` dict by `display(obj, display_id=...)` * Add `ipykernel_launcher` module which removes the current working directory from `sys.path` before launching the kernel. This helps to reduce the cases where the kernel won't start because there's a `random.py` (or similar) module in the current working directory. * Add busy/idle messages on IOPub during processing of aborted requests * Add active event loop setting to GUI, which enables the correct response to IPython's `is_event_loop_running_xxx` * Include IPython kernelspec in wheels to reduce reliance on "native kernel spec" in jupyter_client * Modify `OutStream` to inherit from `TextIOBase` instead of object to improve API support and error reporting * Fix IPython kernel death messages at start, such as "Kernel Restarting..." and "Kernel appears to have died", when parent-poller handles PID 1 * Various bugfixes - Install icons- Update to 4.6.0 * Add to API `DisplayPublisher.publish` two new fully backward-compatible keyword-args: - `update: bool` - `transient: dict` * Support new `transient` key in `display_data` messages spec for `publish`. For a display data message, `transient` contains data that shouldn't be persisted to files or documents. Add a `display_id` to this `transient` dict by `display(obj, display_id=...)` * Add `ipykernel_launcher` module which removes the current working directory from `sys.path` before launching the kernel. This helps to reduce the cases where the kernel won't start because there's a `random.py` (or similar) module in the current working directory. * Add busy/idle messages on IOPub during processing of aborted requests * Add active event loop setting to GUI, which enables the correct response to IPython's `is_event_loop_running_xxx` * Include IPython kernelspec in wheels to reduce reliance on "native kernel spec" in jupyter_client * Modify `OutStream` to inherit from `TextIOBase` instead of object to improve API support and error reporting * Fix IPython kernel death messages at start, such as "Kernel Restarting..." and "Kernel appears to have died", when parent-poller handles PID 1 * Various bugfixes - Update to 4.5.2 * Fix bug when instantating Comms outside of the IPython kernel (introduced in 4.5.1). - Update to 4.5.1 * Add missing ``stream`` parameter to overridden :func:`getpass` * Remove locks from iopub thread, which could cause deadlocks during debugging * Fix regression where KeyboardInterrupt was treated as an aborted request, rather than an error * Allow instantating Comms outside of the IPython kernel - Update to 4.5.0 * Use figure.dpi instead of savefig.dpi to set DPI for inline figures * Support ipympl matplotlib backend (requires IPython update as well to fully work) * Various bugfixes, including fixes for output coming from threads, and :func:`input` when called with non-string prompts, which stdlib allows. - Update to 4.4.1 * Fix circular import of matplotlib on Python 2 caused by the inline backend changes in 4.4.0. - Update to 4.4.0 * Use `MPLBACKEND`_ environment variable to tell matplotlib >= 1.5 use use the inline backend by default. This is only done if MPLBACKEND is not already set and no backend has been explicitly loaded, so setting ``MPLBACKEND=Qt4Agg`` or calling ``%matplotlib notebook`` or ``matplotlib.use('Agg')`` will take precedence. * Fixes for logging problems caused by 4.3, where logging could go to the terminal instead of the notebook. * Add ``--sys-prefix`` and ``--profile`` arguments to :command:`ipython kernel install` * Allow Comm (Widget) messages to be sent from background threads. * Select inline matplotlib backend by default if ``%matplotlib`` magic or ``matplotlib.use()`` are not called explicitly (for matplotlib >= 1.5). * Fix some longstanding minor deviations from the message protocol (missing status: ok in a few replies, connect_reply format). * Remove calls to NoOpContext from IPython, deprecated in 5.0. - Update to 4.3.2 * Use a nonempty dummy session key for inprocess kernels to avoid security warnings. * Fix Windows Python 3.5 incompatibility caused by faulthandler patch in 4.3 - Update to 4.3.0 * Publish all IO in a thread, via :class:`IOPubThread`. This solves the problem of requiring :meth:`sys.stdout.flush` to be called in the notebook to produce output promptly during long-running cells. * Remove refrences to outdated IPython guiref in kernel banner. * Patch faulthandler to use ``sys.__stderr__`` instead of forwarded ``sys.stderr``, which has no fileno when forwarded. * Deprecate some vestiges of the Big Split: * :func:`ipykernel.find_connection_file` is deprecated. Use :func:`jupyter_client.find_connection_file` instead. * Various pieces of code specific to IPython parallel are deprecated in ipykernel and moved to ipyparallel. - Split documentation into own subpackage- Update to version 4.2.2 * Don't show interactive debugging info when kernel crashes * Fix handling of numerical types in json_clean * Testing fixes for output capturing - update to version 4.2.1: * Fix default display name back to "Python X" instead of "pythonX" - update to version 4.2.0: * Support sending a full message in initial opening of comms (metadata, buffers were not previously allowed) * When using "ipython kernel install --name" to install the IPython kernelspec, default display-name to the same value as "--name". - update to version 4.1.1: * Fix missing "ipykernel.__version__" on Python 2. * Fix missing "target_name" when opening comms from the frontend.- Update to 4.1.0 * add ipython kernel install entrypoint for installing the IPython kernelspec * provisional implementation of comm_info request/reply for msgspec v5.1- Initial versioncloud114 15899523355.2.1-lp152.1.2python3kernel.jsonlogo-32x32.pnglogo-64x64.pngjupyter-ipykernelCOPYING.md/usr/share/jupyter/kernels//usr/share/jupyter/kernels/python3//usr/share/licenses//usr/share/licenses/jupyter-ipykernel/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/4730e48dd07e4472cd5483089f9f8611-python-ipykernelcpioxz5noarch-suse-linuxdirectoryASCII textPNG image data, 32 x 32, 8-bit/color RGBA, non-interlacedPNG image data, 64 x 64, 8-bit/color RGBA, non-interlaced_Ì! F:vutf-8c783749780682118913e40c7c262f9333a78d83e9cfcc535d8a3797baeda1984? 7zXZ !t/] crt:bLL ' ?/ <rnVAЀҒ$7̅/bHLk1MēN&l+c Y{"(jh7b٧4\+Ad]n;:X^!ʯ?冩F^̨xܹ~>Dש݁L3a,@뽪׺7Q4 .~s ,3yc8jljR" jF|6֩NIsAFM5&'}{!&CGccc o2ZfȻ+ij[ne ]5?$ߋ>@a%ܹNx2cҮ2tv'AŦ(Z/ULBӚWz,b sm^'`6p7E(I_HDcL_S8g2-2W FVڵ ZgwKL Ñnr *D0`W 8MƪD̎LIb8U&|f:%Aи*$'=cmtt#ʌok:rS9!V /Ic댜LN,oW<`1v:lC>Ju͜*6[\r =sKJg jT[P>/X?,4uHH.P[ OvƳf辥{s}ri @Zmy?e˟؍߼y*yCC$<_q&ņդ2zOn!t8̜|Ykr*Enի1VV&u%iI:TppS^-lku$Fu_* Mu!oEC.Ixi )NZ51#Z>MDjY?~-1;cؿuE$@fHqec1xGdzK,*X]hiƥ,g̍+jRI/,6U؀X[wY"O[pYLzٹ2Nj-l=~ɏa,m6Y^=#Q&;|gS o%y"4X4ʄ@_ ?|k,]BEK,&!tżۥWܷϯd8?lyUsm T~yGt7ǼckjW{*)~,8+qs7MjRGҹ>rOE0GUMX(Wo脪|乖HK?z\4?umLy- Q<砳p )8H1uuwYF f^݂ٚLh#ߢ1;E问$; gVctP;c)8K/Җ:y*aGvqQjkaMBİf荤(W`[%PT[T"+GNX_(.ϝ$:~-ͺFؕQ aBF>q_]xk(LȬHjZ h`]hrGb`iKfLϭӞL(v#En1 (0v2t^23dѝfiG-XB3ۤ*$B(h6L(SU-/j5푿!CZ33MUKf7x1{h "1m̱28U(҂5iQW 8]rпրT-WO_C E hȮe mպ4F|CtEU#,Lŝٻ>i; H-KyӪHlfPu!,cnXtng8 8 1kư c\w"Nw uā2ٵfuyfʟW&-0IyN*zcnPvLgȜpW>NrNV2+SAYtG攇275Mos fNbӍUdC~!ӣqA{Kls}d네#Tz@KQ$l-xE9e,_f8C0-\`[ڻR2,#epX{9I%dd8qq-ǃ#o=ӲA9#Ҙv[UK.3O 2Z3 }[eE[/r˧X{yye9FpZcF,H&Z"~h|.¼eF(y`Wʖ9`3!12[ZI;rZɫ+7c:cBD>-w+G?qe01zoe/mjL ֏J-Ccbi[,A@ڈR#>mڼ ^wTdnpvl!DcB_IpD ZUCfL4$3yZ7Ǎ.s4=_bQS ~+0BXa&'y =eȉ*t`9Y?Om;gʋk6MH}d`f: %q`?!!&1u9Xp\. F"sO9 9s{BEe| A"d_G}YѦ %/hk7L{KE= Ee<]jj[pHQ`o! mb(lWCj E_{!=*rsqCbङUl'Sɩr%kk-_~P:kWwmh)]3K=It:ABȓ*=“[ q(r]jԊGĎWrW|K8I#چL@؂l)6O2eg9])dHfu"u9S Uʩ%r1#W̠݊YBb)8/, 實>vu+/M!a-"(ty.AݑƀmVm\]zr`2~\*Ah^=/rG>;J56PU1Y.U4Zj|x=D5+p}kx.dE BT-oEM3dyJ+U |#7,!ł^^&<.[kH!gNOr%!& AK$hP|q;r Qt[hi _.`/q/p_8&?;Fy3!K㾸Q2Yl~=L[31úeczE,yP"S"\wLCD%[i`ubbk65LQ +ƞԁ8CBGxnɱC+mRxEb]=#o[h/ڰJJHJ;yVBI}_ą{=!C`Wΰ㘎3>o7[9T}5O"1;{r /Rځ2`yDR!3PA!<[Ƹ%rRiKSG(ŦƆW̮4WqZ̴MT@t*i VC Ni+J9JTDA!.vq>9D "[>bRD{1E421O)D~{H&9SˇN YZ