From bac36e461405b47de7869439e27c1171f4346db11024d8a5f96a677c5d57810d 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:07:53 +0000 Subject: [PATCH] - Update to 1.7.0: * Support pytest 4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-shutil?expand=0&rev=5 --- pytest-shutil-1.6.0.tar.gz | 3 --- pytest-shutil-1.7.0.tar.gz | 3 +++ python-pytest-shutil.changes | 6 ++++++ python-pytest-shutil.spec | 5 ++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 pytest-shutil-1.6.0.tar.gz create mode 100644 pytest-shutil-1.7.0.tar.gz diff --git a/pytest-shutil-1.6.0.tar.gz b/pytest-shutil-1.6.0.tar.gz deleted file mode 100644 index 1ee59df..0000000 --- a/pytest-shutil-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efe615b7709637ec8828abebee7fc2ad033ae0f1fc54145f769a8b5e8cc3b4ca -size 22406 diff --git a/pytest-shutil-1.7.0.tar.gz b/pytest-shutil-1.7.0.tar.gz new file mode 100644 index 0000000..c29e5af --- /dev/null +++ b/pytest-shutil-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8165261de76e7508505c341d94c02b113dc963f274543abca74dbfabd021261 +size 23497 diff --git a/python-pytest-shutil.changes b/python-pytest-shutil.changes index 96419e6..8db1594 100644 --- a/python-pytest-shutil.changes +++ b/python-pytest-shutil.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 3 09:07:17 UTC 2019 - Tomáš Chvátal + +- Update to 1.7.0: + * Support pytest 4 + ------------------------------------------------------------------- Fri Mar 22 07:23:42 UTC 2019 - John Vandenberg diff --git a/python-pytest-shutil.spec b/python-pytest-shutil.spec index 6df5ec7..4823278 100644 --- a/python-pytest-shutil.spec +++ b/python-pytest-shutil.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-shutil -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: A goodie-bag of unix shell and environment tools for pytest License: MIT @@ -55,7 +55,6 @@ tools for automated tests. %prep %setup -q -n pytest-shutil-%{version} -sed -i -e 's:pytest<4.0.0:pytest:g' setup.py sed -i '/contextlib2/d' setup.py %build @@ -66,7 +65,7 @@ sed -i '/contextlib2/d' setup.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v +%pytest %files %{python_files} %doc README.md CHANGES.md