jupyter-qtconsole-4.7.4-bp153.1.15 >  A `C!M@eeefX'7ХQan€cfbcbe054ad7bc37579c38d5521299eac18f0e10600d395e895ff23b2fe592f2aeeaf3252b7efbeb72e31464579cd7c9373cdf9b; `C!M@eeeqdQޞF.˺iVà,a@Tl'Js|hPi`rIM[Wj|(ԊD\=pQ8huṙMG^.X-d ﵁ggV4rw]w1t޻@<89݃2᧝2gp*Q;?|t ?OV$PQj fmLtBŰ{֫  ,HFlӥA*vt WIO 6_VRݾit >pD"?"d % 8  9V{     @T $  ,0J(P8X9:BFGHI XY0Z\[d\p]^b fc! d!~e!f!l!u!v!w"x"$y"8z"D"T"X"^"Cjupyter-qtconsole4.7.4bp153.1.15Jupyter Qt consoleA rich Qt-based console for working with Jupyter kernels, supporting rich media output, session export, and more. This package provides the jupyter components.`Cgoat09pwSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/jupyter/qtconsolelinuxnoarchg큤A큤`C`C`C`CY1dade55eae5f75f547f1b70649c25060a27ba17a0c574678eba59b91e487a482c9da331cd67bc887f39840e1f8a184f59c525a0f9ac9972f8736bf3ac561c4205c964ec992b736edcebbaac49eb1ce18f474a12689e7a5437f30f54e3f723cec8879cac31d6a25ae880180569ea4d80ca9b24ea9e73a73b5604a9711f1744a29rootrootrootrootrootrootrootrootrootrootpython-qtconsole-4.7.4-bp153.1.15.src.rpmapplication()application(jupyter-qtconsole.desktop)jupyter-qtconsolejupyter-qtconsole-docpython-qtconsole-docpython3-jupyter_qtconsole-docpython3-qtconsole-doc@     /usr/bin/python3jupyter-ipykerneljupyter-jupyter-clientjupyter-jupyter-corepython3-jupyter-corepython3-qtconsolerpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.14.14.7.43.0.4-14.6.0-14.0-15.2-1python3-jupyter_qtconsole4.4.44.14.1^@^^<@^j$@^^F]]ʞ]>]@\@\'@[h@Z@YYX@X@VŲ@V Vf@UŬArun Persaud Arun Persaud Arun Persaud Arun Persaud Todd R Todd R Todd R Todd R Todd R Todd R Todd R toddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- update to version 4.7.4: * Fix completion widget text for paths and files. * Make Qtconsole work on Python 3.8 and Windows.- update to version 4.7.3: * Fix all misuses of QtGui.- update to version 4.7.2: * Set updated prompt as previous prompt object in JupyterWidget. * Fix some Qt incorrect imports.- update to version 4.7.1: * Remove common prefix from path completions. * Use QtWidgets instead of QtGui to create QMenu instances.- Update to version 4.7.0 + Additions * Use qtpy as the shim layer for Python Qt bindings and remove our own shim. + Changes * Remove code to expand tabs to spaces. * Skip history if it is the same as the input buffer. - Drop doc subpackage due to rapid changes in readthedocs download urls. This was a hold-over from when the tests were run in a separate doc subpackage.- Update to version 4.6.0 + Additions * Add an option to configure scrollbar visibility. + Changes * Avoid introducing a new line when executing code.- Update to version 4.5.5 * Set console to read only after input. * Allow text to be added before the prompt while autocompleting. * Scroll when adding text even when not executing. - Update to versionn 4.5.4 * Fix emoji highlighting. - Update to versionn 4.5.3 * Fix error when closing comms. * Fix prompt automatically scrolling down on execution.- Update to versionn 4.5.2 * Remove deprecation warnings in Python 3.8 * Improve positioning and content of completion widget. * Scroll down for output from remote commands.- Update to version 4.5.1 * Only use setuptools in setup.py to fix uploading tarballs to PyPI. - Update to version 4.5 + Additions * Add Comms to qtconsole. * Add kernel language name as an attribute of JupyterWidget. + Changes * Use new traitlets API with decorators.- Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 4.4.4 * Prevent cursor from moving to the end of the line while debugging.- Update to version 4.4.3 * Fix complete statements check inside indented block for Python after the IPython 7 release. * Improve auto-scrolling during execution. - Update to version 4.4.2 * Fix incompatibility with PyQt5 5.11.- Update to version 4.4.1 * Fix setting width and height when displaying images with IPython's Image. * Avoid displaying errors when using Matplotlib to generate pngs from Latex. - Update to version 4.4.0 + Additions * :kbd:`Control-D` enters an EOT character if kernel is executing and input is empty. * Implement block indent on multiline selection with :kbd:`Tab`. - Change the syntax highlighting style used in the console at any time. It can be done in the menu ``View > Syntax Style``. + Changes * Change :kbd:`Control-Shift-A` to select cell contents first. * Change default tab width to 4 spaces. * Enhance handling of input from other clients. - Don't block the console when the kernel is asked for completions. + Fixes * Fix bug that make PySide2 a forbidden binding. * Fix IndexError when copying prompts. * Fix behavior of right arrow key. * Fix behavior of :kbd:`Control-Backspace` and :kbd:`Control-Del` - Use upstream documentation builds- Update url- Update to 4.3.1 * Make %clear to delete previous output on Windows. * Fix SVG rendering.- Implement single-spec version.- Fix update-alternatives usage.- Update to 4.3 + Additions * Add :kbd:`Shift-Tab` shortcut to unindent text * Add :kbd:`Control-R` shortcut to rename the current tab * Add :kbd:`Alt-R` shortcut to set the main window title * Add :kbd:`Command-Alt-Left` and :kbd:`Command-Alt-Right` shortcut to switch tabs on macOS * Add support for PySide2 * Add support for Python 3.5 * Add support for 24 bit ANSI color codes * Add option to create new tab connected to the existing kernel + Changes * Change :kbd:`Tab` key behavior to always indent to the next increment of 4 spaces * Change :kbd:`Home` key behavior to alternate cursor between the beginning of text (ignoring leading spaces) and beginning of the line * Improve documentation of various options and clarified the docs in some places * Move documentation to ReadTheDocs * Rename `ConsoleWidget.width/height` traits to `console_width/console_height` to avoid a name clash with the `QWidget` properties. Note: the name change could be, in rare cases if a name collision exists, a code-breaking change. + Fixes * Fix automatic indentation of new lines that are inserted in the middle of a cell * Fix regression where prompt would never be shown for `--existing` consoles * Fix `python.exe -m qtconsole` on Windows * Fix showing error messages when running a script using `%run` * Fix `invalid cursor position` error and subsequent freezing of user input * Fix syntax coloring when attaching to non-IPython kernels * Fix printing when using QT5 * Fix :kbd:`Control-K` shortcut (delete until end of line) on macOS * Fix history browsing (:kbd:`Up`/:kbd:`Down` keys) when lines are longer than the terminal width * Fix saving HTML with inline PNG for Python 3 * Various internal bugfixes - Update to 4.2 * various latex display fixes * improvements for embedding in Qt applications (use existing Qt API if one is already loaded)- update to version 4.1.1: * Set AppUserModelID for Windows 7 and later * Switch to using qtconsole module to find qt * Fix Travis tests for Python 2 * Updated example for creating inprocess qtconsole * Enable 3.5 on travis - Split documentation into subpackage- Update to 4.1.0 * Fixed generating the default configuration * Fixed some regressions in copy/paste from the console.- Build documentation- Remove duplicate requirements- Initial versionjupyter-qtconsole-docpython3-jupyter_qtconsole-docgoat09 16150443444.7.4-bp153.1.154.7.44.7.44.7.44.7.44.7.44.7.4jupyter-qtconsolejupyter-qtconsole.desktopJupyterQtConsole.svgjupyter-qtconsoleLICENSE/usr/bin//usr/share/applications//usr/share/icons/hicolor/scalable/apps//usr/share/licenses//usr/share/licenses/jupyter-qtconsole/-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/5e4ca5502f2df192de26a0f8c196f596-python-qtconsolecpioxz5noarch-suse-linuxPython script, ASCII text executableASCII textSVG Scalable Vector Graphics imagedirectoryRPP8JBX̀lPputf-823762141470f05933dd99f8faf716631fe44a59550ae05664deb09738baf3f9a?7zXZ !t/t ] crv9wJ.]YqV"L:\s^B/VA{0-IXE݃ܟ<>MbU]r%4qŏBc3BQڞޤG|)#6\-AguuL0qAvgov4[I/`M.Rg5uiF)> TjNscVs5m.܈F䫙S}\θ-t8}|cpޤP)\|qk֐O,um-]!ci,9Xhgj~y0~\E+O|p} QES!h9Qa}v GYbM#+LD4Q." Qf9)C)OIHLCrM"gHW2'S(-JD)ߑNBK^g4snWv tgᾎ9iECBx1%֐!"??TD@rUUX+}Lz:&:ۀQ*HфtӰ{X<•zX?rn ta.F$ )/&" T]Pk(ߓW2d?SYav?k=5&i8A1J}/S1˙ޯ`z}M!X~J8P]!ӈa1*$3 h "e"] {$Oj)=hwO+e 8:?B! XWTܕ&v-;lfI\ IA.q2}v` u8?Jur#oW2?O6EH%#3N#!G%.yO#1l)1EK/g%RI l[J=;F )-<>Ie +|Ѥ#JtoERzl1H1u(!㈕oA<ԟ36.y2F粩kܺZ;S(l@׌QX I+N=oٟMR-3P8[B޿&AE[pz+VlCj l%|{$ψkbM_< X*K(X|}~uTصng^*f`632.^=wEx2豌IҾ[X17AºP֢"0oܱcS|+_9Gg1AL=nGgK!V% 2=T$fh0vLQKWf*2=q{a/[H;Ae9WUJ\"rZ~B4eN&éD{؛dAqkXyH<Ȝğ䊉6s. يi^ P0IK,/ncS`;NL뿞{ͼ@a)SuȾjosf+`s.NC[t5a3T!m-Ĉ<GB (Zsz\Quzmok8-S`) Mkp<^1ق}nAޜvl3'_.I(L#rDߠ[4Ă-Q-㔣"FmJQZBWx3_mguNYQ,}WDތa(o> O,xB׌\K`+?w^߄bi'ms;3SfQf͊tˁ:| |i0(^Du vmX,ηB lxw5zl4uq=vh6 4)ts_6ē*:5[;A+"dwkId$%{9jT?#ԭF e9{PMf.69#!B7ܔչ]( >H:+ZDcߗ1 #EJFczmN}ݎX};sW66UpW ,+zwx 4X:FM3qi`ĻG @Ngv.#Τt[5x\yz|tH[xBhQshs"g0Q:XAʎbtdeW̭7en,%t}_T+B(O\gdNIv|^H9D ȑpU9Ơ̧TsQ L)OpXH_j nFR]}ޠ4q3 @&G:C; dv8&dQ;_^\C~:\@Dw#p"U J('ooa^7x3Sr׻ζ7A lCh3&ul$fiCf;S]pSx).ͶwWjn7Q핬׸_Ϛ g X 8KCf$F/C,r&L*͛O/Geʯ:?K M#46k3YG@P wpLEr{.8[ Ac97cαV9>eD[~6:r).ڵ4)vCԣn̊Oߌ;ccjяXo@Hv^#\)ݟw9 gKNM\&LܯK;}ݧ#&7yŊ BmP_>d28Y4/$β$N*OK +ig\DRY<>8uzA+q.Q`4[XV$ G7F-j޾آ.*%^9jv<%HkƬ8x= . )[ -7e((Tgu$U%<|l.~B@P:#4RRbfh;3 q VtU?[X^6v,^Y (FPPfO7xO0ijN?!/\ 1T 8-2ēTזeN$^zr rTfd^PHLA mm5Vݔ'fÔP\{6bsس }&<k}s*/SM}h6yճ`v۫׋v"rP{1)_p9 z-4_Ij׽(GIchQ{$$Cuk:$_+&vթ tkxGHռmTE=r:soLq C<, RNN2ϭJBa,J 4W-R/6xKQG +{9Y_P5~{(~D(xV9BR-a 2ET۵;H<P"1d|txLŧR("S7g XuX ͱ*-[ 7b'E{ .srO| 3kj$" 2hl<3?As(Ck'?9 YZ