Hello community,
here is the log from the commit of package python-pytest-django for
openSUSE:Factory checked in at 2020-03-27 00:22:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-django (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-django.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-django"
Fri Mar 27 00:22:46 2020 rev:11 rq:784632 version:3.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-django/python-pytest-django.changes
2020-01-27 00:20:29.145406282 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-django.new.3160/python-pytest-django.changes
2020-03-27 00:22:50.940182390 +0100
@@ -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.9AcpOe/_old 2020-03-27 00:22:51.496182671 +0100
+++ /var/tmp/diff_new_pack.9AcpOe/_new 2020-03-27 00:22:51.496182671 +0100
@@ -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