Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2018-11-09 07:50:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Django (Old)
 and      /work/SRC/openSUSE:Factory/.python-Django.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Django"

Fri Nov  9 07:50:51 2018 rev:45 rq:646024 version:2.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes      
2018-10-11 11:43:58.066900136 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django.new/python-Django.changes 
2018-11-09 07:50:56.747950772 +0100
@@ -22,0 +23,5 @@
+Tue Sep 18 13:17:15 CEST 2018 - Matěj Cepl <mc...@suse.com>
+
+- Switch of BR selenium for non-Intel platforms.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Django.spec ++++++
--- /var/tmp/diff_new_pack.ddbh01/_old  2018-11-09 07:50:58.095949217 +0100
+++ /var/tmp/diff_new_pack.ddbh01/_new  2018-11-09 07:50:58.099949212 +0100
@@ -41,12 +41,16 @@
 BuildRequires:  %{python_module pylibmc}
 BuildRequires:  %{python_module python-memcached >= 1.59}
 BuildRequires:  %{python_module pytz}
-BuildRequires:  %{python_module selenium}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module sqlparse}
 BuildRequires:  %{python_module tblib}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+# python-selenium is supported only on the Intel architecture
+# Django testsuite runs just fine without, just skips the affected tests
+%ifarch %{ix86} x86_64
+BuildRequires:  %{python_module selenium}
+%endif
 Requires:       python-Pillow
 Requires:       python-argon2-cffi >= 16.1.0
 Requires:       python-pytz



Reply via email to