- Update to 3.5.1:
* Fix compatibility with pytest 5.x (#751) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=9
This commit is contained in:
parent
5fb6336530
commit
ac51895189
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:11a9ab9fceb2f819a0e94ba4eab791f998542f4e29eb36500cb9464dd3b4c3b6
|
|
||||||
size 67577
|
|
3
pytest-django-3.5.1.tar.gz
Normal file
3
pytest-django-3.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:264fb4c506db5d48a6364c311a0b00b7b48a52715bad8839b2d8bee9b99ed6bb
|
||||||
|
size 67768
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 2 12:10:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.5.1:
|
||||||
|
* Fix compatibility with pytest 5.x (#751)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 17 12:07:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon Jun 17 12:07:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pytest-django
|
Name: python-pytest-django
|
||||||
Version: 3.5.0
|
Version: 3.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Django plugin for py.test
|
Summary: A Django plugin for py.test
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -29,9 +29,8 @@ BuildRequires: %{python_module Django}
|
|||||||
BuildRequires: %{python_module pytest >= 3.6}
|
BuildRequires: %{python_module pytest >= 3.6}
|
||||||
BuildRequires: %{python_module setuptools_scm >= 1.11.1}
|
BuildRequires: %{python_module setuptools_scm >= 1.11.1}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
|
||||||
# Used for tests
|
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python2-pathlib2
|
BuildRequires: python2-pathlib2
|
||||||
BuildRequires: sqlite3
|
BuildRequires: sqlite3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user