commit python2-jupyter_ipython for openSUSE:Factory

2019-02-06 Thread root
Hello community,

here is the log from the commit of package python2-jupyter_ipython for 
openSUSE:Factory checked in at 2019-02-06 14:07:12

Comparing /work/SRC/openSUSE:Factory/python2-jupyter_ipython (Old)
 and  /work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new.28833 (New)


Package is "python2-jupyter_ipython"

Wed Feb  6 14:07:12 2019 rev:8 rq:671900 version:5.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python2-jupyter_ipython/python2-jupyter_ipython.changes
  2018-10-09 15:53:19.030343171 +0200
+++ 
/work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new.28833/python2-jupyter_ipython.changes
   2019-02-06 14:07:14.718651160 +0100
@@ -1,0 +2,5 @@
+Tue Feb  5 13:30:04 UTC 2019 - Antonio Larrosa 
+
+- Fix %suse_update_desktop_file call to evaluate py_ver correctly
+
+---



Other differences:
--
++ python2-jupyter_ipython.spec ++
--- /var/tmp/diff_new_pack.YfUBjP/_old  2019-02-06 14:07:15.698650981 +0100
+++ /var/tmp/diff_new_pack.YfUBjP/_new  2019-02-06 14:07:15.698650981 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python2-jupyter_ipython
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -202,7 +202,7 @@
 # Modify and install .desktop file
 mv examples/IPython\ Kernel/ipython.desktop ipython-%{py_ver}.desktop
 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;"
+%suse_update_desktop_file -i -r ipython-%{python_version} 
"System;TerminalEmulator;"
 
 rm %{buildroot}%{_bindir}/ipython2
 ln -s %{_bindir}/ipython-%{py_ver} %{buildroot}%{_bindir}/ipython2





commit python2-jupyter_ipython for openSUSE:Factory

2018-10-09 Thread root
Hello community,

here is the log from the commit of package python2-jupyter_ipython for 
openSUSE:Factory checked in at 2018-10-09 15:53:16

Comparing /work/SRC/openSUSE:Factory/python2-jupyter_ipython (Old)
 and  /work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new (New)


Package is "python2-jupyter_ipython"

Tue Oct  9 15:53:16 2018 rev:7 rq:640487 version:5.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python2-jupyter_ipython/python2-jupyter_ipython.changes
  2018-09-11 17:16:43.383463095 +0200
+++ 
/work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new/python2-jupyter_ipython.changes
 2018-10-09 15:53:19.030343171 +0200
@@ -1,0 +2,6 @@
+Mon Oct  8 03:27:59 UTC 2018 - Todd R 
+
+- Fix prompt_toolkit dependency
+- Provide python-jupyter_ipython for backwards-compatibility
+
+---



Other differences:
--
++ python2-jupyter_ipython.spec ++
--- /var/tmp/diff_new_pack.CVuLhS/_old  2018-10-09 15:53:20.766341115 +0200
+++ /var/tmp/diff_new_pack.CVuLhS/_new  2018-10-09 15:53:20.770341110 +0200
@@ -18,24 +18,7 @@
 
 %bcond_without iptest
 
-%if 0%{?is_opensuse}
-%ifarch %{ix86}
-%if 0%{?leap_version} == 420200
-%bcond_with backends
-%else
-%bcond_without backends
-%endif
-%else
-%bcond_without backends
-%endif
-%else
-%if 0%{?sle_version} && 0%{?sle_version} < 15
-%bcond_with backends
-%else
-%bcond_without backends
-%endif
-%endif
-
+%define oldpython python
 Name:   python2-jupyter_ipython
 Version:5.8.0
 Release:0
@@ -61,8 +44,7 @@
 BuildRequires:  python-pathlib2
 BuildRequires:  python-pexpect
 BuildRequires:  python-pickleshare
-BuildRequires:  python-prompt_toolkit >= 1.0.4
-BuildRequires:  python-prompt_toolkit < 2
+BuildRequires:  python-prompt_toolkit1 >= 1.0.4
 BuildRequires:  python-requests
 BuildRequires:  python-simplegeneric > 0.8
 BuildRequires:  python-testpath
@@ -78,8 +60,7 @@
 Requires:   python-pathlib2
 Requires:   python-pexpect
 Requires:   python-pickleshare
-Requires:   python-prompt_toolkit >= 1.0.4
-Requires:   python-prompt_toolkit < 2
+Requires:   python-prompt_toolkit1 >= 1.0.4
 Requires:   python-simplegeneric > 0.8
 Requires:   python-traitlets >= 4.2
 Requires:   python-typing
@@ -95,8 +76,10 @@
 Obsoletes:  IPython < %{version}
 Provides:   python-IPython = %{version}
 Obsoletes:  python-IPython < %{version}
-Provides:   python-jupyter_ipython = %{version}
-Obsoletes:  python-jupyter_ipython < %{version}
+Provides:   %{oldpython}-IPython = %{version}
+Provides:   %{oldpython}-IPython = %{version}
+Provides:   %{oldpython}-jupyter_ipython = %{version}
+Obsoletes:  %{oldpython}-jupyter_ipython < %{version}
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch





commit python2-jupyter_ipython for openSUSE:Factory

2018-09-11 Thread root
Hello community,

here is the log from the commit of package python2-jupyter_ipython for 
openSUSE:Factory checked in at 2018-09-11 17:16:37

Comparing /work/SRC/openSUSE:Factory/python2-jupyter_ipython (Old)
 and  /work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new (New)


Package is "python2-jupyter_ipython"

Tue Sep 11 17:16:37 2018 rev:6 rq:634258 version:5.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python2-jupyter_ipython/python2-jupyter_ipython.changes
  2018-07-28 12:41:37.380566548 +0200
+++ 
/work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new/python2-jupyter_ipython.changes
 2018-09-11 17:16:43.383463095 +0200
@@ -1,0 +2,6 @@
+Fri Sep  7 16:58:54 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 5.8.0
+  * Update inspecting function/methods for future-proofing.
+
+---

Old:

  ipython-5.7.0.tar.gz

New:

  ipython-5.8.0.tar.gz



Other differences:
--
++ python2-jupyter_ipython.spec ++
--- /var/tmp/diff_new_pack.hac1Dg/_old  2018-09-11 17:16:43.871462345 +0200
+++ /var/tmp/diff_new_pack.hac1Dg/_new  2018-09-11 17:16:43.875462339 +0200
@@ -37,7 +37,7 @@
 %endif
 
 Name:   python2-jupyter_ipython
-Version:5.7.0
+Version:5.8.0
 Release:0
 Summary:Rich architecture for interactive computing with Python
 License:BSD-3-Clause


++ ipython-5.7.0.tar.gz -> ipython-5.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipython-5.7.0/IPython/core/release.py 
new/ipython-5.8.0/IPython/core/release.py
--- old/ipython-5.7.0/IPython/core/release.py   2018-05-10 20:53:56.0 
+0200
+++ new/ipython-5.8.0/IPython/core/release.py   2018-07-29 03:04:24.0 
+0200
@@ -20,7 +20,7 @@
 # release.  'dev' as a _version_extra string means this is a development
 # version
 _version_major = 5
-_version_minor = 7
+_version_minor = 8
 _version_patch = 0
 _version_extra = '.dev'
 # _version_extra = 'rc1'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipython-5.7.0/IPython/utils/_signatures.py 
new/ipython-5.8.0/IPython/utils/_signatures.py
--- old/ipython-5.7.0/IPython/utils/_signatures.py  2018-05-10 
20:46:06.0 +0200
+++ new/ipython-5.8.0/IPython/utils/_signatures.py  2018-07-29 
02:24:17.0 +0200
@@ -21,6 +21,7 @@
 import functools
 import re
 import types
+import inspect
 
 
 # patch for single-file
@@ -71,7 +72,7 @@
 if not callable(obj):
 raise TypeError('{0!r} is not a callable object'.format(obj))
 
-if isinstance(obj, types.MethodType):
+if inspect.ismethod(obj):
 if obj.__self__ is None:
 # Unbound method - treat it as a function (no distinction in Py 3)
 obj = obj.__func__
@@ -96,7 +97,7 @@
 else:
 return signature(wrapped)
 
-if isinstance(obj, types.FunctionType):
+if inspect.isfunction(obj):
 return Signature.from_function(obj)
 
 if isinstance(obj, functools.partial):
@@ -511,7 +512,7 @@
 def from_function(cls, func):
 '''Constructs Signature for the given python function'''
 
-if not isinstance(func, types.FunctionType):
+if not inspect.isfunction(func):
 raise TypeError('{0!r} is not a Python function'.format(func))
 
 Parameter = cls._parameter_cls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipython-5.7.0/IPython/utils/_sysinfo.py 
new/ipython-5.8.0/IPython/utils/_sysinfo.py
--- old/ipython-5.7.0/IPython/utils/_sysinfo.py 2018-05-10 20:54:38.0 
+0200
+++ new/ipython-5.8.0/IPython/utils/_sysinfo.py 2018-07-29 03:04:49.0 
+0200
@@ -1,2 +1,2 @@
 # GENERATED BY setup.py
