From df89946b656dbbcbfb996860e887bba023ece63aa0401b2a8ddebc6bf00c243b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 25 Feb 2019 08:51:23 +0000 Subject: [PATCH] Accepting request 678514 from home:jayvdb:django - Add docs/ and AUTHORS to %doc - Update to v3.4.7 * Fix disabling/handling of unittest methods with pytest 4.2+ - from 3.4.6 * django_find_project: add cwd as fallback always * Enable tests for Django 2.2 and add classifier - from 3.4.5 * Use request.config instead of pytest.config * fixture 'admin_user' handle "email" username_field * Minor doc fixes - Add 'six' as explicit build dependency OBS-URL: https://build.opensuse.org/request/show/678514 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-pytest-django?expand=0&rev=4 --- pytest-django-3.4.4.tar.gz | 3 --- pytest-django-3.4.7.tar.gz | 3 +++ python-pytest-django.changes | 15 +++++++++++++++ python-pytest-django.spec | 8 +++++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 pytest-django-3.4.4.tar.gz create mode 100644 pytest-django-3.4.7.tar.gz diff --git a/pytest-django-3.4.4.tar.gz b/pytest-django-3.4.4.tar.gz deleted file mode 100644 index 06d10bc..0000000 --- a/pytest-django-3.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe1f71a0171f6b7edac37654da0904c9bd5ffba5221ab5a76779ab870611f41f -size 66962 diff --git a/pytest-django-3.4.7.tar.gz b/pytest-django-3.4.7.tar.gz new file mode 100644 index 0000000..5cce43e --- /dev/null +++ b/pytest-django-3.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d489db7c9bd18d7c154347b1bdfb82cc6b1ec8539543508b199c77e5eb2caec +size 67699 diff --git a/python-pytest-django.changes b/python-pytest-django.changes index c72b081..76a74c5 100644 --- a/python-pytest-django.changes +++ b/python-pytest-django.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Feb 24 01:48:37 UTC 2019 - John Vandenberg + +- Add docs/ and AUTHORS to %doc +- Update to v3.4.7 + * Fix disabling/handling of unittest methods with pytest 4.2+ +- from 3.4.6 + * django_find_project: add cwd as fallback always + * Enable tests for Django 2.2 and add classifier +- from 3.4.5 + * Use request.config instead of pytest.config + * fixture 'admin_user' handle "email" username_field + * Minor doc fixes +- Add 'six' as explicit build dependency + ------------------------------------------------------------------- Mon Dec 10 15:17:57 UTC 2018 - Tomáš Chvátal diff --git a/python-pytest-django.spec b/python-pytest-django.spec index 6ce9915..a0c439c 100644 --- a/python-pytest-django.spec +++ b/python-pytest-django.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-django # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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.4.4 +Version: 3.4.7 Release: 0 Summary: A Django plugin for py.test License: BSD-3-Clause @@ -29,8 +29,9 @@ BuildRequires: %{python_module Django} BuildRequires: %{python_module pytest >= 3.6} BuildRequires: %{python_module setuptools_scm >= 1.11.1} BuildRequires: %{python_module setuptools} -# Used for tests BuildRequires: fdupes +# Used for tests +BuildRequires: %{python_module six} BuildRequires: python-rpm-macros BuildRequires: python2-pathlib2 BuildRequires: sqlite3 @@ -74,6 +75,7 @@ export DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite %files %{python_files} %license LICENSE +%doc AUTHORS README.rst docs/*.rst %{python_sitelib}/* %changelog