- 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/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal 2019-10-30 11:58:45 +00:00 committed by Git OBS Bridge
parent ce77b61a67
commit 1fe7db01c4
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}