From 5a0fde346478c2a85b69d44d8fe5ad7b9e15d6a9a3ff7aecb054257e541ef2b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 15 Nov 2019 10:52:28 +0000 Subject: [PATCH] - Update to 3.7.0: * Monkeypatch pytest to not use ``TestCase.debug`` with unittests, instead of patching it into Django (#782). * Work around pytest crashing due to ``pytest.fail`` being used from within the DB blocker, and pytest trying to display an object representation involving DB access (#781). pytest-django uses a ``RuntimeError`` now instead. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=16 --- pytest-django-3.6.0.tar.gz | 3 --- pytest-django-3.7.0.tar.gz | 3 +++ python-pytest-django.changes | 10 ++++++++++ python-pytest-django.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 pytest-django-3.6.0.tar.gz create mode 100644 pytest-django-3.7.0.tar.gz diff --git a/pytest-django-3.6.0.tar.gz b/pytest-django-3.6.0.tar.gz deleted file mode 100644 index 5e9d9cb..0000000 --- a/pytest-django-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6c900461a6a7c450dcf11736cabc289a90f5d6f28ef74c46e32e86ffd16a4bd -size 68743 diff --git a/pytest-django-3.7.0.tar.gz b/pytest-django-3.7.0.tar.gz new file mode 100644 index 0000000..50db338 --- /dev/null +++ b/pytest-django-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17592f06d51c2ef4b7a0fb24aa32c8b6998506a03c8439606cb96db160106659 +size 69100 diff --git a/python-pytest-django.changes b/python-pytest-django.changes index c5c8a69..95f4939 100644 --- a/python-pytest-django.changes +++ b/python-pytest-django.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Nov 15 10:49:15 UTC 2019 - Tomáš Chvátal + +- Update to 3.7.0: + * Monkeypatch pytest to not use ``TestCase.debug`` with unittests, instead + of patching it into Django (#782). + * Work around pytest crashing due to ``pytest.fail`` being used from within the + DB blocker, and pytest trying to display an object representation involving + DB access (#781). pytest-django uses a ``RuntimeError`` now instead. + ------------------------------------------------------------------- Wed Oct 30 11:54:08 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-django.spec b/python-pytest-django.spec index c0fd8b2..a2c6485 100644 --- a/python-pytest-django.spec +++ b/python-pytest-django.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-django # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-django -Version: 3.6.0 +Version: 3.7.0 Release: 0 Summary: A Django plugin for py.test License: BSD-3-Clause