- Update 3.8.0:

* Make Django's assertion helpers available in pytest_django.asserts (#709).
  * Report django-configurations setting (#791)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal 2020-01-23 08:52:19 +00:00 committed by Git OBS Bridge
parent 5a0fde3464
commit 2cfb30340f
4 changed files with 12 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jan 23 08:49:57 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update 3.8.0:
* Make Django's assertion helpers available in pytest_django.asserts (#709).
* Report django-configurations setting (#791)
-------------------------------------------------------------------
Fri Nov 15 10:49:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pytest-django
#
# Copyright (c) 2019 SUSE LLC.
# Copyright (c) 2020 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.7.0
Version: 3.8.0
Release: 0
Summary: A Django plugin for py.test
License: BSD-3-Clause