Hello community,
here is the log from the commit of package python-ipython for openSUSE:Factory
checked in at 2020-01-19 21:00:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipython (Old)
and /work/SRC/openSUSE:Factory/.python-ipython.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipython"
Sun Jan 19 21:00:19 2020 rev:5 rq:764785 version:7.11.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipython/python-ipython-doc.changes
2019-11-13 13:12:57.758737941 +0100
+++
/work/SRC/openSUSE:Factory/.python-ipython.new.26092/python-ipython-doc.changes
2020-01-19 21:00:24.860144069 +0100
@@ -1,0 +2,35 @@
+Wed Jan 15 15:41:15 UTC 2020 - Todd R <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
python-ipython.changes: same change
Old:
----
ipython-7.9.0.tar.gz
ipython.pdf
ipython.zip
New:
----
ipython-7.11.1.pdf
ipython-7.11.1.tar.gz
ipython-7.11.1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipython-doc.spec ++++++
--- /var/tmp/diff_new_pack.QkPBCk/_old 2020-01-19 21:00:28.896146189 +0100
+++ /var/tmp/diff_new_pack.QkPBCk/_new 2020-01-19 21:00:28.900146191 +0100
@@ -1,7 +1,7 @@
#
# 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
# 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
# dependency loops with most of the core jupyter packages.
%define oldpython python
-%define doc_ver 7.9.0
+%define doc_ver 7.11.1
Name: python-ipython-doc
-Version: 7.9.0
+Version: 7.11.1
Release: 0
Summary: Documentation for python3-jupyter_ipython
License: BSD-3-Clause
@@ -29,8 +29,8 @@
URL: https://github.com/ipython/ipython
Source0:
https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
# Please make sure you update the documentation files at every release
-Source1:
https://buildmedia.readthedocs.org/media/pdf/ipython/%{doc_ver}/ipython.pdf
-Source2:
https://buildmedia.readthedocs.org/media/htmlzip/ipython/%{doc_ver}/ipython.zip
+Source1:
https://readthedocs.org/projects/ipython/downloads/pdf/%{doc_ver}#/ipython-%{doc_ver}.pdf
+Source2:
https://readthedocs.org/projects/ipython/downloads/htmlzip/%{doc_ver}/#/ipython-%{doc_ver}.zip
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
@@ -73,7 +73,7 @@
%install
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 examples %{buildroot}%{_docdir}/python-ipython/
++++++ python-ipython.spec ++++++
--- /var/tmp/diff_new_pack.QkPBCk/_old 2020-01-19 21:00:28.936146210 +0100
+++ /var/tmp/diff_new_pack.QkPBCk/_new 2020-01-19 21:00:28.952146218 +0100
@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define skip_python2 1
%bcond_without iptest
Name: python-ipython
-Version: 7.9.0
+Version: 7.11.1
Release: 0
Summary: Rich architecture for interactive computing with Python
License: BSD-3-Clause
++++++ ipython-7.9.0.tar.gz -> ipython-7.11.1.tar.gz ++++++
++++ 4135 lines of diff (skipped)