Hello community,
here is the log from the commit of package python-django-avatar for
openSUSE:Factory checked in at 2019-09-18 13:11:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-avatar (Old)
and /work/SRC/openSUSE:Factory/.python-django-avatar.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-avatar"
Wed Sep 18 13:11:33 2019 rev:8 rq:731304 version:4.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-avatar/python-django-avatar.changes
2019-01-03 18:09:32.639984496 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-avatar.new.7948/python-django-avatar.changes
2019-09-18 13:11:35.072688073 +0200
@@ -1,0 +2,5 @@
+Fri Sep 13 16:31:38 UTC 2019 - John Vandenberg <[email protected]>
+
+- Skip the check if flavor python2 is not being built
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-avatar.spec ++++++
--- /var/tmp/diff_new_pack.H0yFIh/_old 2019-09-18 13:11:35.948687889 +0200
+++ /var/tmp/diff_new_pack.H0yFIh/_new 2019-09-18 13:11:35.952687888 +0200
@@ -53,8 +53,11 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+# TODO: The test config is not loading on Python 3
+%if 0%{?have_python2} && ! 0%{?skip_python2}
export DJANGO_SETTINGS_MODULE=tests.settings
-python2 %{_bindir}/django-admin.py-2.7 test tests --pythonpath=`pwd`
+%{_bindir}/django-admin.py-2.7 test tests --pythonpath=`pwd`
+%endif
%files %{python_files}
%license LICENSE.txt