Accepting request 744143 from devel:languages:python:django

- Update to 3.6.0:
  * Rename test databases when running parallel Tox (#678, #680)
  * Django unittests: restore "debug" function (#769, #771)

OBS-URL: https://build.opensuse.org/request/show/744143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-django?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2019-11-03 10:39:21 +00:00 committed by Git OBS Bridge
commit 50154b822d
4 changed files with 11 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 30 11:54:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.6.0:
* Rename test databases when running parallel Tox (#678, #680)
* Django unittests: restore "debug" function (#769, #771)
-------------------------------------------------------------------
Thu Aug 22 13:40:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-django
Version: 3.5.1
Version: 3.6.0
Release: 0
Summary: A Django plugin for py.test
License: BSD-3-Clause
Group: Development/Languages/Python
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}