From ef2ca336d76f58bb1cebbf76303a192015e0152e1685b944e80cce32aa38c350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 09:18:25 +0000 Subject: [PATCH] - Update to 1.7.0: * Support for pytest 4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-git?expand=0&rev=3 --- pytest-git-1.6.0.tar.gz | 3 --- pytest-git-1.7.0.tar.gz | 3 +++ python-pytest-git.changes | 6 ++++++ python-pytest-git.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 pytest-git-1.6.0.tar.gz create mode 100644 pytest-git-1.7.0.tar.gz diff --git a/pytest-git-1.6.0.tar.gz b/pytest-git-1.6.0.tar.gz deleted file mode 100644 index eac6c12..0000000 --- a/pytest-git-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef5b8405fea7dddd59c357a3cd9e640c8e42c65f02636d6aab1a4c3798927a2d -size 8337 diff --git a/pytest-git-1.7.0.tar.gz b/pytest-git-1.7.0.tar.gz new file mode 100644 index 0000000..56c25dd --- /dev/null +++ b/pytest-git-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356fef84eb0d663d2a5eceafb3ff6b2c3043b2b964b1872b67e51979dbbb43f8 +size 9122 diff --git a/python-pytest-git.changes b/python-pytest-git.changes index 2ae3806..ae02eec 100644 --- a/python-pytest-git.changes +++ b/python-pytest-git.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 3 09:17:39 UTC 2019 - Tomáš Chvátal + +- Update to 1.7.0: + * Support for pytest 4 + ------------------------------------------------------------------- Thu Mar 21 01:34:25 AM UTC 2019 - John Vandenberg diff --git a/python-pytest-git.spec b/python-pytest-git.spec index 7fb6750..d9159f4 100644 --- a/python-pytest-git.spec +++ b/python-pytest-git.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-git -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Git repository fixture for pytest License: MIT @@ -35,8 +35,8 @@ Requires: python-pytest-shutil BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module GitPython} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-shutil} +BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -54,7 +54,7 @@ Git repository fixture for py.test %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %doc CHANGES.md README.md