Hello community,
here is the log from the commit of package python-pytest-django for
openSUSE:Leap:15.2 checked in at 2020-03-29 14:55:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-django (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-pytest-django.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-django"
Sun Mar 29 14:55:37 2020 rev:14 rq:789117 version:3.8.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-pytest-django/python-pytest-django.changes
2020-02-19 18:49:11.771062178 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-pytest-django.new.3160/python-pytest-django.changes
2020-03-29 14:55:37.579154792 +0200
@@ -1,0 +2,5 @@
+Fri Mar 13 12:43:21 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-django.spec ++++++
--- /var/tmp/diff_new_pack.U1Ctxt/_old 2020-03-29 14:55:38.095155194 +0200
+++ /var/tmp/diff_new_pack.U1Ctxt/_new 2020-03-29 14:55:38.095155194 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-pytest-django
Version: 3.8.0
Release: 0
@@ -31,7 +32,9 @@
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%if %{with python2}
BuildRequires: python2-pathlib2
+%endif
BuildRequires: sqlite3
Requires: python-Django
Requires: python-pytest