-commit = u"a0d6ad545"
+commit = u"033ab93c7"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipython-5.7.0/PKG-INFO new/ipython-5.8.0/PKG-INFO
--- old/ipython-5.7.0/PKG-INFO  2018-05-10 20:54:38.0 +0200
+++ new/ipython-5.8.0/PKG-INFO  2018-07-29 03:04:49.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ipython
-Version: 5.7.0
+Version: 5.8.0
 Summary: IPython: Productive Interactive Computing
 Home-page: https://ipython.org
 Author: The IPython Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipython-5.7.0/docs/source/whatsnew/version5.rst 
new/ipython-5.8.0/docs/source/whatsnew/version5.rst
--- old/ipython-5.7.0/docs/source/whatsnew/version5.rst 2018-05-10 
20:47:30.0 +0200
+++ new/ipython-5.8.0/docs/source/whatsnew/version5.rst 2018-07-29 
02:24:17.0 +0200
@@ -2,6 +2,12 @@
  5.x Series
 

commit python2-jupyter_ipython for openSUSE:Factory

2018-07-28 Thread root
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





commit python2-jupyter_ipython for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package python2-jupyter_ipython for 
openSUSE:Factory checked in at 2018-05-29 10:39:10

Comparing /work/SRC/openSUSE:Factory/python2-jupyter_ipython (Old)
 and  /work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new (New)


Package is "python2-jupyter_ipython"

Tue May 29 10:39:10 2018 rev:4 rq:611091 version:5.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python2-jupyter_ipython/python2-jupyter_ipython.changes
  2018-02-21 14:13:12.818425093 +0100
+++ 
/work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new/python2-jupyter_ipython.changes
 2018-05-29 10:39:16.356998933 +0200
@@ -1,0 +2,18 @@
+Fri May 18 18:44:36 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 5.7.0
+  * Fix IPython trying to import non-existing matplotlib backends 
:ghpull:`11087`
+  * fix for display hook not publishing object metadata :ghpull:`11101`
+- Update to 5.6.0
+  * In Python 3.6 and above, dictionaries preserve the order items were added 
to
+them. On these versions, IPython will display dictionaries in their native
+order, rather than sorting by the keys (:ghpull:`10958`).
+  * :class:`~.IPython.display.ProgressBar` can now be used as an iterator
+(:ghpull:`10813`).
+  * The shell object gains a :meth:`~.InteractiveShell.check_complete` method,
+to allow a smoother transition to new input processing machinery planned 
for
+IPython 7 (:ghpull:`11044`).
+  * IPython should start faster, as it no longer looks for all available 
pygments
+styles on startup (:ghpull:`10859`).
+
+---

Old:

  ipython-5.5.0.tar.gz

New:

  ipython-5.7.0.tar.gz



Other differences:
--
++ python2-jupyter_ipython.spec ++
--- /var/tmp/diff_new_pack.MGS25B/_old  2018-05-29 10:39:17.924941050 +0200
+++ /var/tmp/diff_new_pack.MGS25B/_new  2018-05-29 10:39:17.924941050 +0200
@@ -37,7 +37,7 @@
 %endif
 
 Name:   python2-jupyter_ipython
-Version:5.5.0
+Version:5.7.0
 Release:0
 Summary:Rich architecture for interactive computing with Python
 License:BSD-3-Clause
@@ -74,6 +74,7 @@
 Requires:   python-backports.shutil_get_terminal_size
 Requires:   python-decorator
 Requires:   python-jedi >= 0.10
+Requires:   python-pathlib2
 Requires:   python-pexpect
 Requires:   python-pickleshare
 Requires:   python-prompt_toolkit >= 1.0.4
@@ -253,8 +254,8 @@
 fi
 
 %files
-%defattr(-,root,root,-)
-%doc COPYING.rst README.rst docs/source/about/license_and_copyright.rst
+%doc README.rst 
+%license COPYING.rst docs/source/about/license_and_copyright.rst
 %{_bindir}/ipython
 %{_bindir}/ipython2
 %{_bindir}/ipython-%{py_ver}
@@ -274,7 +275,8 @@
 
 %if %{with iptest}
 %files iptest
-%defattr(-,root,root,-)
+%doc README.rst 
+%license COPYING.rst docs/source/about/license_and_copyright.rst
 %{_bindir}/iptest
 %{_bindir}/iptest2
 %{_bindir}/iptest-%{py_ver}


