Hello community,
here is the log from the commit of package python-pytest-django for
openSUSE:Factory checked in at 2019-08-23 11:07:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-django (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-django.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-django"
Fri Aug 23 11:07:57 2019 rev:7 rq:725344 version:3.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-django/python-pytest-django.changes
2019-07-03 15:14:57.382958620 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-django.new.7948/python-pytest-django.changes
2019-08-23 11:08:01.286471160 +0200
@@ -1,0 +2,5 @@
+Thu Aug 22 13:40:41 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Simplify the deps
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-django.spec ++++++
--- /var/tmp/diff_new_pack.t3rP4n/_old 2019-08-23 11:08:03.226470921 +0200
+++ /var/tmp/diff_new_pack.t3rP4n/_new 2019-08-23 11:08:03.270470915 +0200
@@ -26,7 +26,7 @@
URL: https://github.com/pytest-dev/pytest-django
Source:
https://files.pythonhosted.org/packages/source/p/pytest-django/pytest-django-%{version}.tar.gz
BuildRequires: %{python_module Django}
-BuildRequires: %{python_module pytest >= 3.6}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm >= 1.11.1}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
@@ -35,7 +35,7 @@
BuildRequires: python2-pathlib2
BuildRequires: sqlite3
Requires: python-Django
-Requires: python-pytest >= 3.6
+Requires: python-pytest
BuildArch: noarch
%ifpython2
Requires: python-pathlib2