Hello community,
here is the log from the commit of package python-cassandra-driver for
openSUSE:Factory checked in at 2020-04-22 20:58:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cassandra-driver (Old)
and /work/SRC/openSUSE:Factory/.python-cassandra-driver.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cassandra-driver"
Wed Apr 22 20:58:47 2020 rev:15 rq:796254 version:3.23.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-cassandra-driver/python-cassandra-driver.changes
2020-04-08 19:55:40.073078871 +0200
+++
/work/SRC/openSUSE:Factory/.python-cassandra-driver.new.2738/python-cassandra-driver.changes
2020-04-22 20:58:51.372085803 +0200
@@ -1,0 +2,5 @@
+Wed Apr 22 10:05:27 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cassandra-driver.spec ++++++
--- /var/tmp/diff_new_pack.3GmFVI/_old 2020-04-22 20:58:52.288087626 +0200
+++ /var/tmp/diff_new_pack.3GmFVI/_new 2020-04-22 20:58:52.288087626 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-cassandra-driver
Version: 3.23.0
Release: 0
@@ -42,7 +43,6 @@
BuildRequires: fdupes
BuildRequires: libev-devel
BuildRequires: python-rpm-macros
-BuildRequires: python2-futures
Requires: python-Cython
Requires: python-blist
Requires: python-geomet >= 0.1
@@ -50,6 +50,9 @@
Recommends: python-Twisted
Recommends: python-eventlet
Recommends: python-gevent
+%if %{with python2}
+BuildRequires: python2-futures
+%endif
%ifpython2
Requires: python2-futures
%endif