++ ipython-5.5.0.tar.gz -> ipython-5.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipython-5.5.0/IPython/core/crashhandler.py 
new/ipython-5.7.0/IPython/core/crashhandler.py
--- old/ipython-5.5.0/IPython/core/crashhandler.py  2017-09-15 
18:53:04.0 +0200
+++ new/ipython-5.7.0/IPython/core/crashhandler.py  2018-05-10 
20:47:30.0 +0200
@@ -54,6 +54,16 @@
 If you want to do it now, the following command will work (under Unix):
 mail -s '{app_name} Crash Report' {contact_email} < {crash_report_fname}
 
+In your email, please also include information about:
+- The operating system under which the crash happened: Linux, macOS, Windows,
+  other, and which exact version (for example: Ubuntu 16.04.3, macOS 10.13.2,
+  Windows 10 Pro), and whether it is 32-bit or 64-bit;
+- How {app_name} was installed: using pip or conda, from GitHub, as part of
+  a Docker container, or other, providing more detail if possible;
+- How to reproduce the crash: what exact sequence of instructions can one
+  input to get the same crash? Ideally, find a minimal yet complete sequence
+  of instructions that yields the crash.
+
 To ensure accurate tracking of this issue, please file a report about it at:
 {bug_tracker}
 """
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipython-5.5.0/IPython/core/display.py 
new/ipython-5.7.0/IPython/core/display.py
--- old/ipython-5.5.0/IPython/core/display.py   2017-09-15 18:53:04.0 
+0200
+++ new/ipython-5.7.0/IPython/core/display.py   2018-05-10 20:47:30.0 
+0200
@@ -277,6 +277,13 @@
 from IPython.display import display
 
 """
+from IPython.core.interactiveshell import 

commit python2-jupyter_ipython for openSUSE:Factory

2018-02-21 Thread root
Hello community,

here is the log from the commit of package python2-jupyter_ipython for 
openSUSE:Factory checked in at 2018-02-21 14:13:12

Comparing /work/SRC/openSUSE:Factory/python2-jupyter_ipython (Old)
 and  /work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new (New)


Package is "python2-jupyter_ipython"

Wed Feb 21 14:13:12 2018 rev:3 rq:578537 version:5.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python2-jupyter_ipython/python2-jupyter_ipython.changes
  2017-10-10 11:43:22.950429596 +0200
+++ 
/work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new/python2-jupyter_ipython.changes
 2018-02-21 14:13:12.818425093 +0100
@@ -1,0 +2,5 @@
+Tue Feb 13 19:56:29 UTC 2018 - toddrme2...@gmail.com
+
+- Update url
+
+---



Other differences:
--
++ python2-jupyter_ipython.spec ++
--- /var/tmp/diff_new_pack.U3P1pO/_old  2018-02-21 14:13:13.782390379 +0100
+++ /var/tmp/diff_new_pack.U3P1pO/_new  2018-02-21 14:13:13.786390235 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python2-jupyter_ipython
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,7 +42,7 @@
 Summary:Rich architecture for interactive computing with Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://ipython.org
+Url:https://github.com/ipython/ipython
 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:  desktop-file-utils





commit python2-jupyter_ipython for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package python2-jupyter_ipython for 
openSUSE:Factory checked in at 2017-10-10 11:43:20

Comparing /work/SRC/openSUSE:Factory/python2-jupyter_ipython (Old)
 and  /work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new (New)


Package is "python2-jupyter_ipython"

Tue Oct 10 11:43:20 2017 rev:2 rq:532922 version:5.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python2-jupyter_ipython/python2-jupyter_ipython.changes
  2017-10-03 23:16:36.380149477 +0200
+++ 
/work/SRC/openSUSE:Factory/.python2-jupyter_ipython.new/python2-jupyter_ipython.changes
 2017-10-10 11:43:22.950429596 +0200
@@ -1,0 +2,5 @@
+Mon Oct  9 16:56:11 UTC 2017 - h...@urpla.net
+
+- fix conditional to allow build for older distributions
+
+---



Other differences:
--
++ python2-jupyter_ipython.spec ++
--- /var/tmp/diff_new_pack.1jB5TP/_old  2017-10-10 11:43:23.822391326 +0200
+++ /var/tmp/diff_new_pack.1jB5TP/_new  2017-10-10 11:43:23.826391151 +0200
@@ -29,7 +29,7 @@
 %bcond_without backends
 %endif
 %else
-%if 0%{?sle_version} && 0%{sle_version} < 15
+%if 0%{?sle_version} && 0%{?sle_version} < 15
 %bcond_with backends
 %else
 %bcond_without backends
@@ -48,9 +48,9 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  update-desktop-files
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+BuildRequires:  update-desktop-files
 %if %{with iptest}
 BuildRequires:  python-backports.shutil_get_terminal_size
 BuildRequires:  python-decorator