diff --git a/pytest-svn-1.6.0.tar.gz b/pytest-svn-1.6.0.tar.gz deleted file mode 100644 index 1f5f5f8..0000000 --- a/pytest-svn-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e3d08916145ec7cfba99f1ece7b5331115d91fd82e52a2d06f96f03d30d2f0a -size 8073 diff --git a/pytest-svn-1.7.0.tar.gz b/pytest-svn-1.7.0.tar.gz new file mode 100644 index 0000000..e98c625 --- /dev/null +++ b/pytest-svn-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548e46a3e8507c619d1142102939a9fe700ceeacbaa598e3048d697c3a4642d9 +size 8880 diff --git a/python-pytest-svn.changes b/python-pytest-svn.changes index e98003a..7134286 100644 --- a/python-pytest-svn.changes +++ b/python-pytest-svn.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 3 09:04:42 UTC 2019 - Tomáš Chvátal + +- Update to 1.7.0: + * Support pytest4 + ------------------------------------------------------------------- Thu Mar 21 01:35:39 AM UTC 2019 - John Vandenberg diff --git a/python-pytest-svn.spec b/python-pytest-svn.spec index 3269f02..c7bd41f 100644 --- a/python-pytest-svn.spec +++ b/python-pytest-svn.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-svn -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: SVN repository fixture for pytest License: MIT @@ -34,8 +34,8 @@ Requires: python-pytest-shutil Requires: subversion BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-shutil} +BuildRequires: %{python_module pytest} BuildRequires: subversion # /SECTION %python_subpackages @@ -45,7 +45,6 @@ SVN repository fixture for py.test. %prep %setup -q -n pytest-svn-%{version} -sed -i 's:pytest<[0-9.]*:pytest:g' setup.py %build %python_build @@ -55,7 +54,7 @@ sed -i 's:pytest<[0-9.]*:pytest:g' setup.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %doc CHANGES.md README.md