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
This commit is contained in:
2021-05-13 12:26:39 +00:00
committed by Git OBS Bridge
parent f8a746c504
commit 1867e5d97d
4 changed files with 13 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 13 12:20:59 UTC 2021 - Markéta Machová <mmachova@suse.com>
- 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 <jayvdb@gmail.com>

View File

@@ -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