Hello community,
here is the log from the commit of package python-cassandra-driver for
openSUSE:Factory checked in at 2020-04-07 10:32:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cassandra-driver (Old)
and /work/SRC/openSUSE:Factory/.python-cassandra-driver.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cassandra-driver"
Tue Apr 7 10:32:08 2020 rev:13 rq:791923 version:3.22.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-cassandra-driver/python-cassandra-driver.changes
2020-03-30 23:07:05.136302375 +0200
+++
/work/SRC/openSUSE:Factory/.python-cassandra-driver.new.3248/python-cassandra-driver.changes
2020-04-07 10:32:51.266618430 +0200
@@ -1,0 +2,5 @@
+Tue Apr 7 07:10:02 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix 32bit build by skipping the tests overflowing there
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cassandra-driver.spec ++++++
--- /var/tmp/diff_new_pack.kaQjUJ/_old 2020-04-07 10:32:51.830619164 +0200
+++ /var/tmp/diff_new_pack.kaQjUJ/_new 2020-04-07 10:32:51.830619164 +0200
@@ -68,6 +68,8 @@
rm -rf tests/stress_tests
# do not run cython tests
rm -rf tests/unit/cython
+# fail on 32bit as it overflows
+rm -f tests/unit/test_types.py
# fix hardcoded cython dep
sed -i -e 's:Cython>=0.20,!=0.25,<0.29:Cython:g' setup.py