jupyter-ipykernel-python2-4.10.1-lp152.1.1 >  A ^sk/=„&QF33RA=WSij(N# Il:ZzG vK[wٯfaB,#8c-.RHg RWBG  #;A?ѓ\Pl$A\dĠ+|c0>VR/g"T!˸n^U<n^Kzĥ$!7#VM0EP.N3Nn2QgCrq0026af935bb4e91f08c1d475847071366bac57323aed24d8a19c425ea0472b1b19cedb8cd56c55b106ee74247d864e5226a849bcEH^sk/=„o,UÞ f "([6*c~ jBFa\r$佁0E%izw)GQXmP~' !C-ՊqQ6 Jφ,u+qL46ReɚZˈ% S"i:ņw-H ՠROo ,ӱڟA㌓CϮy xuCS ݏ+ϏHu z7r1*Mqeb[bp>.?-d# - Q 0U[d|      8Pl'LPj(q8x9:xF*nG*H*I*X*Y*\*]*^+Cb+c,pd,e,f,l,u,v- z-----Cjupyter-ipykernel-python24.10.1lp152.1.1Python 2 IPython Kernel for JupyterThis package provides the python2 IPython kernel for Jupyter. This package provides the jupyter components.^sk~build77hopenSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/ipython/ipykernellinuxnoarch< A큤A큤^skc^skc]L]L^sk}]L90a68385b3e5ba79ac06a96ca9c8b0604d7943bd5215c4da0900c81a6967225ce32b5c282072d717887b60da73178fdd35a65dc3caeacba7a026e5a4255cc9975c9063b436cedf0567480fe487ece0d1479ea9545f310cba93fa184ccbab290d60c5b2a5a4890d48c693b8b908a49675b524b84ac15a7ec1c9563e05e6bffe1arootrootrootrootrootrootrootrootrootrootrootrootpython2-ipykernel-4.10.1-lp152.1.1.src.rpmjupyter-ipykernel-python2    hicolor-icon-themejupyter-jupyter_clientpython2-ipykernelrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.10.13.0.4-14.6.0-14.0-15.2-1python2-jupyter_ipykernel4.10.14.14.1]c\ޢ@\P\@[F[@[h@ZZv@Z`@Z;@YYX@X@V`VZU4@Todd R Todd R Todd R Todd R Todd R 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 4.10.1 * Raw_input function working with special characters in python 2.7 - Split out jupyter kernel into own subpackage.- Don't split the jupyter and python components. This is a legacy version and will never have to deal with different python implementations.- Fix some conflicts with old naming scheme.- Rename to to match python package naming guidelines. - Split jupyter components into own subpackage.- Provide python-jupyter_ipykernel for backwards-compatibility.- Update to version 4.10.0 * Check that sys.stdout/err is not None before flushing * Fix test of set_next_input - Split python 2.x version into separate package since starting with version 5 python 2 is no longer supported. - Drop -doc subpackage. Documentation is now only built for the python 3 version.- 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 versionbuild77 15846224624.10.1-lp152.1.1python2kernel.jsonlogo-32x32.pnglogo-64x64.pngjupyter-ipykernel-python2COPYING.md/usr/share/jupyter/kernels//usr/share/jupyter/kernels/python2//usr/share/licenses//usr/share/licenses/jupyter-ipykernel-python2/-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/4d2207f7e73c897c3ee38777988421b6-python2-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-interlacedG}G3Y5`<utf-83d52c5bd9f0de4dc9d6146d75ffc7294248044f0c93dee05e9a9a88d1da65ac3? 7zXZ !t/] crt:bLL 8?GTu FT< h3r(:VK`v;5S)pP9( * vvZZ@]h߅۹XJ=\ȍyV,S" j@GXV5d{kB@*lWSH _pNN%9EeR3ۢ~K=*9 `4/͆UNlT`L%.HNcxCaxk¼os>rk7TX?q @/{VoTRogiU|Iet Kȳ ꭎbZ*F,^sj^5hfkY6 '0K`jPU> S=pkDJ]=uvc-IFK crYQ<T7{N,A`ZGMpt]`%^HV1I%x_glr.z~?gB̀4ƘkEݾ2WwLOnv0 &-IW6ٵvG %%}Zqޭڎ8~(ӸF&CdV(V1*GH\РV^^7}xY ʞȨTRѻdSV:mx`~29RJ^+n6k{^cL\@j[W"Y*r4߶!kՐ9Em^rQ5JywR%lrLy6 ]tz/%Uvsw?Ã-7X΀`ihC/vgOH]5Ԓ/Br`_(hMSKW9oeظ֭=o*lzŐ5kq$V§/%e00{%b{oO =p6ICB:$Zj?&0 neݪ= a(!;Fj+Jh'zCV`&IȉYX򤿚mQ3CPx[vG['pW`~yTJ1#?2KX;i u—#*faugJԅ=3榒m{j^fZ]8ip[ Q \sՠ0!.,GM)3Ԇ ܻKڑ8iFjʩlV=AnUsǠC\@G|.ꣿݒ%GEѹ6 C]Tv(jda7!rg^u4%" [ߘ5"XGg[qʓ=iTb޶ si6Z0Ӗ.0+|Uo YPf—/.(T8B0BL"cV!,UikeUغxaI/Ϥ-e:۶oG#l&,JB=+|t&aEGCʏH*'D/;*BHMu>wޱس˯[7¾ซH+D+Х4g4b9>&q ? Oi$Ty=K6Ѵ#EcV>kG"T|cKn:Fu KZX]3l0l~K?ܚ݁l[%Qspĭl"0'u(('xe_2Ĕ);J_܋;Hԍm§/X0WF=-YPAZL09O>t92w3۱R4lt"pv2 #L``æ 5+4u:D1;R)2<uS3%h 7:{*Đ6L& epC=v;$\w{˒PkW_%ۈVdxtNbAQp%j '=wϊ6. h`a W{sJr0A~%S9 I]'t|8<ܝ%uq۟XtrG}M@yjӴbP:?\iʄA.?[]qf˪&0FQyF;T s[:cx'm~B)ץt|Gb0+g/qdp? _,1,\q ɊeNB #S@!:)P<'P"lrmbz> 53'*&doM|gvL >Ϲ4fsG$oLLr:0X VrU}bnxq1pُHމp3z&%~Nt甚6,`/@S W;}g0P'U {# <7E(/= :^̃Z,4tWތ,Djӳ0jF-5mZhVBQIHyz,d`[ +>/ ԬyEL7x xh07DhC# ]CYC[cۦș%{(NK!ƴn6[ @ VD?u)pqP,OQ +Ή8&c HDI{C5jrJϜ#{8y'[VQ$J-6r},NRZ(T |ҐzF]EG*E#Һ&" DǜփfNp.Aӕ `%!3M[6ZqП'K+ej>l];g?b(Z]zX!OАIҷv {<@)0uh@T5su.D_8wSWB~񽖤GARJ;`y]&'#Zu~+h|; 60j+1Z\czw]K)ƷEL:rÖWH?<4HP0xiPl|$˕HR}bVOJY,W\ tǞf/gQlNm= 7BF9% 8<:w5U}pͼ )hir_i^- d-pmP?JI"#;5D*΋+ h[7z 8^pqVk 8w4U5LB='%|&6Bے,a߻ra%\wg\C-Xhܗ] 'D3 I6\/Z{J|zETTOUw5B eĎjm."ZXp)9#$ֵa? W"pj7VrW@$Uu&9Ҷ YZ