python3-IPython-doc-3.2.2-4.25>t  DH`pYl/=„_fM FH雋 J4Л^uHj5@ 8=U~1xyd9+.eKzYKp'鏚A[-)e^&`E*JK9[.[֦oh̳uUw]!!뢀Nmɼ+GClpi& Րt*Y\ᴒd}W.G#Ԩx\OzJm63t)[MDN$+8L5U4[@5-ΈSiC#H3 70f4665ae0675025f8ce86c24f92e9ad87ac954fH\Yl/=„Eb4$Not2iҾ\G5ZfKE-D]g9RǙtvߺ_6H.aށ~9: `}G {}z?$}Ӻ!ŸKup):3hy.Uqeg|)5UjB\jlDp>gV<ܬT cC*w:8>Ƃ붅-[G* L1&~f.c]W" Dv5@m><D?Dd ! T,08<OXe ~     $u(8#9 #:#FBXGBlHBpIBtXBxYB|\B]B^BbBcC>dCeCfClCuCvCwCxCzCCCDCpython3-IPython-doc3.2.24.25An Enhanced Interactive Python Shell documentationIPython provides a replacement for the interactive python (Python) interpreter with extra functionality. This package contains comprehensive documentation for IPython in html format, as well as examples of usage.Yllamb05openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgDocumentation/Otherhttp://ipython.scipy.org/linuxnoarchAYlrootrootpython3-IPython-3.2.2-4.25.src.rpmpython3-IPython-doc   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2V@U@U@U@U@T@TTTTuT;SS @SS=M@SR@R@R^@Rg@RQ@Q(@QQC @PPP@P@O~OOO@O@O3@toddrme2178@gmail.comtoddrme2178@gmail.comarun@gmx.detoddrme2178@gmail.comarun@gmx.detoddrme2178@gmail.comarun@gmx.dearun@gmx.dearun@gmx.dearun@gmx.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comarun@gmx.dearun@gmx.deoleg@grodno.ruoleg@grodno.ruarun@gmx.detoddrme2178@gmail.comhighwaystar.ru@gmail.comspeilicke@suse.comtoddrme2178@gmail.comjmatejek@suse.comlbeltrame@kde.orgtoddrme2178@gmail.comtoddrme2178@gmail.comeinar@heavensinferno.neteinar@heavensinferno.nettoddrme2178@gmail.comhighwaystar.ru@gmail.comhighwaystar.ru@gmail.comtoddrme2178@gmail.comhighwaystar.ru@gmail.comhighwaystar.ru@gmail.com- Update to 3.2.2 * This is a critical security update. Addresses vulnerabilities when files have maliciously crafted filenames (CVE-2015-6938), or vulnerability when opening text files with malicious binary content (CVE pending).- Add python3-pexpect dependency, which is now python3 compatible.- update to version 3.2.1: * IPython 3.2.1 is a small bugfix release, primarily for cross-site security fixes in the notebook. Users are strongly encouraged to upgrade immediately. There are also a few small unicode and nbconvert-related fixes- update to version 3.2.0: * IPython 3.2 contains important security fixes. Users are strongly encouraged to upgrade immediately. * Highlights: - A security improvement that set the secure attribute to login cookie to prevent them to be sent over http - Revert the face color of matplotlib axes in the inline backend to not be transparent. - Enable mathjax safe mode by default - Fix XSS vulnerability in JSON error messages - Various widget-related fixes- update to version 3.1.0: * Highlights: + Various focus jumping and scrolling fixes in the notebook. + Various message ordering and widget fixes in the notebook. + Images in markdown and output are confined to the notebook width. An .unconfined CSS class is added to disable this behavior per-image. The resize handle on output images is removed. + Improved ordering of tooltip content for Python functions, putting the signature at the top. + Fix UnicodeErrors when displaying some objects with unicode reprs on Python 2. + Set the kernel’s working directory to the notebook directory when running nbconvert --execute, so that behavior matches the live notebook. + Allow setting custom SSL options for the tornado server with NotebookApp.ssl_options, and protect against POODLE with default settings by disabling SSLv3. + Fix memory leak in the IPython.parallel Controller on Python 3. * See Issues closed in the 3.x development cycle for details.- Drop gnome-icon-theme BuildRequires: the theme no longer exists (it was merged and renamed to Adwaita-icon-theme). Instead, package the icons in a tarball and install them during build. - Reorganizes requirements a little.- specifle: * added mistune, jsonschema requirement * updated some version numbers for requirements * removed pandoc requirement - update to version 3.0.0: * Using different kernels * typing unicode identifiers * new widgets * lots of other changes, see http://ipython.org/ipython-doc/3/whatsnew/version3.html- specfile: * removed modname variable - update to version 2.4.1: * backport read support for nbformat v4 from IPython 3 * support for PyQt5 in the kernel (not QtConsole) * support for Pygments 2.0- specfile: * updated copyright year * added Jinja2 requirement for notebook and nbconvert (bnc#911524)- update to 2.3.1 * don’t use text mode in mkstemp * Notebook.ipynb CR+LF turned into CR+CR+LF- Update to 2.3.0 * Bugfix release- Add pandoc dependency for nbconvert notebook converter. This is only available for openSUSE > 13.1. - Change some dependencies that are not required for basic functionality to Recommends.- Update to 2.2.0 * Bugfix release- Update to 2.1.0 * BugFix release- updated to 2.0.0 The principal milestones of 2.0 are: * interactive widgets for the notebook * directory navigation in the notebook dashboard * persistent URLs for notebooks * a new modal user interface in the notebook * a security model for notebooks more details at http://ipython.org/ipython-doc/2/whatsnew/version2.0.html * changes in spec file: - manual remove binaries that don't end in *3 - added dependencies matplotlib, numpydoc, updated version for tornado - logger, color and irunner are not provided anymore, remove from file list - Copying is now in rst format - name and location of desktop files changed - removed if case for >12.2 version, since IPython only builds for >12.2- update to 1.2.1 (including 1.2.0) Pull Requests (38): 1.2.1: PR #4372: Don’t assume that SyntaxTB is always called with a SyntaxError PR #5166: remove mktemp usage PR #5163: Simplify implementation of TemporaryWorkingDirectory. PR #5105: add index to format to support py2.6 1.2.0: PR #4972: Work around problem in doctest discovery in Python 3.4 with PyQt PR #4934: ipython profile create respects –ipython-dir PR #4845: Add Origin Checking. PR #4928: use importlib.machinery when available PR #4849: Various unicode fixes (mostly on Windows) PR #4880: set profile name from profile_dir PR #4908: detect builtin docstrings in oinspect PR #4909: sort dictionary keys before comparison, ordering is not guaranteed PR #4903: use https for all embeds PR #4868: Static path fixes PR #4820: fix regex for cleaning old logs with ipcluster PR #4840: Error in Session.send_raw() PR #4762: whitelist alphanumeric characters for cookie_name PR #4748: fix race condition in profiledir creation. PR #4720: never use ssh multiplexer in tunnels PR #4738: don’t inject help into user_ns PR #4722: allow purging local results as long as they are not outstanding PR #4668: Make non-ASCII docstring unicode PR #4639: Minor import fix to get qtconsole with –pylab=qt working PR #4453: Play nice with App Nap PR #4609: Fix bytes regex for Python 3. PR #4488: fix typo in message spec doc PR #4346: getpass() on Windows & Python 2 needs bytes prompt PR #4230: Switch correctly to the user’s default matplotlib backend after inline. PR #4214: engine ID metadata should be unicode, not bytes PR #4232: no highlight if no language specified PR #4218: Fix display of SyntaxError when .py file is modified PR #4217: avoid importing numpy at the module level PR #4213: fixed dead link in examples/notebooks readme to Part 3 PR #4183: ESC should be handled by CM if tooltip is not on PR #4193: Update for #3549: Append Firefox overflow-x fix PR #4205: use TextIOWrapper when communicating with pandoc subprocess PR #4204: remove some extraneous print statements from IPython.parallel PR #4201: HeadingCells cannot be split or merged Issues (17): 1.2.1: [#5101]: IPython 1.2.0: notebook fail with “500 Internal Server Error” 1.2.0: [#4892]: IPython.qt test failure with python3.4 [#4810]: ipcluster bug in clean_logs flag [#4765]: missing build script for highlight.js [#4761]: ipv6 address triggers cookie exception [#4721]: purge_results with jobid crashing - looking for insight [#4602]: “ipcluster stop” fails after “ipcluster start –daemonize” using python3.3 [#3386]: Magic %paste not working in Python 3.3.2. TypeError: Type str doesn’t support the buffer API [#4485]: Incorrect info in “Messaging in IPython” documentation. [#4351]: /parallel/apps/launcher.py error [#4334]: NotebookApp.webapp_settings static_url_prefix causes crash [#4039]: Celltoolbar example issue [#4256]: IPython no longer handles unicode file names [#4122]: Nbconvert [windows]: Inconsistent line endings in markdown cells exported to latex [#3819]: nbconvert add extra blank line to code block on Windows. [#4203]: remove spurious print statement from parallel annoted functions [#4200]: Notebook: merging a heading cell and markdown cell cannot be undone- python3-tk is needed for working with clipboard. - Added python3-tk as a required dependency.- Added python3-tk as a required dependency- update to 1.1.0, mostly bugfixes. Here is the list of changes Pull Requests (58): PR #4188 - Allow user_ns trait to be None PR #4189 - always fire LOCAL_IPS.extend(PUBLIC_IPS) PR #4174 - various issues in markdown and rst templates PR #4178 - add missing data_javascript PR #4181 - nbconvert: Fix, sphinx template not removing new lines from headers PR #4043 - don't 'restore_bytes' in from_JSON PR #4163 - Fix for incorrect default encoding on Windows. PR #4136 - catch javascript errors in any output PR #4171 - add nbconvert config file when creating profiles PR #4125 - Basic exercise of ipython [subcommand] -h and help-all PR #4085 - nbconvert: Fix sphinx preprocessor date format string for Windows PR #4159 - don't split .cell and div.cell CSS PR #4158 - generate choices for --gui configurable from real mapping PR #4065 - do not include specific css in embedable one PR #4092 - nbconvert: Fix for unicode html headers, Windows + Python 2.x PR #4074 - close Client sockets if connection fails PR #4064 - Store default codemirror mode in only 1 place PR #4104 - Add way to install MathJax to a particular profile PR #4144 - help_end transformer shouldn't pick up ? in multiline string PR #4143 - update example custom.js PR #4142 - DOC: unwrap openssl line in public_server doc PR #4141 - add files with a separate add call in backport_pr PR #4137 - Restore autorestore option for storemagic PR #4098 - pass profile-dir instead of profile name to Kernel PR #4120 - support input in Python 2 kernels PR #4088 - nbconvert: Fix coalescestreams line with incorrect nesting causing strange behavior PR #4060 - only strip continuation prompts if regular prompts seen first PR #4132 - Fixed name error bug in function safe_unicode in module py3compat. PR #4121 - move test_kernel from IPython.zmq to IPython.kernel PR #4118 - ZMQ heartbeat channel: catch EINTR exceptions and continue. PR #4054 - use unicode for HTML export PR #4106 - fix a couple of default block values PR #4115 - Update docs on declaring a magic function PR #4101 - restore accidentally removed EngineError PR #4096 - minor docs changes PR #4056 - respect pylab_import_all when --pylab specified at the command-line PR #4091 - Make Qt console banner configurable PR #4086 - fix missing errno import PR #4030 - exclude .git in MANIFEST.in PR #4047 - Use istype() when checking if canned object is a dict PR #4031 - don't close_fds on Windows PR #4029 - bson.Binary moved PR #4035 - Fixed custom jinja2 templates being ignored when setting template_path PR #4026 - small doc fix in nbconvert PR #4016 - Fix IPython.start_* functions PR #4021 - Fix parallel.client.View map() on numpy arrays PR #4022 - DOC: fix links to matplotlib, notebook docs PR #4018 - Fix warning when running IPython.kernel tests PR #4019 - Test skipping without unicode paths PR #4008 - Transform code before %prun/%%prun runs PR #4014 - Fix typo in ipapp PR #3987 - get files list in backport_pr PR #3974 - nbconvert: Fix app tests on Window7 w/ Python 3.3 PR #3978 - fix --existing with non-localhost IP PR #3939 - minor checkpoint cleanup PR #3981 - BF: fix nbconvert rst input prompt spacing PR #3960 - Don't make sphinx a dependency for importing nbconvert PR #3973 - logging.Formatter is not new-style in 2.6 Issues (18): [#4024] - nbconvert markdown issues [#4095] - Catch js error in append html in stream/pyerr [#4156] - Specifying --gui=tk at the command line [#3818] - nbconvert can't handle Heading with Chinese characters on Japanese Windows OS. [#4134] - multi-line parser fails on ''' in comment, qtconsole and notebook. [#3998] - sample custom.js needs to be updated [#4078] - StoreMagic.autorestore not working in 1.0.0 [#3990] - Buitlin input doesn't work over zmq [#4015] - nbconvert fails to convert all the content of a notebook [#4059] - Issues with Ellipsis literal in Python 3 [#4103] - Wrong default argument of DirectView.clear [#4100] - parallel.client.client references undefined error.EngineError [#4005] - IPython.start_kernel doesn't work. [#4020] - IPython parallel map fails on numpy arrays [#3945] - nbconvert: commandline tests fail Win7x64 Py3.3 [#3977] - unable to complete remote connections for two-process [#3980] - nbconvert rst output lacks needed blank lines [#3968] - TypeError: super() argument 1 must be type, not classobj (Python 2.6.6)- Don't try to install missing examples on openSUSE 12.2- - update to 1.0.0 - The principal milestone is the addition of IPython.nbconvert. - Added IPython.kernel for all kernel-related code. - Removed the frontend subpackage, as it caused unnecessary depth. - The IPython sphinx directives are now installed in IPython.sphinx. - The input transformation framework has been reworked. - Exception types can now be displayed with a custom traceback. - A new command, ipython history trim can be used to delete everything but the last 1000 entries in the history database. - __file__ is defined in both config files at load time, and .ipy files executed with %run. - %logstart and %logappend are no longer broken. - Add glob expansion for %run, e.g. %run -g script.py *.txt. - Expand variables ($foo) in Cell Magic argument line. - By default, iptest will exclude various slow tests. All tests can be run with iptest –all. - SQLite history can be disabled in the various cases that it does not behave well. - %edit works on interactively defined variables. - editor hooks have been restored from quarantine, enabling TextMate as editor, etc. - The env variable PYTHONSTARTUP is respected by IPython. - The %matplotlib magic was added. - The --matplotlib command line flag was also added.- Set license to BSD-3-Clause according to legal team- Install .desktop files - Add buildrequires so there is proper detection of dependencies at build-time - Add python-distribute buildrequires for proper dependency detection - Build full documentation in python 2 version (not yet working with python 3) - Include license file and README file - Change suggests to recommends since suggests are not well supported - Manually-specify executable and manual file names to better identify conflicts between python 2 and python 3 versions- update to 0.13.2 - bugfix-release, 52 bugs fixed - improved compatibility with new Qt versions (fixes bnc#819931, obsoletes ipython-fix-loading-newer-pyqt.diff) - drop conditionals for too-old SUSE releases - shorten summary- Add ipython-fix-loading-newer-pyqt.diff to make Qt console load with PyQt 4.10 (fix already upstream)- Fix building on openSUSE 12.1 and 12.2- Remove openSUSE 11.4 spec file workarounds- Remove the renames (now setuptools adds a -3 suffix automatically) - Fix man pages (rename them accordingly, fixes rpmlint warning)- Update to 0.13.1 - New major upstream release - Major notebook improvements - Major improvements to the Qt console - Improvement of parallel tools - Spec file adjustment: remove docs, since IPython-doc already provides them- Fix building python 3 package on openSUSE 11.4 x86_64- added python3-tornado Requires for ipython3 notebook mode- fixed runtime Requires python3-xml and python3-distribute- Update to 0.12.1 Bugfixes - Comment out non-existant wxpython-related python 3 packages - Change python 3 binary names so they don't conflict with the python 2 ones - Fix removal of hidden git info in python3 package - Small python 2 package spec file cleanups- added build dependency python3-2to3 without it files just not converted silently- added python3-IPython packagelamb05 15003112883.2.2-4.25python3-IPython/usr/share/doc/packages/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/d8c32c9df34007ed5b643461ae9fcbfb-python3-IPythoncpiolzma5noarch-suse-linuxdirectoryxfm1NQX*0python3-IPython3.2.2?@] crt:bLL'd K|!RD[K*x@`KɧHY^>M&t 1zE3dBӽ1`Z