From e4f0dce9d2bbc2c4e6c5ab26dee6fb0f673e54608fb0bad8a9009f2e5b6b0ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 3 Apr 2020 10:24:31 +0000 Subject: [PATCH] - Update to 3.9.0: * Improve test ordering with Django test classes (#830) * Remove import of pkg_resources for parsing pytest version (performance) (#826) * Work around unittest issue with pytest 5.4.{0,1} (#825) * Don't break --failed-first when re-ordering tests (#819, #820) * pytest_addoption: use group.addoption (#833) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=22 --- pytest-django-3.8.0.tar.gz | 3 --- pytest-django-3.9.0.tar.gz | 3 +++ python-pytest-django.changes | 10 ++++++++++ python-pytest-django.spec | 8 ++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 pytest-django-3.8.0.tar.gz create mode 100644 pytest-django-3.9.0.tar.gz diff --git a/pytest-django-3.8.0.tar.gz b/pytest-django-3.8.0.tar.gz deleted file mode 100644 index 4c1a146..0000000 --- a/pytest-django-3.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:489b904f695f9fb880ce591cf5a4979880afb467763b1f180c07574554bdfd26 -size 70013 diff --git a/pytest-django-3.9.0.tar.gz b/pytest-django-3.9.0.tar.gz new file mode 100644 index 0000000..d8802bf --- /dev/null +++ b/pytest-django-3.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664e5f42242e5e182519388f01b9f25d824a9feb7cd17d8f863c8d776f38baf9 +size 70498 diff --git a/python-pytest-django.changes b/python-pytest-django.changes index 45963e0..1d98788 100644 --- a/python-pytest-django.changes +++ b/python-pytest-django.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 3 10:20:28 UTC 2020 - Tomáš Chvátal + +- Update to 3.9.0: + * Improve test ordering with Django test classes (#830) + * Remove import of pkg_resources for parsing pytest version (performance) (#826) + * Work around unittest issue with pytest 5.4.{0,1} (#825) + * Don't break --failed-first when re-ordering tests (#819, #820) + * pytest_addoption: use group.addoption (#833) + ------------------------------------------------------------------- Fri Mar 13 12:43:21 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-django.spec b/python-pytest-django.spec index c30e9c9..c3a65dd 100644 --- a/python-pytest-django.spec +++ b/python-pytest-django.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-pytest-django -Version: 3.8.0 +Version: 3.9.0 Release: 0 Summary: A Django plugin for py.test License: BSD-3-Clause @@ -32,13 +32,13 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{with python2} -BuildRequires: python2-pathlib2 -%endif BuildRequires: sqlite3 Requires: python-Django Requires: python-pytest BuildArch: noarch +%if %{with python2} +BuildRequires: python2-pathlib2 +%endif %ifpython2 Requires: python-pathlib2 %endif