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
This commit is contained in:
parent
917835e4a0
commit
df89946b65
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe1f71a0171f6b7edac37654da0904c9bd5ffba5221ab5a76779ab870611f41f
|
||||
size 66962
|
3
pytest-django-3.4.7.tar.gz
Normal file
3
pytest-django-3.4.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d489db7c9bd18d7c154347b1bdfb82cc6b1ec8539543508b199c77e5eb2caec
|
||||
size 67699
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 24 01:48:37 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user