Hello community,
here is the log from the commit of package python-django-jinja for
openSUSE:Factory checked in at 2020-04-21 13:11:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-jinja (Old)
and /work/SRC/openSUSE:Factory/.python-django-jinja.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-jinja"
Tue Apr 21 13:11:21 2020 rev:3 rq:795844 version:2.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-django-jinja/python-django-jinja.changes
2020-02-20 14:59:17.782749093 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-jinja.new.2738/python-django-jinja.changes
2020-04-21 13:11:22.324896625 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 13:17:38 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-jinja.spec ++++++
--- /var/tmp/diff_new_pack.3ZRr9B/_old 2020-04-21 13:11:23.096898165 +0200
+++ /var/tmp/diff_new_pack.3ZRr9B/_new 2020-04-21 13:11:23.100898173 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-django-jinja
Version: 2.6.0
Release: 0
@@ -30,7 +31,9 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%if %{with python2}
BuildRequires: python2-mock
+%endif
Requires: python-Django >= 1.11
Requires: python-Jinja2 >= 2.5
BuildArch: noarch