python-ipython
No description set
- Sources inherited from project devel:languages:python:jupyter
- Devel package for openSUSE:Factory
-
9
derived packages
- Links to openSUSE:Factory / python-ipython
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dgarcia:python312:numeric/python-ipython && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
JupyterConsole.svg | 0000026397 25.8 KB | |
_link | 0000000149 149 Bytes | |
_multibuild | 0000000053 53 Bytes | |
ipython-8.0.1.tar.gz | 0005306811 5.06 MB | |
ipython-pr13282-py310-inspect.patch | 0000003916 3.82 KB | |
ipython-pr13371-py310-oserror.patch | 0000001525 1.49 KB | |
python-ipython.changes | 0000049489 48.3 KB | |
python-ipython.spec | 0000009363 9.14 KB | |
skip-network-test.patch | 0000000566 566 Bytes |
Revision 80 (latest revision is 136)
Benjamin Greiner (bnavigator)
accepted
request 947647
from
Benjamin Greiner (bnavigator)
(revision 80)
- Update to 8.0.1 * Security fix CVE-2022-21699: change some default values in order to prevent potential Execution with Unnecessary Privileges. * Almost all version of IPython looks for configuration and profiles in current working directory. Since IPython was developed before pip and environments existed it was used a convenient way to load code/packages in a project dependant way. * In 2022, it is not necessary anymore, and can lead to confusing behavior where for example cloning a repository and starting IPython or loading a notebook from any Jupyter-Compatible interface that has ipython set as a kernel can lead to code execution. * The current working directory is not searched anymore for profiles or configurations files. * Added a __patched_cves__ attribute (set of strings) to IPython module that contain the list of fixed CVE. This is informational only.
Comments 0