jupyter-jupyter-client-5.3.4-bp154.1.99 >  A bxݥ!M@eee/I8("ғnE3NiSe>) /~.gLa='D]Pi;md0qNi1u~W?@*M8Mw!nE(?)}񫷛 LmwBOiKF>p36rI:(H'4D2H<|R,b cؘWYlںx ͭ X r epE>SʚnzQT/l>lW^v0StRH >pA,?,d * _ <BLl |   4 <\,D(89D:B(F(G(H(I)X)Y) Z)8[)<\)D])d^)b*yc+"d+e+f+l+u+v+w,x,4y,Tz,`,p,t,z,Cjupyter-jupyter-client5.3.4bp154.1.99Jupyter protocol implementation and client librariesThis package contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs for working with kernels. It also provides the jupyter kernelspec entrypoint for installing kernelspecs for use with Jupyter frontends. This package provides the jupyter components.bxݚbuild70SUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/jupyter/jupyter_clientlinuxnoarch HA큤A큤bxݗbxݗbxݗbxݚ\\\\bxݚ\\f086cb2d43c1675e65cb19391b319137bad957b2467aaee2955f4d282c3882b244adad9df238683bc416b5f2246ba03502bedfbd46304093a9f4430f5173618e2151d417e5839b8c0832c745a9506996ae35df84444db01a42da421d3df8ef43f987d48c80195e731d7a619f09fcbeca679f0d6cdce1aa6e2568446ce056f0bd85dec764813663d89eada39f9964af1fb75aa0745b4676d40b5d985ceb864978aa93a54b783ec3c2eafe5969d1b7947f427a7813846551ae65a52e1fa5489f42rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-jupyter-client-5.3.4-bp154.1.99.src.rpmjupyter-jupyter-clientjupyter-jupyter_client@    /usr/bin/python3python3-jupyter-clientrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)5.3.43.0.4-14.6.0-14.0-15.2-14.14.3]ʞ]<<\@\'@ZJ@Z@Z~ZN@Z;@YYX@X@X@VV @U@U4@Todd R Todd R Todd R Todd R arun@gmx.detoddrme2178@gmail.comarun@gmx.dearun@gmx.dearun@gmx.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Update to version 5.3.4 * Updated for latest core release * Changed requirement to min version needed to run * Changed secure write to load from core - Update to version 5.3.3 * Fix get admin group SID - Update to version 5.3.2 * Attempt to fix for python 2 * Added support for secure windows file writes * Added test and chmod catch for secure_write * Secure write for connection file - Rename to python-jupyter-client to reflect upstream rename.- Update to 5.3.1 * Fix bug with control channel socket introduced in 5.3.0 - Update to 5.3.0 + New Features: * Multiprocessing and Threading support * Setup package long_description + Changes: * Control channel now in the public API * Closing Jupyter Client is now faster * Pip support improvements + Breaking changes: * Dropped support for Python 3.3 and 3.4 (upstream packages dropped support already)- Split jupyter components into own subpackage. - Rename doc package to match jupyter name.- Update to 5.2.4 * Prevent creating new console windows on Windows (:ghpull:`346`) * Fix interrupts on Python 3.7 on Windows (:ghpull:`408`)- specfile: - remove fix_COPY_THRESHOLD.patch, included upstream - update to version 5.2.3: * Fix hang on close in :class:`.ThreadedKernelClient` (used in QtConsole) when using tornado with asyncio (default behavior of tornado 5, see :ghpull:`352`). * Fix errors when using deprecated :attr:`.KernelManager.kernel_cmd` (:ghpull:`343`, :ghpull:`344`).- Update dependencies. - Add fix_COPY_THRESHOLD.patch Fixes tests for pyzmq < 17 See: https://github.com/jupyter/jupyter_client/pull/349- update to version 5.2.2: * Fix :meth:`.KernelSpecManager.get_all_specs` method in subclasses that only override :meth:`.KernelSpecManager.find_kernel_specs` and :meth:`.KernelSpecManager.get_kernel_spec`. See :ghissue:`338` and :ghpull:`339`. * Eliminate occasional error messages during process exit (:ghpull:`336`). * Improve error message when attempting to bind on invalid address (:ghpull:`330`). * Add missing direct dependency on tornado (:ghpull:`323`).- specfile: * update copyright year - update to version 5.2.1: * Add parenthesis to conditional pytest requirement to work around a bug in the wheel package, that generate a .whl which otherwise always depends on pytest see :ghissue:`324` and :ghpull:`325`- specfile: * add binary for python3 jupyter-{kernel, kernelspec, run} - update to version 5.2.0: * Define Jupyter protocol version 5.3: + Kernels can now opt to be interrupted by a message sent on the control channel instead of a system signal. See :ref:`kernelspecs` and :ref:`msging_interrupt` (:ghpull:`294`). * New jupyter kernel command to launch an installed kernel by name (:ghpull:`240`). * Kernelspecs where the command starts with e.g. python3 or python3.6—matching the version jupyter_client is running on—are now launched with the same Python executable as the launching process (:ghpull:`306`). This extends the special handling of python added in 5.0. * Command line arguments specified by a kernelspec can now include {resource_dir}, which will be substituted with the kernelspec resource directory path when the kernel is launched (:ghpull:`289`). * Kernelspecs now have an optional metadata field to hold arbitrary metadata about kernels—see :ref:`kernelspecs` (:ghpull:`274`). * Make the KernelRestarter class used by a KernelManager configurable (:ghpull:`290`). * When killing a kernel on Unix, kill its process group (:ghpull:`314`). * If a kernel dies soon after starting, reassign random ports before restarting it, in case one of the previously chosen ports has been bound by another process (:ghpull:`279`). * Avoid unnecessary filesystem operations when finding a kernelspec with :meth:`.KernelSpecManager.get_kernel_spec` (:ghpull:`311`). * :meth:`.KernelSpecManager.get_all_specs` will no longer raise an exception on encountering an invalid kernel.json file. It will raise a warning and continue (:ghpull:`310`). * Check for non-contiguous buffers before trying to send them through ZMQ (:ghpull:`258`). * Compatibility with upcoming Tornado version 5.0 (:ghpull:`304`). * Simplify setup code by always using setuptools (:ghpull:`284`). * Soften warnings when setting the sticky bit on runtime files fails (:ghpull:`286`). * Various corrections and improvements to documentation.- Update to version 5.1 * Define Jupyter protocol version 5.2, resolving ambiguity of ``cursor_pos`` field in the presence of unicode surrogate pairs. * Add :meth:`Session.clone` for making a copy of a Session object without sharing the digest history. Reusing a single Session object to connect multiple sockets to the same IOPub peer can cause digest collisions. * Avoid global references preventing garbage collection of background threads.- Implement single-spec version.- Clean up alternatives usage.- Update to 5.0.1 * Update internal protocol version number to 5.1, which should have been done in 5.0.0.- Update to 5.0.0 + New features: * Introduce :command:`jupyter run` command for running scripts with a kernel, for instance:: jupyter run --kernel python3 myscript.py * New method :meth:`.BlockingKernelClient.execute_interactive` for running code and capturing or redisplaying its output. * New ``KernelManager.shutdown_wait_time`` configurable for adjusting the time for a kernel manager to wait after politely requesting shutdown before it resorts to forceful termination. + Fixes: * Set sticky bit on connection-file directory to avoid getting cleaned up. * :func:`jupyter_client.launcher.launch_kernel` passes through additional options to the underlying Popen, matching :meth:`KernelManager.start_kernel`. * Check types of ``buffers`` argument in :meth:`.Session.send`, so that TypeErrors are raised immediately, rather than in the eventloop. + Changes: * In kernelspecs, if the executable is the string ``python`` (as opposed to an absolute path), ``sys.executable`` will be used rather than resolving ``python`` on PATH. This should enable Python-based kernels to install kernelspecs as part of wheels. * kernelspec names are now validated. They should only include ascii letters and numbers, plus period, hyphen, and underscore. + Backward-incompatible changes: * :py:class:`.datetime` objects returned in parsed messages are now always timezone-aware. Timestamps in messages without timezone info are interpreted as the local timezone, as this was the behavior in earlier versions. - Update to 4.4.0 * Add :meth:`.KernelClient.load_connection_info` on KernelClient, etc. for loading connection info directly from a dict, not just from files. * Include parent headers when adapting messages from older protocol implementations (treats parent headers the same as headers). * Compatibility fixes in tests for recent changes in ipykernel. - Update to 4.3.0 * Adds ``--sys-prefix`` argument to :command:`jupyter kernelspec install`, for better symmetry with :command:`jupyter nbextension install`, etc. - Update to 4.2.2 * Another fix for the :func:`start_new_kernel` issue in 4.2.1 affecting slow-starting kernels. - Update to 4.2.1 * Fix regression in 4.2 causing :func:`start_new_kernel` to fail while waiting for kernels to become available. - Update to 4.2.0 * added :command:`jupyter kernelspec remove` for removing kernelspecs * allow specifying the environment for kernel processes via the ``env`` argument * added ``name`` field to connection files identifying the kernelspec name, so that consumers of connection files (alternate frontends) can identify the kernelspec in use * added :meth:`KernelSpecManager.get_all_specs` for getting all kernelspecs more efficiently * various improvements to error messages and documentation - Split documentation into own subpackage- update to version 4.1.1: * Setuptools fixes for jupyter kernelspec * jupyter kernelspec list includes paths * add :meth:`KernelManager.blocking_client` * provisional implementation of comm_info requests from upcoming 5.1 release of the protocol- Build documentation- Fix update-alternatives usage- Initial versionjupyter-jupyter_clientbuild70 16520882185.3.4-bp154.1.995.3.45.3.4jupyter-kerneljupyter-kernelspecjupyter-runjupyter-jupyter-clientCONTRIBUTING.mdREADME.mdjupyter-jupyter-clientCOPYING.md/usr/bin//usr/share/doc/packages//usr/share/doc/packages/jupyter-jupyter-client//usr/share/licenses//usr/share/licenses/jupyter-jupyter-client/-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:Backports:SLE-15-SP4/standard/276464d0a44497111672a305ff0691ff-python-jupyter-clientcpioxz5noarch-suse-linuxPython script, ASCII text executabledirectoryASCII textRRRCKnzsutf-88ff2f7280006e4dc0ffdeacc2c44d0bd7a118a8ac329497e85481a945ca39b11?7zXZ !t/ ] crv9w ,ԗ*\,fyd輔 A`las$Up4^"<"\у` k*` rNLibË79zx0֟:inq~Cʚzb!2۪a]\e7@Er>4j}V5 aBOsu[˲ ͳBc$@?+<;+$Qo{I6iʜQV(Y *TN?~9S%'&-^`?P5A7w-#0q8Ɛ5G{AeUvySX;J,%?# Bkw'<$ayiXoA5+ m{א vPo@gF=2G V$Uzr_3}Ĉ6ג*gQ[+њ8J]!yWgHHPI v|ɌO-[TҜ2wF‘3\$C5zۖ׿'+bgǬ^,hwc,,7 ?'\~Nt|S Z mz&:PU_├qug5  9ջep;x#Zд.;4BHuvKޤBvjx [He-{*],8 ̰M9 y\xR}ۻ+\'xS6 s,Ηq^G8jA3ْPk2[^A3MӒ:=s`nkjB.1n`,2P6!Жrf O1+%0:޻m#B}>`"RVzOԟ@Dy$#Z8wVEs#_T;b0? .;Z1` I,1ePIPN˺&*;Gw4f#aoѣ6Q:*\6żB <_[Dǰf5 րL_ɂ#?Prq`tq>%igBlih[_7Y>xydz>6#d"B!9t/Ѷpv|;/àFbՓq8%2 M(+)縥IXhgԶ5Èe6.!H },PYs>HG&5m8m^XPc >!7!°ڋiHNK٩{NA,~|4dJq(hח Z=?3dDv19~`U,1|X&= QN[YIJ{z_&#[AYYAMF_LE8 :ΨF:"IE/̙'SJ($mOm@He5&z*3*P7dԭ$.HZ)ZyQk)j<1r(]Qtt5yOnpƱz2R@2.l(oI埾cpB8 f]U /3½[_WN, $Zha(ZMv,r=spi<̅K$dfƒ((B)P(k&_ֳDkcm=0SݮԘ@OV2FErAx}s:%-z0oY 7Qpr|J'F sߟH 96r9׹ 2JB3b3q^b*s5G{<:tp`S#ǫTB~c Q ÏjhS>BGv"-c'K nP0\c=Q!x,"A?2_)6tXS+kO!z̃a:,6rqMQO513Dm_Wu%r`:؜6a"heeY> C>&O/5 gsyC*q.! vliz GF ny41֩|t@hdՈ5R8-6;>5b_ YZ