python2-ipython-iptest-5.8.0-lp152.1.1 >  A ^s_/=„us8cՍߣ%YH[INVtwVEZW=Jy+8uh\vהIc*+GzKMJrQ9,XY?U5Qr"ەF!,.$ꟓ;> EC6skp[zNӶzWJU9OYLs=?An$ ٗHJ4ߍfc72c ۺiLo=CzC,XI UPO-W81<Z/e35c82a7111fff034a1f0c43ecb5ce6908eccdee4b7d099754c443be05cd2be26285e30a9fc41caad8a841b8b896b355412d2eeb9aH^s_/=„ (Eoyf9?ÅA:F>{߮eaOk'EOw'- iIdߎl=E]=Ӱ1eض49 Zpi3 Fǜgvl rS, R$һ۩pFKQ %F[s/<1" 7SfTvKk#n3P9{ؑz'":Q+{S:[:nyNjɟh0  4jZeg\>pE@@?@0d ) a $r   "  4  X  a      4 X   (89D: />;@;B;F<G< H<8 I<\ Xd>e?f?l?u? v?@w? x? y?z????@,Cpython2-ipython-iptest5.8.0lp152.1.1Tools 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.^s_build85aopenSUSE Leap 15.2openSUSEBSD-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큤^s_^s_^s_^s_^s_[] 1^s_[] 1[U4668f967d429d17542df147bced58626841abfb14e999acf0411c7e2435729ca7bf3a435bc23548ec4aa39a86e29873fb4d3ac267987f73c07933db9bc825e25ba5d87689342ec47cebdf623af06cec734c607666c696fe48271f2ff91752443d18f9d06083185ea3d3364b73972ada27bc21aa9e849184ea6b356c075ea229c0/etc/alternatives/iptestiptest-2.7@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython2-ipython-5.8.0-lp152.1.1.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-iptestbuild85 1584619440 5.8.05.8.0-lp152.1.15.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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/1a4e8cac6a52bf829b0c95283cd2bdde-python2-ipythoncpioxz5noarch-suse-linuxemptyPython script, ASCII text executabledirectoryASCII textR]Gr@utf-898653b6804b22fc08adeb823307055323b89a1d494bacee2b5e3979d4f55a871?7zXZ !t/g[P] cNDfZh-A-6V?pNR Q(]35Ml#Utڪf9:@-g"nG!=H?(* n+Se%y[AbF ' \z! m6r;em|S&3%d5r7L[JEnQnp 8$ŝj|t/Eyƥv@T=vC~0Q;ᯑɨT+)9I(ʯ;)8$ +S[`(v`|?whkAj>*;t 6عzY4\r?g4)pTk<aoiVRދ? ui-) Hx""ճ#lI޷{n{MOINќ_$,2IAFI65~+|ה=s zzH'BA`ɚ;sa}&xGM&qKҀB1D+sjoc}voZz:( bbKO\)L1<߃F\n7l8m "~8*OVG}eq`#HԬ[h͕XElx/z:~ @H UH5k[v3m_Ӫؿވj!kt@,}H*SJ˱80icC] _ږ3lt,/WՐx­YzFNsf>.Pn3QNb @x"ly {*VP=tKocIXwS5#-NlruSkFB0t,#pe6YэzivB} 3XPMA'q7Kߏ [&yuR1D9֝VfgjZԞΥ:jTc]H v^&wUӾA̧7_8oȫd|Ўb((f3 '=[1c%O9kvF88j"-]h@F=[>lQSB؃L/C)zRk0H%9i^!NoyAÂZC&6|U5 l<{"-j*Kf"yt!9vc{0Cِ]\EMI+ŭWT$D2vP ;sxi4,nI={qzt_7Y($}uvXԋS%_\*YkU0yR(=aAל7WuتpH J8x uaw#yI 9_zC=Ƞ{r r՟ eU84t0*5j*p'٬fδrf,kxzGzzgʖ**U'ɹ[H.Y7BM-DܗlAZҢb҂d=ڰ7nS][v ~^-39 ZGN'N )" h}+6-ľk[| u+ wJTД2k󻖩L pCFXrbAwţj䫣@Wavt*Pp<@OʹENH"yj<|sw;xX'n[ iP4;ȟK/PJ{LA?l{Lgd*9}ZQ&`v#ز_dk|_5e4 ltPnj>GnSb0?˺sKs # QYإ4:ϭBǺ\l?t.X62i\{|k䘈>Bo~ǬoF|\x&1( -ȡW0RbocJR}$z+) oHg`c8 j9}O(S֡oZ0<2_p@~`X$''@M8xN$C8-3* $@xnț(GHQW^!}C HȊtcz0Q0bQ|:*  <Q@YARMGw =u+.ks3{{Zsxidd8Diy܈ɞEV밷 JC+BO"wͿ:jx/f:{Q 3 xsSI(u1zI.@ZYr(@_3Ny;I?p8f-o.R|m'` ѩ䄩iq b"nNN>]r9"{Ƕ|K˰<@rl=6 5E"c&:mK=@Dҧ4bȰXZu)ssP^ XPh&P"Zqs-(K FkfAd6h#TIAb\ssځUl63 d7rҡ$3 )"ۤ\KG-Mxh-s}j=YbV@xVNW%q-gⰍPnƓ*y -G$bS\B0u$sz!=Nk-+_bC_+Xv-'$ew 3/}rIktho7)Ѣ,Ft\̅mӓEJ%3nP` d"n^rlٖN4 M?xüQcLh ͝q\3IwVe_˰T)O8t@UOg<}vO UcO~ {D&L]E 25&dYR$-b~Mb_F%>!V8E!UCL"vtmJKK&ݴ$jhl:*씷гuu瞵Ef)Yh) 9tŽdQ\FF[>2ъ/H $u?3[]*xf;mIA]JNϋЏ6qsT?up?%#Jcy'\D3!*moZD/s`6+eu)+8` B~Rx?ϫ/\BK7." +BNPV`c/=>-m_D)+,납I%;*g3${j<0y}Q&S &D4\˨nY%C+S[ww`>,FEZ(|UױW1̡_g0\h22R<_(>)kQ/̹]PyuquCk!̬&ngՇǁU9 ^!n@Vs`A2M";%$qaiarT'i<~sC^[]/t.7?z! Z=oD]wScCoںt^U05(T5zgo#p!1 P46A٣28T9?$ t?}/*R{QfApj`n7ಋ~4G8=;NÖ{.=•$`SnE Jac ܞ"Tt}gעmVQTaI8>s8m|N9xY:r|is[&cH@$>~KZX';3TAʞxRf@6][0מtF\@[!0CoXM$` odIϹL(4(:cM P5K'?D_:6h8 iErnyOEψ ;);%JQ&_U#]` AںuFJOh{h2 FM4Ifo810:hnEU5uqA)h?Q|aIm7dl{UH쾛\:^X_MYB7zS]0oԇw/ `J'y`m+7noʳ O5}w(xTvvNu@Y[J3 !?۔wn,U.![ȿ~† XhSp+5جK!t "ˬ>5w"ӡN,w\JD͋imku0WzxAŎ4)Vۍ=eV87 GoͷxGb~WdLAҍ3U3-oF r/| O_;`I׬SѠ4 iA9cDqhQeh Y4+=ߊ )0[*NNP]NqBq[{ ;:u?%z:'056\qekTI&EA!^@^EѺ溤ϗ1"jր N=g ]`S:]/p+l-L1oR(4]YGr4P-N$舂F?BڙtW6C]M߰Þ*V#Bc}cJ=Tz?`OS^'Cx{QV$qĸnس\O,΁Tb|{D]E-sVG?gT]* P d *5M\N3ȞMy /$ & 7.d*o쪋H9A`4~p6İ6odCWmGz{$YoLCŸ?ȩ }J*)D걤眽޳~//m9JTTKocI5mvR*(USp#v{ďU#rq09[b}PK7 z/WG{q☯si!Sym7#+k&v- %Bq^sIIUGdlw*&&93TM>I`j U#xkʄcTmuVn 8b /H*BM o`ůɊ%-X@p}z7h:֣}%#azPtXh;Ga<5 ́Є/;藤Cfs;cP:DNj(5fC܍Gbn m[5wFu<\/&ﳜ/,k/O7f6{9pK~?2vZK Yb! &R-*Zi Qm&r25rA>CIuRqRq*a3GRno3H(힊 Jr:Vۼ`y<0r979G%HVBn>4mAkZ#4`O6T/f $z1@ ^9Npߓ:b)pˡr  Z,y'Fcs`ڰtu !ÀrZ$N񋵕h-vǡ8 ]LFF%rwrʳ1tGbFm砶_dQIdr_sO|P5ozj8(mL B/4HRl;\d'}~7˞sq[1[TWt/l#2F!L6M8IWEJm{V6BF¹{*5L6 Xj?y  ~ -W'6$6%.ûcwb@8?rWiCd.)~Kv5%ԃ~_S*IZ" [?2*گ4߬1M$~X$1E8S0 ^<ﷹw7_21oMfAdׁ,Ը庤"iV0KLf~Fr㨆Lk&0SdʑAFzW,)ZPLB)j| ܚLcng$k˿KH Qrh;T[GV-(Mdo0/`fq5)d"Ml¹ś !2j+IB3e>URwifjZR8Rе2nr#DŽxUGak_[(Ȯ1v)%ZՑ94܎=˄?/i=%5vH.!պ%Fçj7eJKQ.[~]*`3#4^g4(JUJCYV 3nNDK  3pH㯆N$b)]4", N[͋t9 YZ