diff --git a/pytest-django-3.5.1.tar.gz b/pytest-django-3.5.1.tar.gz deleted file mode 100644 index 9cc305a..0000000 --- a/pytest-django-3.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:264fb4c506db5d48a6364c311a0b00b7b48a52715bad8839b2d8bee9b99ed6bb -size 67768 diff --git a/pytest-django-3.6.0.tar.gz b/pytest-django-3.6.0.tar.gz new file mode 100644 index 0000000..5e9d9cb --- /dev/null +++ b/pytest-django-3.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c900461a6a7c450dcf11736cabc289a90f5d6f28ef74c46e32e86ffd16a4bd +size 68743 diff --git a/python-pytest-django.changes b/python-pytest-django.changes index 167214a..c5c8a69 100644 --- a/python-pytest-django.changes +++ b/python-pytest-django.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 30 11:54:08 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-pytest-django.spec b/python-pytest-django.spec index 25f2c5c..c0fd8b2 100644 --- a/python-pytest-django.spec +++ b/python-pytest-django.spec @@ -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}