Hello community,

here is the log from the commit of package python2-jupyter_ipython for 
openSUSE:Factory checked in at 2018-07-28 12:41:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python2-jupyter_ipython (Old)
 and      /work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python2-jupyter_ipython"

Sat Jul 28 12:41:35 2018 rev:5 rq:624532 version:5.7.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python2-jupyter_ipython/python2-jupyter_ipython.changes
  2018-05-29 10:39:16.356998933 +0200
+++ 
/work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new/python2-jupyter_ipython.changes
     2018-07-28 12:41:37.380566548 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 08:44:57 UTC 2018 - toddrme2...@gmail.com
+
+- Not compatible with prompt_toolkit 2.x
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python2-jupyter_ipython.spec ++++++
--- /var/tmp/diff_new_pack.E3eI7K/_old  2018-07-28 12:41:38.236568194 +0200
+++ /var/tmp/diff_new_pack.E3eI7K/_new  2018-07-28 12:41:38.240568201 +0200
@@ -61,7 +61,8 @@
 BuildRequires:  python-pathlib2
 BuildRequires:  python-pexpect
 BuildRequires:  python-pickleshare
-BuildRequires:  python-prompt_toolkit
+BuildRequires:  python-prompt_toolkit >= 1.0.4
+BuildRequires:  python-prompt_toolkit < 2
 BuildRequires:  python-requests
 BuildRequires:  python-simplegeneric > 0.8
 BuildRequires:  python-testpath
@@ -78,6 +79,7 @@
 Requires:       python-pexpect
 Requires:       python-pickleshare
 Requires:       python-prompt_toolkit >= 1.0.4
+Requires:       python-prompt_toolkit < 2
 Requires:       python-simplegeneric > 0.8
 Requires:       python-traitlets >= 4.2
 Requires:       python-typing
@@ -144,8 +146,7 @@
 # Python 2 Test Requirements
 Requires:       python-mock
 Provides:       python-jupyter_ipython-iptest = %{version}
-# Change <= to < in next release after 5.4.1
-Obsoletes:      python-jupyter_ipython-iptest <= %{version}
+Obsoletes:      python-jupyter_ipython-iptest < %{version}
 
 %description iptest
 This package provides the iptest command, which is used for
@@ -220,7 +221,8 @@
 desktop-file-edit --set-comment="Enhanced interactive Python %{py_ver} shell" 
--set-name="ipython %{py_ver}" --set-generic-name="IPython %{py_ver}" 
--set-key="Exec" --set-value="ipython-%{py_ver}" --set-icon="IPython-%{py_ver}" 
ipython-%{py_ver}.desktop
 %suse_update_desktop_file -i -r ipython-%{py_ver} "System;TerminalEmulator;"
 
-%fdupes -s %{buildroot}%{_bindir}
+rm %{buildroot}%{_bindir}/ipython2
+ln -s %{_bindir}/ipython-%{py_ver} %{buildroot}%{_bindir}/ipython2
 
 # Remove these since they won't work
 %if !%{with iptest}
@@ -228,6 +230,9 @@
 rm %{buildroot}%{_bindir}/iptest2
 rm %{buildroot}%{_bindir}/iptest-%{py_ver}
 rm %{buildroot}%{_sysconfdir}/alternatives/iptest
+%else
+rm %{buildroot}%{_bindir}/iptest2
+ln -s %{_bindir}/iptest-%{py_ver} %{buildroot}%{_bindir}/iptest2
 %endif
 
 %post



Reply via email to