Hello community,
here is the log from the commit of package python-jupyter_ipython for
openSUSE:Factory checked in at 2017-10-05 11:58:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_ipython (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_ipython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_ipython"
Thu Oct 5 11:58:10 2017 rev:8 rq:530852 version:6.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_ipython/python-jupyter_ipython-doc.changes
2017-09-12 19:53:26.455561643 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_ipython.new/python-jupyter_ipython-doc.changes
2017-10-05 11:58:13.241365292 +0200
@@ -1,0 +2,31 @@
+Tue Oct 3 01:20:57 UTC 2017 - [email protected]
+
+- update to version 6.2.1:
+ * IPython 6.2.1 ships with two minor fixes leading to no completions
+ when using Jedi 0.11+ :ghpull:`10829`, and crash on some linux
+ system with virtualenv :ghpull:`10829`
+
+-------------------------------------------------------------------
+Fri Sep 22 17:32:12 UTC 2017 - [email protected]
+
+- Fix conflict with old python3-jupyter_ipython-doc
+
+-------------------------------------------------------------------
+Tue Sep 19 20:18:04 UTC 2017 - [email protected]
+
+- Update to version 6.2.0
+ * Function signature in completions
+ * Assignments return values
+ * Recursive Call of ipdb
+ * System Wide config
+ * ProgressBar
+ * Fix ``IPython.core.display:Pretty._repr_pretty_`` had the wrong signature.
+ * :magic:`timeit` now give a correct ``SyntaxError`` if naked ``return``
used.
+ * Prepare the ``:ipython:`` directive to be compatible with Sphinx 1.7.
+ * Make IPython work with OpenSSL in FIPS mode; change hash algorithm of input
+ from md5 to sha1.
+ * Clear breakpoints before running any script with debugger.
+ * Document that :magic:`profile` is deprecated, not to be confused with
:magic:`prun`.
+ * Limit default number of returned completions to 500.
+
+-------------------------------------------------------------------
---
/work/SRC/openSUSE:Factory/python-jupyter_ipython/python-jupyter_ipython.changes
2017-09-12 19:53:26.487557144 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_ipython.new/python-jupyter_ipython.changes
2017-10-05 11:58:13.281359664 +0200
@@ -1,0 +2,26 @@
+Tue Oct 3 01:20:57 UTC 2017 - [email protected]
+
+- update to version 6.2.1:
+ * IPython 6.2.1 ships with two minor fixes leading to no completions
+ when using Jedi 0.11+ :ghpull:`10829`, and crash on some linux
+ system with virtualenv :ghpull:`10829`
+
+-------------------------------------------------------------------
+Tue Sep 19 20:18:04 UTC 2017 - [email protected]
+
+- Update to version 6.2.0
+ * Function signature in completions
+ * Assignments return values
+ * Recursive Call of ipdb
+ * System Wide config
+ * ProgressBar
+ * Fix ``IPython.core.display:Pretty._repr_pretty_`` had the wrong signature.
+ * :magic:`timeit` now give a correct ``SyntaxError`` if naked ``return``
used.
+ * Prepare the ``:ipython:`` directive to be compatible with Sphinx 1.7.
+ * Make IPython work with OpenSSL in FIPS mode; change hash algorithm of input
+ from md5 to sha1.
+ * Clear breakpoints before running any script with debugger.
+ * Document that :magic:`profile` is deprecated, not to be confused with
:magic:`prun`.
+ * Limit default number of returned completions to 500.
+
+-------------------------------------------------------------------
Old:
----
ipython-6.1.0.tar.gz
New:
----
ipython-6.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_ipython-doc.spec ++++++
--- /var/tmp/diff_new_pack.oIkI3h/_old 2017-10-05 11:58:14.045252188 +0200
+++ /var/tmp/diff_new_pack.oIkI3h/_new 2017-10-05 11:58:14.045252188 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package python3-jupyter_ipython-doc
+# spec file for package python-jupyter_ipython-doc
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
@@ -23,8 +23,9 @@
%bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
Name: python-jupyter_ipython-doc
-Version: 6.1.0
+Version: 6.2.1
Release: 0
Summary: Documentation for python3-jupyter_ipython
License: BSD-3-Clause
@@ -32,13 +33,19 @@
Url: http://ipython.org
Source:
https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
BuildRequires: fdupes
-BuildRequires: python3-jupyter_ipython
BuildRequires: python-rpm-macros
%if %{with tests}
# Test Requirements
-BuildRequires: python3-jupyter_ipython-iptest = %{version}
-BuildRequires: python3-jupyter_ipykernel
BuildRequires: python3-jedi
+BuildRequires: python3-jupyter_ipykernel
+BuildRequires: python3-jupyter_ipyparallel
+BuildRequires: python3-jupyter_ipython = %{version}
+BuildRequires: python3-jupyter_ipython-iptest = %{version}
+BuildRequires: python3-jupyter_ipywidgets
+BuildRequires: python3-jupyter_nbconvert
+BuildRequires: python3-jupyter_nbformat
+BuildRequires: python3-jupyter_notebook
+BuildRequires: python3-jupyter_qtconsole
BuildRequires: python3-matplotlib
BuildRequires: python3-nose
BuildRequires: python3-testpath
@@ -56,13 +63,16 @@
BuildRequires: python3-Sphinx-latex
%endif
BuildArch: noarch
-Provides: %{name}-html = %{version}
-Provides: %{name}-pdf = %{version}
-Obsoletes: %{name}-html < %{version}
-Obsoletes: %{name}-pdf < %{version}
-Provides: %{python_module jupyter_ipython-doc}
-Provides: %{python_module jupyter_ipython-doc-html}
-Provides: %{python_module jupyter_ipython-doc-pdf}
+Provides: %{oldpython}-jupyter_ipython-doc-html = %{version}
+Provides: %{oldpython}-jupyter_ipython-doc-pdf = %{version}
+Obsoletes: %{oldpython}-jupyter_ipython-doc-html < %{version}
+Obsoletes: %{oldpython}-jupyter_ipython-doc-pdf < %{version}
+Provides: %{python_module jupyter_ipython-doc = %{version}}
+Provides: %{python_module jupyter_ipython-doc-html = %{version}}
+Provides: %{python_module jupyter_ipython-doc-pdf = %{version}}
+Obsoletes: %{python_module jupyter_ipython-doc < %{version}}
+Obsoletes: %{python_module jupyter_ipython-doc-html < %{version}}
+Obsoletes: %{python_module jupyter_ipython-doc-pdf < %{version}}
%description
Documentation and help files for python3-jupyter_ipython.
@@ -86,30 +96,30 @@
popd
%install
-mkdir -p %{buildroot}%{_docdir}/python3-jupyter_ipython
+mkdir -p %{buildroot}%{_docdir}/python-jupyter_ipython
%if %{with pdf}
-cp docs/build/latex/*.pdf %{buildroot}%{_docdir}/python3-jupyter_ipython/
+cp docs/build/latex/*.pdf %{buildroot}%{_docdir}/python-jupyter_ipython/
%endif
%if %{with html}
-cp -r docs/build/html %{buildroot}%{_docdir}/python3-jupyter_ipython/
+cp -r docs/build/html %{buildroot}%{_docdir}/python-jupyter_ipython/
%endif
-cp -r examples %{buildroot}%{_docdir}/python3-jupyter_ipython/
-%fdupes %{buildroot}%{_docdir}/python3-jupyter_ipython/
+cp -r examples %{buildroot}%{_docdir}/python-jupyter_ipython/
+%fdupes %{buildroot}%{_docdir}/python-jupyter_ipython/
%if %{with tests}
%check
export LANG="en_US.UTF-8"
pushd docs
-iptest
+iptest-%{python3_bin_suffix}
popd
%endif
%files
%defattr(-,root,root,-)
%doc COPYING.rst docs/source/about/license_and_copyright.rst
-%{_docdir}/python3-jupyter_ipython/
+%{_docdir}/python-jupyter_ipython/
%changelog
++++++ python-jupyter_ipython.spec ++++++
--- /var/tmp/diff_new_pack.oIkI3h/_old 2017-10-05 11:58:14.065249374 +0200
+++ /var/tmp/diff_new_pack.oIkI3h/_new 2017-10-05 11:58:14.065249374 +0200
@@ -39,7 +39,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jupyter_ipython
-Version: 6.1.0
+Version: 6.2.1
Release: 0
Summary: Rich architecture for interactive computing with Python
License: BSD-3-Clause
@@ -47,42 +47,30 @@
Url: http://ipython.org
Source:
https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
Source1:
https://raw.githubusercontent.com/jupyter/qtconsole/4.0.0/qtconsole/resources/icon/JupyterConsole.svg
+BuildRequires: %{python_module devel}
+BuildRequires: %{python_module setuptools >= 18.5}
BuildRequires: desktop-file-utils
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: python-rpm-macros
BuildRequires: update-desktop-files
-BuildRequires: %{python_module decorator}
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module jupyter_nbformat}
-BuildRequires: %{python_module pexpect}
-BuildRequires: %{python_module pickleshare}
-BuildRequires: %{python_module prompt_toolkit}
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module simplegeneric > 0.8}
-BuildRequires: %{python_module traitlets}
-%if %{with iptest}
-# Test Requirements
-BuildRequires: %{python_module matplotlib}
-BuildRequires: %{python_module nose}
-BuildRequires: %{python_module requests}
-BuildRequires: %{python_module testpath}
-%endif
%if %{with ico}
BuildRequires: icoutils
%endif
+Requires: python-Pygments
Requires: python-decorator
-Requires: python-jupyter_nbformat
+Requires: python-jedi >= 0.10
Requires: python-pexpect
Requires: python-pickleshare
-Requires: python-prompt_toolkit
+Requires: python-prompt_toolkit >= 1.0.4
Requires: python-simplegeneric > 0.8
-Requires: python-traitlets
+Requires: python-traitlets >= 4.2
Recommends: python-docrepr
-Recommends: python-jedi
Recommends: python-jupyter_ipykernel
Recommends: python-jupyter_ipyparallel
+Recommends: python-jupyter_ipywidgets
Recommends: python-jupyter_nbconvert
+Recommends: python-jupyter_nbformat
Recommends: python-jupyter_notebook
Recommends: python-jupyter_qtconsole
%ifpython3
@@ -91,6 +79,10 @@
Provides: python3-IPython = %{version}
Obsoletes: python3-IPython < %{version}
%endif
+# typing is only built-in for later versions of python
+%if 0%{?suse_version} <= 1320
+Requires: python-typing
+%endif
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
@@ -131,7 +123,6 @@
Summary: Tools for testing packages that rely in %{name}
Group: Development/Languages/Python
Requires: %{name} = %{version}
-Requires: python-jedi
Requires: python-matplotlib
Requires: python-nose
Requires: python-requests
++++++ ipython-6.1.0.tar.gz -> ipython-6.2.1.tar.gz ++++++
++++ 3121 lines of diff (skipped)