Accepting request 764784 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Update to 7.11.1 * A couple of deprecated functions (no-op) have been reintroduces in py3compat as Cython was still relying on them, and will be removed in a couple of versions. - Update to 7.11.0 * A number of function in the ``py3compat`` have been removed; a number of types in the IPython code base are now non-ambiguous and now always ``unicode`` instead of ``Union[Unicode,bytes]``; many of the relevant code path have thus been simplified/cleaned and types annotation added. * IPython support several verbosity level from exceptions. ``xmode plain`` now support chained exceptions. * We are starting to remove ``shell=True`` in some usages of subprocess. While not directly a security issue (as IPython is made to run arbitrary code anyway) it is not good practice and we'd like to show the example. * Work around some bugs in Python 3.9 tokenizer * IPython will now print its version after a crash. - Update to 7.10.2 * IPython 7.10.2 fix a couple of extra incompatibility between IPython, ipdb, asyncio and Prompt Toolkit 3. - Update to IPython 7.10.1 * IPython 7.10.1 fix a couple of incompatibilities with Prompt toolkit 3 (please update Prompt toolkit to 3.0.2 at least), and fixes some interaction with headless IPython. - Update to IPython 7.10.0 * Stop Support for Python 3.5 – Adopt NEP 29 * Support for Prompt Toolkit 3.0 * Prompt Rendering Performance improvements * Code autoformatting * Arbitrary Mimetypes Handing in Terminal (Aka inline images in terminal) * Completions can define their own ordering * Enable Plotting in the same cell than the one that import matplotlib * Allow to store and restore multiple variables at once - Update to 7.11.1 * A couple of deprecated functions (no-op) have been reintroduces in py3compat as Cython was still relying on them, and will be removed in a couple of versions. - Update to 7.11.0 * A number of function in the ``py3compat`` have been removed; a number of types in the IPython code base are now non-ambiguous and now always ``unicode`` instead of ``Union[Unicode,bytes]``; many of the relevant code path have thus been simplified/cleaned and types annotation added. * IPython support several verbosity level from exceptions. ``xmode plain`` now support chained exceptions. * We are starting to remove ``shell=True`` in some usages of subprocess. While not directly a security issue (as IPython is made to run arbitrary code anyway) it is not good practice and we'd like to show the example. * Work around some bugs in Python 3.9 tokenizer * IPython will now print its version after a crash. - Update to 7.10.2 * IPython 7.10.2 fix a couple of extra incompatibility between IPython, ipdb, asyncio and Prompt Toolkit 3. - Update to IPython 7.10.1 * IPython 7.10.1 fix a couple of incompatibilities with Prompt toolkit 3 (please update Prompt toolkit to 3.0.2 at least), and fixes some interaction with headless IPython. - Update to IPython 7.10.0 * Stop Support for Python 3.5 – Adopt NEP 29 * Support for Prompt Toolkit 3.0 * Prompt Rendering Performance improvements * Code autoformatting * Arbitrary Mimetypes Handing in Terminal (Aka inline images in terminal) * Completions can define their own ordering * Enable Plotting in the same cell than the one that import matplotlib * Allow to store and restore multiple variables at once OBS-URL: https://build.opensuse.org/request/show/764784 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=34
This commit is contained in:
parent
8bf3971196
commit
ca7dfe15ba
3
ipython-7.11.1.pdf
Normal file
3
ipython-7.11.1.pdf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dc91ad26fa8ba457fc5052b66695fd260f28fca9ba1d003b9c6ca8eefbd6a451
|
||||||
|
size 4331401
|
3
ipython-7.11.1.tar.gz
Normal file
3
ipython-7.11.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0f4bcf18293fb666df8511feec0403bdb7e061a5842ea6e88a3177b0ceb34ead
|
||||||
|
size 5130089
|
3
ipython-7.11.1.zip
Normal file
3
ipython-7.11.1.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b17fc6ecf58ac85e2ecdeb7ce95a205c836c39868b0a818ebebd801387cc348d
|
||||||
|
size 13233143
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dfd303b270b7b5232b3d08bd30ec6fd685d8a58cabd54055e3d69d8f029f7280
|
|
||||||
size 5124623
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f85959a47032cd144bc382f56c630369292ff2a9501de0e7c134fc038581ab4e
|
|
||||||
size 4312889
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c414bfd49e75c851d0e571f5860d80baefd9bad0b608f96fc46345ba388c7fe3
|
|
||||||
size 13202888
|
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 15 15:41:15 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Update to 7.11.1
|
||||||
|
* A couple of deprecated functions (no-op) have been reintroduces in py3compat as
|
||||||
|
Cython was still relying on them, and will be removed in a couple of versions.
|
||||||
|
- Update to 7.11.0
|
||||||
|
* A number of function in the ``py3compat`` have been removed; a number of types
|
||||||
|
in the IPython code base are now non-ambiguous and now always ``unicode``
|
||||||
|
instead of ``Union[Unicode,bytes]``; many of the relevant code path have thus
|
||||||
|
been simplified/cleaned and types annotation added.
|
||||||
|
* IPython support several verbosity level from exceptions. ``xmode plain`` now
|
||||||
|
support chained exceptions.
|
||||||
|
* We are starting to remove ``shell=True`` in some usages of subprocess. While not directly
|
||||||
|
a security issue (as IPython is made to run arbitrary code anyway) it is not good
|
||||||
|
practice and we'd like to show the example.
|
||||||
|
* Work around some bugs in Python 3.9 tokenizer
|
||||||
|
* IPython will now print its version after a crash.
|
||||||
|
- Update to 7.10.2
|
||||||
|
* IPython 7.10.2 fix a couple of extra incompatibility between IPython, ipdb,
|
||||||
|
asyncio and Prompt Toolkit 3.
|
||||||
|
- Update to IPython 7.10.1
|
||||||
|
* IPython 7.10.1 fix a couple of incompatibilities with Prompt toolkit 3 (please
|
||||||
|
update Prompt toolkit to 3.0.2 at least), and fixes some interaction with
|
||||||
|
headless IPython.
|
||||||
|
- Update to IPython 7.10.0
|
||||||
|
* Stop Support for Python 3.5 – Adopt NEP 29
|
||||||
|
* Support for Prompt Toolkit 3.0
|
||||||
|
* Prompt Rendering Performance improvements
|
||||||
|
* Code autoformatting
|
||||||
|
* Arbitrary Mimetypes Handing in Terminal (Aka inline images in terminal)
|
||||||
|
* Completions can define their own ordering
|
||||||
|
* Enable Plotting in the same cell than the one that import matplotlib
|
||||||
|
* Allow to store and restore multiple variables at once
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 12 16:26:46 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Tue Nov 12 16:26:46 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ipython-doc
|
# spec file for package python-ipython-doc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,9 +19,9 @@
|
|||||||
# This package has to be kept separate from the main package to avoid
|
# This package has to be kept separate from the main package to avoid
|
||||||
# dependency loops with most of the core jupyter packages.
|
# dependency loops with most of the core jupyter packages.
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
%define doc_ver 7.9.0
|
%define doc_ver 7.11.1
|
||||||
Name: python-ipython-doc
|
Name: python-ipython-doc
|
||||||
Version: 7.9.0
|
Version: 7.11.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documentation for python3-jupyter_ipython
|
Summary: Documentation for python3-jupyter_ipython
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -29,8 +29,8 @@ Group: Documentation/Other
|
|||||||
URL: https://github.com/ipython/ipython
|
URL: https://github.com/ipython/ipython
|
||||||
Source0: https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
|
||||||
# Please make sure you update the documentation files at every release
|
# Please make sure you update the documentation files at every release
|
||||||
Source1: https://buildmedia.readthedocs.org/media/pdf/ipython/%{doc_ver}/ipython.pdf
|
Source1: https://readthedocs.org/projects/ipython/downloads/pdf/%{doc_ver}#/ipython-%{doc_ver}.pdf
|
||||||
Source2: https://buildmedia.readthedocs.org/media/htmlzip/ipython/%{doc_ver}/ipython.zip
|
Source2: https://readthedocs.org/projects/ipython/downloads/htmlzip/%{doc_ver}/#/ipython-%{doc_ver}.zip
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
@ -73,7 +73,7 @@ find examples -type f -name "*.py" -exec sed -i "s|^#!%{_bindir}/env python$|#!%
|
|||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_docdir}/python-ipython
|
mkdir -p %{buildroot}%{_docdir}/python-ipython
|
||||||
|
|
||||||
cp %{SOURCE1} %{buildroot}%{_docdir}/python-ipython/
|
cp %{SOURCE1} %{buildroot}%{_docdir}/python-ipython/ipython.pdf
|
||||||
cp -r docs/html %{buildroot}%{_docdir}/python-ipython/
|
cp -r docs/html %{buildroot}%{_docdir}/python-ipython/
|
||||||
cp -r examples %{buildroot}%{_docdir}/python-ipython/
|
cp -r examples %{buildroot}%{_docdir}/python-ipython/
|
||||||
|
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 15 15:41:15 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Update to 7.11.1
|
||||||
|
* A couple of deprecated functions (no-op) have been reintroduces in py3compat as
|
||||||
|
Cython was still relying on them, and will be removed in a couple of versions.
|
||||||
|
- Update to 7.11.0
|
||||||
|
* A number of function in the ``py3compat`` have been removed; a number of types
|
||||||
|
in the IPython code base are now non-ambiguous and now always ``unicode``
|
||||||
|
instead of ``Union[Unicode,bytes]``; many of the relevant code path have thus
|
||||||
|
been simplified/cleaned and types annotation added.
|
||||||
|
* IPython support several verbosity level from exceptions. ``xmode plain`` now
|
||||||
|
support chained exceptions.
|
||||||
|
* We are starting to remove ``shell=True`` in some usages of subprocess. While not directly
|
||||||
|
a security issue (as IPython is made to run arbitrary code anyway) it is not good
|
||||||
|
practice and we'd like to show the example.
|
||||||
|
* Work around some bugs in Python 3.9 tokenizer
|
||||||
|
* IPython will now print its version after a crash.
|
||||||
|
- Update to 7.10.2
|
||||||
|
* IPython 7.10.2 fix a couple of extra incompatibility between IPython, ipdb,
|
||||||
|
asyncio and Prompt Toolkit 3.
|
||||||
|
- Update to IPython 7.10.1
|
||||||
|
* IPython 7.10.1 fix a couple of incompatibilities with Prompt toolkit 3 (please
|
||||||
|
update Prompt toolkit to 3.0.2 at least), and fixes some interaction with
|
||||||
|
headless IPython.
|
||||||
|
- Update to IPython 7.10.0
|
||||||
|
* Stop Support for Python 3.5 – Adopt NEP 29
|
||||||
|
* Support for Prompt Toolkit 3.0
|
||||||
|
* Prompt Rendering Performance improvements
|
||||||
|
* Code autoformatting
|
||||||
|
* Arbitrary Mimetypes Handing in Terminal (Aka inline images in terminal)
|
||||||
|
* Completions can define their own ordering
|
||||||
|
* Enable Plotting in the same cell than the one that import matplotlib
|
||||||
|
* Allow to store and restore multiple variables at once
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 12 16:26:46 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Tue Nov 12 16:26:46 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ipython
|
# spec file for package python-ipython
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%bcond_without iptest
|
%bcond_without iptest
|
||||||
Name: python-ipython
|
Name: python-ipython
|
||||||
Version: 7.9.0
|
Version: 7.11.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rich architecture for interactive computing with Python
|
Summary: Rich architecture for interactive computing with Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user