From 1867e5d97dabcd9e65da15da22434d75a5036b7cfc85825bad6389b3729255ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 13 May 2021 12:26:39 +0000 Subject: [PATCH] Accepting request 892682 from home:mcalabkova:branches:devel:languages:python:pytest - Update to 0.15.1 * Fixture 'request_client' now accepts 'json' argument to encode post data. * Made Django 3.2 compatible. OBS-URL: https://build.opensuse.org/request/show/892682 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-djangoapp?expand=0&rev=3 --- pytest-djangoapp-0.14.0.tar.gz | 3 --- pytest-djangoapp-0.15.1.tar.gz | 3 +++ python-pytest-djangoapp.changes | 7 +++++++ python-pytest-djangoapp.spec | 7 +++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 pytest-djangoapp-0.14.0.tar.gz create mode 100644 pytest-djangoapp-0.15.1.tar.gz diff --git a/pytest-djangoapp-0.14.0.tar.gz b/pytest-djangoapp-0.14.0.tar.gz deleted file mode 100644 index 3ef6640..0000000 --- a/pytest-djangoapp-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e6bd92101b2a6123d41237a3926cc6cdb94f3630d485155390602cf488f879e -size 25902 diff --git a/pytest-djangoapp-0.15.1.tar.gz b/pytest-djangoapp-0.15.1.tar.gz new file mode 100644 index 0000000..744883e --- /dev/null +++ b/pytest-djangoapp-0.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed10b80ca3bf4c7eb55be209c438582ca6599691d58643d75a5f6f1e7170b149 +size 26790 diff --git a/python-pytest-djangoapp.changes b/python-pytest-djangoapp.changes index e7ef060..4ee805e 100644 --- a/python-pytest-djangoapp.changes +++ b/python-pytest-djangoapp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 13 12:20:59 UTC 2021 - Markéta Machová + +- Update to 0.15.1 + * Fixture 'request_client' now accepts 'json' argument to encode post data. + * Made Django 3.2 compatible. + ------------------------------------------------------------------- Mon May 4 01:14:24 AM UTC 2020 - John Vandenberg diff --git a/python-pytest-djangoapp.spec b/python-pytest-djangoapp.spec index 0822403..c5c92e2 100644 --- a/python-pytest-djangoapp.spec +++ b/python-pytest-djangoapp.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-djangoapp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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-djangoapp -Version: 0.14.0 +Version: 0.15.1 Release: 0 Summary: Pytest plugin for Django pluggable application testing License: BSD-3-Clause @@ -29,14 +29,13 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Django -Requires: python-pytest Requires: python-mock +Requires: python-pytest Recommends: python-ipdb BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Django} BuildRequires: %{python_module mock} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages