python2-ipython-iptest-5.8.0-bp153.1.17 >  A `CH1!M@eeeݖfXN,"Y7TŚ, ,k/ZCx5c1z0gŶ5Pף =VLVj/èW8dNW}}_o j\E)r;rΠ?.AUPVdGl0+Eq2WRu#\G%E1o}WH3|ofh NzylhDb&~,,͘gl۱Uy907ff837d74b0db2144688e36c3219417348737801bf6e7bba38c08abcf89f314da4c92694949c10f8d601abb65b42b2279e695fa``CH1!M@eee},[׼K41+E $ؿ0ʝquQwu Gsh* vFSl՜Jm@X"i)ou\1KЇpE@T?@Dd * b !'.|   *  <  `  i     < `   (89L: 7>;@;B;F<G< H<@ Id?e?f?l?u?0 v?Tw? x? y?z????@@Cpython2-ipython-iptest5.8.0bp153.1.17Tools for testing packages that rely on python2-ipythonThis package provides the iptest command, which is used for testing software that uses python2-ipython. IMPORTANT: The Python 2 version of IPython is in long-term support mode. It will not be receiving major new features. Starting with IPython 6, only Python 3.3 and later is supported.`CHsheep88aSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/ipython/ipythonlinuxnoarch update-alternatives --install /usr/bin/iptest iptest /usr/bin/iptest-2.7 27 if [ ! -e "/usr/bin/iptest-2.7" ]; then update-alternatives --quiet --remove "iptest" "/usr/bin/iptest-2.7" fi O WLA큤A큤`CH`CH`CH`CH`CH[] 1`CH[] 1[U4668f967d429d17542df147bced58626841abfb14e999acf0411c7e2435729ca7bf3a435bc23548ec4aa39a86e29873fb4d3ac267987f73c07933db9bc825e25ba5d87689342ec47cebdf623af06cec734c607666c696fe48271f2ff91752443d18f9d06083185ea3d3364b73972ada27bc21aa9e849184ea6b356c075ea229c0/etc/alternatives/iptestiptest-2.7@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython2-ipython-5.8.0-bp153.1.17.src.rpmpython-jupyter_ipython-iptestpython2-ipython-iptestpython2-jupyter_ipython-iptest@    /bin/sh/bin/sh/usr/bin/python2python-matplotlibpython-mockpython-nosepython-requestspython-testpathpython2-ipythonrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)5.8.03.0.4-14.6.0-14.0-15.2-14.14.1\P\@\Yz[F[h@[TqZ@Z@YdYY@Y@Yg`XX@X@X~@V`V @UUTodd R Todd R Antonio Larrosa Todd R toddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comhpj@urpla.nettoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comjmatejek@suse.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Use python-rpm-macros to simplify the spec file. - Avoid conflicts with old naming scheme due to python package naming changes.- Rename to to match python package naming guidelines.- Fix %suse_update_desktop_file call to evaluate py_ver correctly- Fix prompt_toolkit dependency - Provide python-jupyter_ipython for backwards-compatibility- Update to 5.8.0 * Update inspecting function/methods for future-proofing.- Not compatible with prompt_toolkit 2.x- Update to 5.7.0 * Fix IPython trying to import non-existing matplotlib backends :ghpull:`11087` * fix for display hook not publishing object metadata :ghpull:`11101` - Update to 5.6.0 * In Python 3.6 and above, dictionaries preserve the order items were added to them. On these versions, IPython will display dictionaries in their native order, rather than sorting by the keys (:ghpull:`10958`). * :class:`~.IPython.display.ProgressBar` can now be used as an iterator (:ghpull:`10813`). * The shell object gains a :meth:`~.InteractiveShell.check_complete` method, to allow a smoother transition to new input processing machinery planned for IPython 7 (:ghpull:`11044`). * IPython should start faster, as it no longer looks for all available pygments styles on startup (:ghpull:`10859`).- Update url- fix conditional to allow build for older distributions- Update to version 5.5.0 * System Wide config * ProgressBar * Fix ``IPython.core.display:Pretty._repr_pretty_`` had the wrong signature. * :magic:`timeit` now give a correct ``SyntaxError`` if naked ``return`` used. * Prepare the ``:ipython:`` directive to be compatible with Sphinx 1.7. * Make IPython work with OpenSSL in FIPS mode; change hash algorithm of input from md5 to sha1. * Clear breakpoints before running any script with debugger. * Document that :magic:`profile` is deprecated, not to be confused with :magic:`prun`. * Limit default number of returned completions to 500.- Rename to python2-jupyter_ipython to allow for single-spec package to be used for python3 version. - Delete -doc subpackage. Docs are being built in the singlespec version only now.- Update to version 5.4.1 * Released a few hours after 5.4, fix a crash when ``backports.shutil-get-terminal-size`` is not installed. :ghissue:`10629` - Update to version 5.4 * Configurable TerminalInteractiveShell * Define ``_repr_mimebundle_`` * Execution Heuristics * Implement Display IDs * Display function * ``_mp_main_`` is not reloaded which fixes issues with multiprocessing. :ghpull:`10523` * Use user colorscheme in Pdb as well :ghpull:`10479` * Faster shutdown. :ghpull:`10408` * Fix a crash in reverse search. :ghpull:`10371` * added ``Completer.backslash_combining_completions`` boolean option to deactivate backslash-tab completion that may conflict with windows path. - Fix building on platforms without icoutils- Fix shebang rpmint errors.- Add note about LTS status and the end of Python 2 support. - Add python2- provides. - Neither HTML nor PDF documentation will ever work again, so drop it.- Install icons. - Install .desktop file.- Update to IPython 5.3 * Fix a bug in ``set_next_input`` leading to a crash of terminal IPython. :ghpull:`10231`, :ghissue:`10296`, :ghissue:`10229` * Always wait for editor inputhook for terminal IPython :ghpull:`10239`, :ghpull:`10240` * Disable ``_ipython_display_`` in terminal :ghpull:`10249`, :ghpull:`10274` * Update terminal colors to be more visible by default on windows :ghpull:`10260`, :ghpull:`10238`, :ghissue:`10281` * Add Ctrl-Z shortcut (suspend) in terminal debugger :ghpull:`10254`, :ghissue:`10273` * Indent on new line by looking at the text before the cursor :ghpull:`10264`, :ghpull:`10275`, :ghissue:`9283` * Update QtEventloop integration to fix some matplotlib integration issues :ghpull:`10201`, :ghpull:`10311`, :ghissue:`10201` * Respect completions display style in terminal debugger :ghpull:`10305`, :ghpull:`10313` * Add a config option ``TerminalInteractiveShell.extra_open_editor_shortcuts`` to enable extra shortcuts to open the input in an editor. These are :kbd:`v` in vi mode, and :kbd:`C-X C-E` in emacs mode (:ghpull:`10330`). The :kbd:`F2` shortcut is always enabled. - Update to IPython 5.2.2 * Fix error when starting with ``IPCompleter.limit_to__all__`` configured. - Update to IPython 5.2.1 * Fix tab completion in the debugger. :ghpull:`10223` - Update to IPython 5.2 * restore IPython's debugger to raise on quit. :ghpull:`10009` * The configuration value ``c.TerminalInteractiveShell.highlighting_style`` can now directly take a class argument for custom color style. :ghpull:`9848` * Correctly handle matplotlib figures dpi :ghpull:`9868` * Deprecate ``-e`` flag for the ``%notebook`` magic that had no effects. :ghpull:`9872` * You can now press F2 while typing at a terminal prompt to edit the contents in your favourite terminal editor. Set the :envvar:`EDITOR` environment variable to pick which editor is used. :ghpull:`9929` * sdists will now only be ``.tar.gz`` as per upstream PyPI requirements. :ghpull:`9925` * :any:`IPython.core.debugger` have gained a ``set_trace()`` method for convenience. :ghpull:`9947` * The 'smart command mode' added to the debugger in 5.0 was removed, as more people preferred the previous behaviour. Therefore, debugger commands such as ``c`` will act as debugger commands even when ``c`` is defined as a variable. :ghpull:`10050` * Fixes OS X event loop issues at startup, :ghpull:`10150` * Deprecate the ``%autoindent`` magic. :ghpull:`10176` * Emit a :any:`DeprecationWarning` when setting the deprecated ``limit_to_all`` option of the completer. :ghpull:`10198` * The :cellmagic:`capture` magic can now capture the result of a cell (from an expression on the last line), as well as printed and displayed output. :ghpull:`9851`. - Update to IPython 5.1 * Broken ``%timeit`` on Python2 due to the use of ``__qualname__``. :ghpull:`9804` * Restore ``%gui qt`` to create and return a ``QApplication`` if necessary. :ghpull:`9789` * Don't set terminal title by default. :ghpull:`9801` * Preserve indentation when inserting newlines with ``Ctrl-O``. :ghpull:`9770` * Restore completion in debugger. :ghpull:`9785` * Deprecate ``IPython.core.debugger.Tracer()`` in favor of simpler, newer, APIs. :ghpull:`9731` * Restore ``NoOpContext`` context manager removed by mistake, and add `DeprecationWarning`. :ghpull:`9765` * Add option allowing ``Prompt_toolkit`` to use 24bits colors. :ghpull:`9736` * Fix for closing interactive matplotlib windows on OS X. :ghpull:`9854` * An embedded interactive shell instance can be used more than once. :ghpull:`9843` * More robust check for whether IPython is in a terminal. :ghpull:`9833` * Better pretty-printing of dicts on PyPy. :ghpull:`9827` * Some coloured output now looks better on dark background command prompts in Windows. :ghpull:`9838` * Improved tab completion of paths on Windows . :ghpull:`9826` * Fix tkinter event loop integration on Python 2 with ``future`` installed. :ghpull:`9824` * Restore ``Ctrl-\`` as a shortcut to quit IPython. * Make ``get_ipython()`` accessible when modules are imported by startup files. :ghpull:`9818` * Add support for running directories containing a ``__main__.py`` file with the ``ipython`` command. :ghpull:`9813` - Update to IPython 5.0 + IPython 5 features a major upgrade to the terminal interface, bringing live syntax highlighting as you type, proper multiline editing and multiline paste, and tab completions that don't clutter up your history. + Backwards incompatible changes * The ``%install_ext`` magic function, deprecated since 4.0, has now been deleted. You can distribute and install extensions as packages on PyPI. * Callbacks registered while an event is being handled will now only be called for subsequent events; previously they could be called for the current event. Similarly, callbacks removed while handling an event *will* always get that event. See :ghissue:`9447` and :ghpull:`9453`. * Integration with pydb has been removed since pydb development has been stopped since 2012, and pydb is not installable from PyPI. * The ``autoedit_syntax`` option has apparently been broken for many years. It has been removed. * The overhaul of the terminal interface will probably cause a range of minor issues for existing users. * IPython no longer uses readline configuration (``~/.inputrc``). We hope that the functionality you want (e.g. vi input mode) will be available by configuring IPython directly (see :doc:`/config/options/terminal`). * The ``PromptManager`` class has been removed, and the prompt machinery simplified. * There are new options to configure the colours used in syntax highlighting. We have tried to integrate them with our classic ``--colors`` option and ``%colors`` magic, but there's a mismatch in possibilities, so some configurations may produce unexpected results. See :ref:`termcolour` for more information. * The new interface is not compatible with Emacs 'inferior-shell' feature. To continue using this, add the ``--simple-prompt`` flag to the command Emacs runs. This flag disables most IPython features, relying on Emacs to provide things like tab completion. + Provisional Changes * When running via the Jupyter notebook interfaces, or other compatible client, you can enable rich documentation experimental functionality: When the ``docrepr`` package is installed setting the boolean flag ``InteractiveShell.sphinxify_docstring`` to ``True``, will process the various object through sphinx before displaying them (see the ``docrepr`` package documentation for more information. + Deprecated Features * ``hooks.fix_error_editor`` seems unused and is pending deprecation. * `IPython/core/excolors.py:ExceptionColors` is deprecated. * `IPython.core.InteractiveShell:write()` is deprecated; use `sys.stdout` instead. * `IPython.core.InteractiveShell:write_err()` is deprecated; use `sys.stderr` instead. * The `formatter` keyword argument to `Inspector.info` in `IPython.core.oinspec` has no effect. * The `global_ns` keyword argument of IPython Embed was deprecated, and has no effect. Use `module` keyword argument instead. - Update to IPython 4.2 * Fix ``ipython -i`` on errors, which was broken in 4.1. * The delay meant to highlight deprecated commands that have moved to jupyter has been removed. * Improve compatibility with future versions of traitlets and matplotlib. * Use stdlib :func:`python:shutil.get_terminal_size` to measure terminal width when displaying tracebacks (provided by ``backports.shutil_get_terminal_size`` on Python 2). - Update to IPython 4.1.2 * fixes installation issues with some versions of setuptools.- do not Recommend jupyter_nbconvert (which pulls in texlive)- specfile: * update copyright year * Simplify tests for determining whether to build pdf documentation - update to version 4.1.1: * Backport #9209: Don't import IPython to check version number in setup - Update to 4.1.0 * Release February, 2016. IPython 4.1 contain mostly bug fixes. It though contain a few improvement. * IPython debugger (IPdb) now supports the number of context lines for the where (and w) commands. The context keyword is also available in various APIs. See PR :ghpull:`9097` * YouTube video will now show thumbnail when exported to a media that do not support video. (:ghpull:`9086`) * Add warning when running ipython when subcommand is deprecated. jupyter should now be used. * Code in %pinfo (also known as ??) are now highlighter (:ghpull:`8947`) * %aimport now support module completion. (:ghpull:`8884`) * ipdb output is now colored ! (:ghpull:`8842`) * Add ability to transpose columns for completion: (:ghpull:`8748`) * Many many docs improvements and bug fixes - update to version 4.0.3: * Python 3.5 bug in that could crash during shutdown, triggered by deprecations in traitlets 4.1. * Typo in deprecation message for nbconvert - update to version 4.0.2: * Fix backward-compatiblity shim for "IPython.Config", which should have been deprecated instead of removed. This will be removed in 5.0. - update to version 4.0.1: * Installation on some systems * Compatibility with CPython 3.4.4 * Compatibility with Qt5- Build documentation This is in a separate spec file to avoid dependency loops - Obsolete IPython - Split the iptest executable into its own subpackage This has a bunch of testing dependencies that are not otherwise necessary.- Add conflict with older versions of IPython- Initial version/bin/sh/bin/shpython-jupyter_ipython-iptestpython2-jupyter_ipython-iptestsheep88 1615022111 5.8.05.8.0-bp153.1.175.8.0 5.8.05.8.0iptestiptestiptest-2.7iptest2python2-ipython-iptestREADME.rstpython2-ipython-iptestCOPYING.rstlicense_and_copyright.rst/etc/alternatives//usr/bin//usr/share/doc/packages//usr/share/doc/packages/python2-ipython-iptest//usr/share/licenses//usr/share/licenses/python2-ipython-iptest/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/1a4e8cac6a52bf829b0c95283cd2bdde-python2-ipythoncpioxz5noarch-suse-linuxemptyPython script, ASCII text executabledirectoryASCII textR$.j5jrtutf-8159dcb229c25c54ae481da5f924baa9a17c4dd2f6e52bacfced69680319bbfa9?7zXZ !t/g[T] cNDfX(RY2N\B;cn} yˣmf});Ǥpk&VtIKƈ˘)*P < glA[VDRG#m&Wf춢E0S vS MASQӾ80'6Y`OY$_qʊx/^TY!8jj#PV8hLOħ}j^+4>:7I"*&V" u*6plǠ3 Lr@V-&ԓ@<\>s ڲ}0NMؤm8QXS"'c_},/HX#q3F5!Ay & FTEYmhJ__yn E hFTtUGC'r&a0TzKStnhZ-ekIõ-&o*Gq^ d .8+kg>vfls=zb/c2$zvM9>nh;տrS6K#"Pz \Uz;s2Y83P+*~gMHgh?-ogfvHk c97&=Fckq% yw+לR?<ph T8lH(3j2:ASh*Q~7ҳWftqSŶ\l`pj*8[]$Mj͞u:[y#J+9H㈍*n%veC, YK+M^jeɴ*m,=齌ie="Y/@V%3 Q'YZI~^pG[ K 큾a<\vSkSդLE$79I?_KG3;Dy5CO,t79Ch: ncl3kYB񫱪;sy{mu+T̘XbD9%¬UA S̵]|~~FdEbyV5MqWܻ?:%²DŽI[9b>8Ljɀ[а -قK{CEwpZpz"; yڶ *+L茹ez[!.,Upˈh}b=\8͝GI%" ?岵(tQB; W, RMd9|Ġsk8:vԂR<_7^Šɉ`v*; ~a緐:M1vådO]gkWVَͷNU`{yX]/z+Y\f%Q5w4$ Q.Kԍ"SfBو2~xAa%1ΣDGPmc{eA{Yd($aI]"`g T݂+dB`qL>3v-za(Ҳ ƛ@ =z פ>TٲlPZ,QEպF!2LYfqф4]F(WJ[o\>6F*/9AIdϨ#n'2Qs#6\ٙQt.UpVa&P!;U໧j&,\5jQ]ri[Nev& &xygS.ذqs\-W>xEG&Y3T|^cƖ(o$,%XE[\|pMWÃA VñVJzv ~¥PcgIB :XTF˸hA XΗE 9Jw8zf55)F62aGV$8~XE{\;275T#[FIXcMb8"WڂrIӂta{lHSc xٌym@`_l6>Ų't5I1uDz(Msio5땍^L4VjH>loJY{Rm꣟˙҉Ul %ɽ*UB 4ޓ ΟuzZsg6JÂ;\4LhY*,ґ6yzɱE20ĝ҈On$%EwȤk~7` b^QަC-:dS**nP!A[5 |GrH.l>Ƙ^r1=w/O79ĎOQmI"J$n Ma_̕owe=|_Wdŝt{6uMc`'ߗYU)oPYɚ{i?hy9p8ox>$W Dj["^ bvRatp,(A$ı<(wczss1Dh{[[O7.Lr)x񳈿&:!u܆^]eoJ\e?+5-KBJ52"E=^'+G^!0aJQJ6' BI`ߡ{1Lɦulo|šlnJ+wWd!)i}=<ēJNY3oCtiy{E/L{Ҧ2̓-cQK{f 2!PeEjGѮ:BG&|a>(Zw}™ Pueu4+. :<3{(a]!۳ӡ6h=iZ4;GzKEFFQ''h8ť>N"zu-M=g|J\p'W\@ xVD.44ɂ kJM!Cg,@PU!G@E mhƓũs:~ kT5waԐٶt" _kFC&eyIT[ۓmMQDJ,/TK9VY4KK^r&/)I<#3KH?nur2i$:4{[R=Jm,V򛞩׉45`ٶwC:  :3s%[kzMĝLE_W$t''OEvU* nkQ)qix.`\`u^|Xݵ#K!,`t$y^$ƬJ4.%J?*vN,"DirKmpTv4>[c1L:P0XB⋄k}b&+gJQQlxWa.BF9#T]:O2tD,EiMKxr]bǏt۾NJn嫷(| WPKyˇb%*1vC>caѝ\4Zt! {/%`ahp L/C&9y?zb PI}y17N W9R`Āo> Q[W9} %kԨ^\DW^ L9Nؑ^=PDHWG<Ϗ "UQ9Th&6񃶉 էd/(ƊSS؁ݞa  |8UfJ?fePz+`sa`[GRjWoL13 ~K:&wM6f&/@chv6\So(~) )4N\}2"gGPא+jt=h!3\g?x7:"m&jqYZjELv;&{epjP3r五= 3TO>)ǒ@[~T~ڨFk!q43KV=o%0" L*AJ{e\ >? t 5;쵴iu\? D6ZH 9G4ʢXf-~4w,shibpSɬ0烊# $K"-idS Pٸjt@}_ONL,= śRB#<S(W9x~oWne* +~U$\ <zH#=)coސW^L Y9xUµLS%mY{IQɁ8,UuZDAe`aqDV1cz:Ds!r 9d-f<-(ήxmd)X?F'B9|z ӌr'UDCQSqWxΈO⧜lINB繛LQ;1=O1`׼~y \#…K}YɉyOBpNd4&?7 GFvhŪgɠ:tߊ_۪N QuAb&)6Q]ؓ!CC3GR/bV߾A"lR+/Hrȭ_A6[!lXNuK-񥄄tb zpx7jzG̑&.̤>y9q eSDUX6\7jrA:vqQުݹ~@;W_~ד /|y+ZC%kP_>utCٳ7}.-mtf9e|ú`XK/GkWI6\T Shx4M"|yB*B0ooX6qwqGLvJUF/k/>%['a\.S(Igc6!5XKcӂ[DT)j M] 1̚{(cDxǶ h`ev8kO f dʐS m}7MꀜJ kx_.4^t4  S:i㠛24kUB\]X ҒuNEzuV\ 7g 9jbnEcfb(D,0+XA`2i*46jJwAYgzܘ+1 ODW9mYF*cy=ȃT 풱zY͡//her%=ZG 0[[?;,˙&gy4yx_![NF{#mZC[}յ# љ$Ki^)k%b̮Keh1> UoDXq7Q-iYxd+֬/QS?>&:继k]eĕ5oj>,vG5\!IB;,C?ju>_@%A @Fd)w孌Jd̶~?8X' ;G*'K{v0= \_GWL±i0] Qt  v?wn-:zBsӿ۬pA+ *PGg,5^rQV-LwFt}JRXaΠ%T E}9/s YZ