Hello community,

here is the log from the commit of package python-bokeh for openSUSE:Leap:15.2 
checked in at 2020-04-25 19:05:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-bokeh (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-bokeh.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bokeh"

Sat Apr 25 19:05:58 2020 rev:28 rq:797105 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-bokeh/python-bokeh.changes      
2020-03-09 18:03:13.848753931 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-bokeh.new.2738/python-bokeh.changes    
2020-04-25 19:06:05.063724694 +0200
@@ -1,0 +2,5 @@
+Thu Apr 23 11:22:17 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-bokeh.spec ++++++
--- /var/tmp/diff_new_pack.t1929K/_old  2020-04-25 19:06:05.847726380 +0200
+++ /var/tmp/diff_new_pack.t1929K/_new  2020-04-25 19:06:05.851726388 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bokeh
 #
-# 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,6 +20,7 @@
 # Tests fail due to missing git data,
 # and building the JS from source doesn't work
 %bcond_with     tests
+%bcond_without python2
 Name:           python-bokeh
 Version:        1.4.0
 Release:        0
@@ -39,7 +40,6 @@
 BuildRequires:  %{python_module six >= 1.5.2}
 BuildRequires:  %{python_module tornado >= 4.3}
 BuildRequires:  fdupes
-BuildRequires:  python-futures >= 3.0.3
 BuildRequires:  python-rpm-macros
 BuildConflicts: python-buildservice-tweak
 Requires:       python-Jinja2 >= 2.7
@@ -58,6 +58,9 @@
 Recommends:     python-pscript
 Recommends:     python-vincent
 BuildArch:      noarch
+%if %{with python2}
+BuildRequires:  python-futures >= 3.0.3
+%endif
 %if %{with tests}
 BuildRequires:  %{python_module beautifulsoup4}
 BuildRequires:  %{python_module boto}


Reply via email to