Accepting request 713051 from devel:languages:python:django

- Update to 3.5.1:
  * Fix compatibility with pytest 5.x (#751)

OBS-URL: https://build.opensuse.org/request/show/713051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-django?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2019-07-03 13:14:56 +00:00 committed by Git OBS Bridge
commit f52d9c568a
4 changed files with 11 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11a9ab9fceb2f819a0e94ba4eab791f998542f4e29eb36500cb9464dd3b4c3b6
size 67577

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:264fb4c506db5d48a6364c311a0b00b7b48a52715bad8839b2d8bee9b99ed6bb
size 67768

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 2 12:10:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.5.1:
* Fix compatibility with pytest 5.x (#751)
-------------------------------------------------------------------
Mon Jun 17 12:07:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-django
Version: 3.5.0
Version: 3.5.1
Release: 0
Summary: A Django plugin for py.test
License: BSD-3-Clause
@ -29,9 +29,8 @@ BuildRequires: %{python_module Django}
BuildRequires: %{python_module pytest >= 3.6}
BuildRequires: %{python_module setuptools_scm >= 1.11.1}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
# Used for tests
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python2-pathlib2
BuildRequires: sqlite3